User`s guide

Debugging for DSP56800E
Command-Line Debugging
247Targeting MC56F83xx/DSP5685x Controllers
help
Use the help debugging command to display help for the debugging commands in
the command-line debugger window.
Prototype
h[elp] [command | command_shortcut]
Examples
Table 8.18
shows examples of the help command.
history
Use the history debugging command to list the history of the commands entered
during the current debugging session.
Prototype
hi[story]
go 1 This command stops polling the target when no breakpoint is reached
within 1 second. It also sets a Tcl variable called $still_running to
1.
go all This command starts all the target programs when debugging multiple
cores.
Table 8.18 Debugging Command Examples:help
Example Description
help This example lists all the debugging commands.
help b This example displays help for the break
debugging command.
Table 8.17 Debugging Command Examples: go (continued)
Example Description