HP gnu source-level debugger 5992-4701 Overall breakpoint commands, Auxiliary breakpoint commands

Models: gnu source-level debugger 5992-4701

1 369
Download 369 pages 58.54 Kb
Page 260
Image 260

Table 16-7 Job control commands (continued)

XDB Command

WDB Equivalent

Meaning

g {+ -}lines

g {+ -}lines(with

Go forward or back given # lines

 

-xdb),go {+ -}lines,tb

 

 

{+ -}linesfollowed by

 

 

jump {+ -}lines

 

g {+ -}

g {+ -} (with -xdb),go

Go forward or back 1 line

 

{+ -}1, tb {+ -}1

 

 

followed by jump {+ -}1

 

k

k

Detach and terminate target

r [arguments]

r [arguments]

Run with last arguments [or with

 

 

new arguments]

R

R (with -xdb),r

Rerun with no arguments

s

s, si

Single step (into procedures) (si:

 

 

step by instruction)

s number

s number, si number

Single step number steps (into

 

 

procedures) (si: step by

 

 

instruction)

S

S (with -xdb),n, ni

Step over (ni: step over by

 

 

instruction)

S number

S number (with -xdb),n

Step over by number statements

 

number, ninumber

or instructions (ni: step over by

 

 

instruction)

16.2 Overall breakpoint commands

The following table lists the XDB and equivalent WDB commands for setting additional breakpoints:

Table 16-8 Overall breakpoint commands

XDB Command

WDB Equivalent

Meaning

lb

lb (with -xdb),ib

List breakpoints

tb

No equivalent

Toggle overall breakpoint state

16.2.1Auxiliary breakpoint commands

The following table lists the XDB and equivalent WDB auxiliary breakpoint related commands:

260 XDB to WDB Transition Guide

Page 260
Image 260
HP gnu source-level debugger 5992-4701 manual Overall breakpoint commands, Auxiliary breakpoint commands