User`s guide
Debugging for DSP56800E
Command-Line Debugging
244
Targeting MC56F83xx/DSP5685x Controllers
64bit]]
reg_group ::= a list of register sets separated by spaces
reg_block ::= register_first..register_last
addr_group ::= address | addr_block
addr_block ::= address_first..address_last |
address#count
count ::= a value indicating the number of memory locations
Examples
Table 8.15
shows examples of the display command.
Table 8.15 Debugging Command Examples: display
Example Description
display Displays the default items (for example, register
sets). The command-line debugger executes the
display command whenever program execution
stops.
display on Lists the default display items.
display regset Lists all the available register sets on the target chip.
display on
<regset1><regset2>...
Add regset1 and regset2 register sets to the default
display items.
display off SIM Remove the SIM register set from the default display
items.
display on ALL Add all supported register sets to the default display
items.
display on p:230#10 Add the specified memory locations to the default
display items.
display off p:230#10 Remove the specified memory locations from the
default display items.
display off all Remove all the items from the default display items.
display off #2 Remove the item whose ID is 2 from the default
display items.
display PC Lists the value of register PC and returns to Tcl.
display R1..R5 Lists the contents of registers R1 through R5.