HP (Hewlett-Packard) 5992-4701 Computer Hardware User Manual


 
Table 16-13 Macro facility commands
MeaningWDB EquivalentXDB Command
Define a user-defined command
def name [GDB prompts for
commands]
def name replacement-text
Toggle the macro substitution
mechanism
No equivalent
tm
Remove the macro definition for
name
def name [follow with empty
command list]
undef name
Remove all macro definitionsNo equivalent
undef *
16.2.9 Signal control commands
The following table lists the XDB and equivalent WDB commands for signal control:
Table 16-14 Signal control commands
MeaningWDB EquivalentXDB Command
List signal handling
lz (with -xdb), info signalslz
Toggle stop flag for signal numberz number s (with -xdb),
handle numberstop, handle
number nostop
z number s
Toggle ignore flag for signal
number
z number i (with -xdb),
handle numbernopass,
handle number pass
z number i
Toggle report flag for signal
number
z number r (with -xdb),
handle number print,
handle number noprint
z number r
Do not print the new state of the
signal
z number Q (with -xdb),
handle number noprint
z number Q
16.2.10 Miscellaneous commands
Some of the additional XDB and the equivalent WDB commands are discussed below:
Table 16-15 Miscellaneous commands
MeaningWDB EquivalentXDB Command
Repeat previous command
ReturnReturn
Repeat previous command
Return~
Separate commands in command
list
No equivalent (one command per
line in command list)
;
16.2 Overall breakpoint commands 265