D.1. Comparison of RealView Debugger and armsd
commands
Look up any armsd command in Table D.1 for the equivalent RealView Debugger command.
For full details of the commands available in armsd, see the AXD
and armsd Debuggers Guide.
Some commands listed here are only similar to each other,
and specific features might not be available using the listed command.
If you require these features, you are recommended to check the
other command descriptions for alternative ways of performing the
required task.
Table D.1. armsd commands and equivalents
armsd commands | RealView Debugger commands |
|---|
!
| -
|
$cmdline = "string"
| ARGUMENTS
|
$semihosting_enabled = [0|1]
| BGLOBAL |
$vector_catch = [0|1]
| BGLOBAL |
@regname = value
| SETREG
|
|
| # or ;
|
ALIAS
| ALIAS
|
ARGUMENTS
| EXPAND
|
BACKTRACE
| WHERE
|
BREAK
| BREAKEXECUTION
BREAKINSTRUCTION
|
CALL
| function_name(params) as
an expression
|
COMMENT
| FPRINTF
|
CONTEXT
| SCOPE
|
Control-C
| STOP |
COPROC
| -
|
CREGDEF
| Edit board file |
CREGISTERS
| @regname as
an expression.
|
CWRITE
| SETREG
|
EXAMINE
| DUMP
|
FIND
| SEARCH
|
FPREGISTERS
| @regname for
each register as an expression
|
GETFILE
| READFILE
|
GO
| GO
|
HELP
| DCOMMANDS
HELP |
IN
| DOWN
|
ISTEP
| STEPINSTR
STEPOINSTR
|
LANGUAGE
| -
|
LET
| SETREG
CEXPRESSION
|
LIST
| DISASSEMBLE
PRINTDSM
MODE
DUMP
|
LOAD
| LOAD
|
LOG
| LOG |
LSYM
| PRINTSYMBOLS
|
lvalue_memoryaddress = data_value
| CEXPRESSION
|
OBEY
| INCLUDE
|
OUT
| UP |
PAUSE
| PAUSE
|
PRINT
| CEXPRESSION
PRINTF PRINTVALUE
|
PROFCLEAR
| -
|
PROFOFF
| -
|
PROFON
| -
|
PROFWRITE
| -
|
PUTFILE
| WRITEFILE
|
QUIT
| QUIT |
READSYMS
| LOAD/NS
|
REGISTERS
| @regname for
each register as an expression
|
RELOAD
| RELOAD
|
RETURN
| -
|
STEP
| STEPLINE
STEPO |
SYMBOLS
| EXPAND
PRINTSYMBOLS
|
TYPE
| LIST
|
UNBREAK
| CLEARBREAK
|
UNWATCH
| CLEARBREAK
|
VARIABLE
| PRINTTYPE
|
WATCH
| BREAKACCESS
BREAKREAD
BREAKWRITE
|
WHERE
| CONTEXT
|
WHILE
| WHILE statement
(in macro or include file).
|