[lldb-dev] one more bug in evaluation

Andrey Zaytsev andrey.zaytsev at jetbrains.com
Mon Dec 5 03:18:29 PST 2011


LLDB-76:

(lldb) p ((void **)0x000000010011c9c0 + 3)
(void **) $30 = 0x000000010011c9d8
(lldb) p *((void **)0x000000010011c9c0 + 3)                       
(void *) $31 = 0x000000010011c9d8                            // bug!
(lldb) x 0x000000010011c9d8
0x10011c9d8: 10 2b 00 00 01 00 00 00 00 00 00 00 00 00 00 00  .+..............
0x10011c9e8: e0 54 00 00 01 00 00 00 08 ee f5 77 ff 7f 00 00  .T.........w….


Andrey Zaytsev
JetBrains, Inc 
http://jetbrains.com
Develop with pleasure!





More information about the lldb-dev mailing list