공부

gdb x command

알 수 없는 사용자 2015. 11. 9. 14:19

o - octal

x - hexadecimal

d - decimal

u - unsigned decimal

t - binary

f - floating point

a - address

c - char

s - string

i - instruction

The following size modifiers are supported:


b - byte

h - halfword (16-bit value)

w - word (32-bit value)

g - giant word (64-bit value)