Motorola MVME2600 Series User Manual Page 83

  • Download
  • Add to my manuals
  • Print
  • Page
    / 518
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 82
BR - Breakpoint Insert NOBR - Breakpoint Delete
3-15
3
BR - Breakpoint Insert
NOBR - Breakpoint Delete
Command Input
BR [ADDR[:COUNT]]
NOBR [ADDR]
Description
The BR command sets a target code instruction address as a
breakpoint address for debugging purposes. If, during target code
execution, a breakpoint with 0 count is found, the target code state
is saved in the target registers and control is returned back to the
debugger. This allows you to see the actual state of the processor at
selected instructions in the code.
Up to eight breakpoints can be defined. The breakpoints are kept in
a table which is displayed each time either BR or NOBR is used. If
an address is specified with the BR command, that address is
added to the breakpoint table.
The COUNT argument specifies how many times the instruction at
the breakpoint address must be fetched before a breakpoint is
taken. The COUNT, if greater than zero, is decremented with each
fetch. Every time a breakpoint with zero count is found, a
breakpoint handler routine prints the CPU state on the screen and
control is returned to the debugger.
NOBR is used for deleting breakpoints from the breakpoint table.
If an address is specified, then that address is removed from the
breakpoint table. If NOBR is entered with no address, then all
entries are deleted from the breakpoint table and the empty table is
displayed.
Page view 82
1 2 ... 78 79 80 81 82 83 84 85 86 87 88 ... 517 518

Comments to this Manuals

No comments