Debugging with GDB Manual (5900-1473; WDB 6.2; January 2011)

Table Of Contents
Table 18 Data format commands (continued)
MeaningHP WDB EquivalentXDB Command
Decimal integerdd
Long decimal integerdD (1)
e Floating-point notation as floatNo equivalente
e Foating-point notation as doubleNo equivalentE (1)
f floating-point notation as floatNo equivalentf
f floating-point notation as doubleNo equivalentF (1)
g floating-point notation as floatfg
g floating-point notation as doublefG (1)
Machine instruction (disassembly)Use x/i commandi
Formatted structure displayNo equivalentk
Formatted structure display with
base classes
No equivalentK (1)
Normal (default) format, based on
type
printn
Expression in octal as integeroo
Expression in octal as long integeroO (1)
Print name of procedure containing
address
aP
StringNo equivalents
Formatted structure displayNo equivalentS
Show type of the expressionwhatis, ptypet
Show type of expression, including
base class information
ptypeT (1)
Expression in unsigned decimal
format
uu
Expression in long unsigned
decimal format
uU (1)
Wide character stringNo equivalentw
Address of wide character stringNo equivalentW (1)
Print in hexadecimalxx
Print in long hexadecimalxX (1)
270 XDB to HP WDB Transition Guide