o(octal), x(hex), d(decimal), u(unsigned decimal),t(binary),f(float), a(address), i(instruction), c(char) s(string).
o(octal),
x(hex),
d(decimal),
u(unsigned decimal),
t(binary),
f(float),
a(address),
i(instruction),
c(char)
s(string).
b(byte), 一个字节 h(halfword), 两个字节 形式读取值w(word), 四个字节g(giant, 8 bytes). 八个字节
b(byte),
h(halfword),
w(word),
g(giant, 8 bytes).
8.22 gdb调试的使用
原文:http://www.cnblogs.com/l6241425/p/3955003.html