汇编网首页登录博客注册
assumechen的学习博客
博客首页博客互动【做检测题】论坛求助

我的博客

个人首页 |  我的文章 |  我的相册 |  我的好友 |  最新访客 |  文章收藏 |  论坛提问 |  友情链接 |  给我留言  
图片载入中
学习动态
最新留言
好友圈
文章收藏
友情链接

[2013-11-02 09:56] gdb-examine-x命令

Examine memory: x/FMT ADDRESS.
ADDRESS is an expression for the memory address to examine.
FMT is a repeat count followed by a format letter and a size letter.
Format letters are o(octal), x(hex), 
d(decimal), u(unsigned decimal), t(binary),
f(float), a(address), i(instruction), 
c(char) and s...
阅读全文 | 评论次数(0) | 浏览次数(448) | 所属类型(gdb)
页码数(1):  1