Hi,<br><br>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<br><br>*pointer @ length<br>

<br>where length is the number of elements I want to view.<br><br>The above syntax does not work in LLDB supplied with Xcode 4.1. Is there any way how to accomplish the above in LLDB?<br><br>Kind Regards,<br>Martin Pavlovsky