Motorola DSP56800 Guía de usuario Pagina 233

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 446
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 232
Debugging for DSP56800E
Command-Line Debugging
233Targeting MC56F83xx/DSP5685x Controllers
Examples
Table 8.3
shows examples of the alias command.
Table 8.3 Debugging Command Examples: alias
break
Use the break debugging command to:
Set a breakpoint
Remove a breakpoint
Display all currently set breakpoints
Prototype
b[reak] [func_name | machine_addr] |
[file_name line_num [column_number]] |
[func_name | brkpt_num off]
Examples
Table 8.4
shows examples of the break command.
b
Example Description
alias .. cd .. This example creates a command named .. to go to the
parent directory.
alias This example lists all the currently set aliases.
alias .. This example removes a previously specified alias
(named ..).
Table 8.4 Debugging Command Examples: break
Example Description
break foo This example sets a breakpoint on the function foo.
break foo off This example removes the breakpoint from the function
foo.
Vista de pagina 232
1 2 ... 228 229 230 231 232 233 234 235 236 237 238 ... 445 446

Comentarios a estos manuales

Sin comentarios