Debugging with GDB Manual The GNU Source-Level Debugger (769148-001, March 2014)

Table 22 Variable Identifiers (continued)
MeaningHP WDB EquivalentXDB Variable Identifier
Shorthand for last thing you looked atEmpty string; for example, p is the
equivalent of p .
. (dot)
Search for global variable only::var to distinguish a global from a
local variable with same name
:var or ::var
Alphabetical lists of XDB commands and HP WDB equivalents
Table 23 (page 208)
Table 24 (page 208)
Table 25 (page 209)
Table 26 (page 210)
Table 27 (page 210)
Table 28 (page 211)
Table 29 (page 212)
Table 30 (page 212)
Table 31 (page 213)
Table 32 (page 213)
A
Table 23 A
Equivalent HP WDB CommandXDB Command
No equivalenta [cmds]
No equivalentaa number
No equivalentaa *
enable numberab number
enableab *
No equivalentab @shared-library
No exact equivalent, but display expr is equivalent to abc
print expr
abc cmds
am (with -xdb), set height numam
No equivalentapm oldpath [newpath]
No equivalentapm "" [newpath]
B
Table 24 B
Equivalent HP WDB CommandXDB Command
b locb loc
bb
ba address (with -xdb), b *addressba address
208 XDB to HP WDB Transition Guide