[lldb-dev] LLDB equivalent of GDB's '@' operator in Xcode 4.1

Martin Pavlovsky mpavlovsky at gmail.com
Mon Aug 15 22:25:47 PDT 2011


Hi,

I would like to view an array of elements pointed to by a pointer. In GDB
this can be done by treating the pointed memory as an artificial array of a
given length using the operator '@' as

*pointer @ length

where length is the number of elements I want to view.

The above syntax does not work in LLDB supplied with Xcode 4.1. Is there any
way how to accomplish the above in LLDB?

Kind Regards,
Martin Pavlovsky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20110816/c42dcad3/attachment.html>


More information about the lldb-dev mailing list