Native Inspect Manual (H06.04+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-005
4-16
bt command
To define a conditional breakpoint:
To set a breakpoint at a code address:
bt command
Prints a backtrace of all stack frames (frame numbers are preceded by a number sign,
#).
Alias: tn
count
is an integer that displays a backtrace of the innermost count frames. If you
specify a negative count, then a backtrace of the outermost -count frames is
displayed.
Consideration for Debugging TNS Processes
Although Native Inspect does not debug TNS processes, the bt command can display
a TNS stack trace.
(eInspect 1,329):b 352
Breakpoint 1 at 0x70002540:0: file \SIERRA.$YOSE1.SYMBAT1.SCXXTST, line
352.
(eInspect 1,329):condition 1 pcb->pin == 2
(eInspect 1,329):info break
Num Type Disp Enb Address What
1 breakpoint keep y 0x70002540 in pcbDataStructs_initialize
at
\SIERRA.$YOSE1.SYMBAT1.SCXXTST:352
stop only if pcb->pin == 2
(eInspect 3,663):b *0x70002c40:2
Breakpoint 3 at 0x70002c40:2: file \SIERRA.$YOSE1.SYMBAT1.SCXXTST, line
372.
(eInspect 3,663):c
Continuing.
Breakpoint 3, 0x70002c40:2 in pcbDataStructs_initialize ()
at \SIERRA.$YOSE1.SYMBAT1.SCXXTST:372
372 PCB_addAttribute( pcb, PCBAttribute_createNonstop(
PCBList.entry[11] ) );
{ bt | tn } [ count ]










