Table 16-16 data format commands (continued) – HP gnu source-level debugger 5992-4701 User Manual

Page 267

Advertising
background image

Table 16-16 Data format commands (continued)

Meaning

WDB Equivalent

XDB Command

Decimal integer

d

d

Long decimal integer

d

D (1)

e Floating-point notation as float

No equivalent

e

e Foating-point notation as double

No equivalent

E (1)

f floating-point notation as float

No equivalent

f

f floating-point notation as double

No equivalent

F (1)

g floating-point notation as float

f

g

g floating-point notation as double

f

G (1)

Machine instruction (disassembly)

Use x/i command

i

Formatted structure display

No equivalent

k

Formatted structure display with
base classes

No equivalent

K (1)

Normal (default) format, based on
type

print

n

Expression in octal as integer

o

o

Expression in octal as long integer

o

O (1)

Print name of procedure
containing address

a

P

String

No equivalent

s

Formatted structure display

No equivalent

S

Show type of the expression

whatis, ptype

t

Show type of expression, including
base class information

ptype

T (1)

Expression in unsigned decimal
format

u

u

Expression in long unsigned
decimal format

u

U (1)

Wide character string

No equivalent

w

Address of wide character string

No equivalent

W (1)

Print in hexadecimal

x

x

Print in long hexadecimal

x

X (1)

16.3 XDB data formats and HP WDB equivalents

267

Advertising