System Debug Reference Manual (32650-90888)
94 Chapter4
System Debug Command Speciļ¬cations :-Exit
BD
NM [1] PROG 115.00006a8c PROGRAM+$270
NM T[4] PROG 115.00005b50 processstudent.highscore
NM [5] GRP 118.00015c88 average
NM |10| SYS a.0074aa34 FREAD
[QUIET] count: 0/64 cmdlist: {wl "Read another 100 records";c}
NM @[1] SYS a.00668684 trap_handler
[QUIET] cmdlist: {trace ,ism}
List the remaining breakpoints.
$nmdebug > bd 1:@
deleted: NM @[1] SYS a.00668684 trap_handler
Delete global breakpoint number 1.
$nmdebug > bd @
deleted: NM [1] PROG 115.00006a8c PROGRAM+$270
deleted: NM T[4] PROG 115.00005b50 processstudent.highscore
deleted: NM [5] GRP 118.00015c88 average
deleted: NM |10| SYS a.0074aa34 FREAD
[QUIET] count: 0/64 cmdlist: {wl "Read another 100 records";c}
Delete all remaining process-local breakpoints.
Translated Code Examples
%cmdebug > bl
CM [1] GRP % 0.13 ?AVERAGE SEG' (CST 112)
Corresponding NM bp = 1
CM [2] PROG % 0.1665 ?PROCESSSTUDENT SEG' (CSTX 1)
Corresponding NM bp = 2
CM [3] PROG % 0.1672 PROCESSSTUDENT+%265 SEG' (CSTX 1)
Corresponding NM bp = 3
CM [4] PROG % 0.1673 PROCESSSTUDENT+%266 SEG' (CSTX 1)
Corresponding NM bp = 3
%cmdebug > nm
$nmdebug > bl
NM [1] TRANS 3d.0016962c SEG':?AVERAGE
CM Ref count = 1
NM [2] TRANS 48.0000a610 SEG':?PROCESSSTUDENT
CM Ref count = 1
NM [3] TRANS 48.0000a66c SEG':PROCESSSTUDENT+%265
CM Ref count = 2
NM [4] TRANS 20.0000b940 FSEG:?FREAD
count: 0/64 cmdlist: {wl "Read another 100 records";c}
CM Ref count = 1
Show all of the CM and NM breakpoints. Notice that all of the native mode breakpoints
are set in translated code and correspond to the emulated CM code breakpoints.
$nmdebug > bd 1
deleted: CM [1] GRP $ 0.b ?AVERAGE
deleted: NM [1] TRANS 3d.0016962c SEG':?AVERAGE
CM Ref count = 0
Delete NM breakpoint number 1. The corresponding CM breakpoint is also deleted. If
more than one CM breakpoint corresponds to the NM breakpoint, then all of the CM
breakpoints are deleted.