您的位置:首页 > 其它

using lldb to print array data

2017-10-18 22:17 531 查看
(lldb) memory read -s8 -fu -c10 0x10920ce00

0x10920ce00: 0

0x10920ce08: 20

0x10920ce10: 41

0x10920ce18: 65

0x10920ce20: 92

0x10920ce28: 119

0x10920ce30: 144

0x10920ce38: 163

0x10920ce40: 179
0x10920ce48: 192

-s byte count

-f format

-c element num


https://lldb.llvm.org/varformats.html https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: