Yet another fix `GDBCLICommand >> #operation`
authorJan Vrany <jan.vrany@labware.com>
Tue, 22 Aug 2023 11:15:34 +0100
changeset 306 76c3fe8614cc
parent 305 4b37ee50da44
child 307 17a6a8329a8f
Yet another fix `GDBCLICommand >> #operation` Commit 03a17952 attempted to fix `GDBCLICommand >> #operation` but somehow the fix in `Operations` list initialization was not commited. This commit adds these changes and hopefully really fix the issue.
GDBCLICommand.st
--- a/GDBCLICommand.st	Tue Aug 22 10:31:25 2023 +0100
+++ b/GDBCLICommand.st	Tue Aug 22 11:15:34 2023 +0100
@@ -80,205 +80,205 @@
 
     Operations := 
 'actions
-  add-auto-load-safe-path
-  add-auto-load-scripts-directory
-  add-inferior
-  add-symbol-file
-  add-symbol-file-from-memory
-  advance
-  agent-printf
-  alias
-  aliases
-  append
-  apropos
-  attach
-  awatch
-  backtrace
-  bookmark
-  break
-  break-range
-  breakpoints
-  bt
-  call
-  catch
-  cd
-  checkpoint
-  clear
-  clone-inferior
-  collect
-  commands
-  compare-sections
-  compile
-  complete
-  condition
-  continue
-  core-file
-  data
-  define
-  delete
-  demangle
-  detach
-  directory
-  disable
-  disassemble
-  disconnect
-  display
-  document
-  dont-repeat
-  down
-  down-silently
-  dprintf
-  dump
-  echo
-  edit
-  enable
-  end
-  eval
-  exec-file
-  explore
-  expression
-  faas
-  file
-  files
-  find
-  finish
-  flash-erase
-  flushregs
-  focus
-  forward-search
-  frame
-  fs
-  ftrace
-  function
-  generate-core-file
-  goto-bookmark
-  guile
-  guile-repl
-  handle
-  hbreak
-  help
-  if
-  ignore
-  inferior
-  info
-  init-if-undefined
-  internals
-  interpreter-exec
-  interrupt
-  jit-reader-load
-  jit-reader-unload
-  jump
-  kill
-  layout
-  list
-  load
-  macro
-  maintenance
-  make
-  mem
-  monitor
-  new-ui
-  next
-  nexti
-  ni
-  nosharedlibrary
-  obscure
-  output
-  overlay
-  passcount
-  path
-  print
-  print-object
-  printf
-  ptype
-  pwd
-  python
-  python-interactive
-  queue-signal
-  quit
-  rbreak
-  rc
-  record
-  refresh
-  remote
-  remove-inferiors
-  remove-symbol-file
-  restart
-  restore
-  return
-  reverse-continue
-  reverse-finish
-  reverse-next
-  reverse-nexti
-  reverse-search
-  reverse-step
-  reverse-stepi
-  rni
-  rsi
-  run
-  running
-  rwatch
-  save
-  search
-  section
-  select-frame
-  set
-  sharedlibrary
-  shell
-  show
-  si
-  signal
-  skip
-  source
-  stack
-  start
-  starti
-  status
-  step
-  stepi
-  stepping
-  stop
-  strace
-  support
-  symbol-file
-  taas
-  tabset
-  target
-  task
-  tbreak
-  tcatch
-  tdump
-  teval
-  tfaas
-  tfind
-  thbreak
-  thread
-  tp
-  trace
-  tracepoints
-  tsave
-  tstart
-  tstatus
-  tstop
-  tty
-  tui
-  tvariable
-  undisplay
-  unset
-  until
-  up
-  up-silently
-  update
-  user-defined
-  watch
-  wh
-  whatis
-  where
-  while
-  while-stepping
-  winheight
-  ws
-  x' 
+add-auto-load-safe-path
+add-auto-load-scripts-directory
+add-inferior
+add-symbol-file
+add-symbol-file-from-memory
+advance
+agent-printf
+alias
+aliases
+append
+apropos
+attach
+awatch
+backtrace
+bookmark
+break
+break-range
+breakpoints
+bt
+call
+catch
+cd
+checkpoint
+clear
+clone-inferior
+collect
+commands
+compare-sections
+compile
+complete
+condition
+continue
+core-file
+data
+define
+delete
+demangle
+detach
+directory
+disable
+disassemble
+disconnect
+display
+document
+dont-repeat
+down
+down-silently
+dprintf
+dump
+echo
+edit
+enable
+end
+eval
+exec-file
+explore
+expression
+faas
+file
+files
+find
+finish
+flash-erase
+flushregs
+focus
+forward-search
+frame
+fs
+ftrace
+function
+generate-core-file
+goto-bookmark
+guile
+guile-repl
+handle
+hbreak
+help
+if
+ignore
+inferior
+info
+init-if-undefined
+internals
+interpreter-exec
+interrupt
+jit-reader-load
+jit-reader-unload
+jump
+kill
+layout
+list
+load
+macro
+maintenance
+make
+mem
+monitor
+new-ui
+next
+nexti
+ni
+nosharedlibrary
+obscure
+output
+overlay
+passcount
+path
+print
+print-object
+printf
+ptype
+pwd
+python
+python-interactive
+queue-signal
+quit
+rbreak
+rc
+record
+refresh
+remote
+remove-inferiors
+remove-symbol-file
+restart
+restore
+return
+reverse-continue
+reverse-finish
+reverse-next
+reverse-nexti
+reverse-search
+reverse-step
+reverse-stepi
+rni
+rsi
+run
+running
+rwatch
+save
+search
+section
+select-frame
+set
+sharedlibrary
+shell
+show
+si
+signal
+skip
+source
+stack
+start
+starti
+status
+step
+stepi
+stepping
+stop
+strace
+support
+symbol-file
+taas
+tabset
+target
+task
+tbreak
+tcatch
+tdump
+teval
+tfaas
+tfind
+thbreak
+thread
+tp
+trace
+tracepoints
+tsave
+tstart
+tstatus
+tstop
+tty
+tui
+tvariable
+undisplay
+unset
+until
+up
+up-silently
+update
+user-defined
+watch
+wh
+whatis
+where
+while
+while-stepping
+winheight
+ws
+x'
       findTokens: Character cr.
 
     "Created: / 28-01-2019 / 22:13:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"