mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-06 09:28:50 +00:00
Add parray example for lldb, vrs. *ptr@count gdb cmd.
This commit is contained in:
parent
fdc6f4b97b
commit
e1a7d042c3
@ -880,6 +880,20 @@ Examining Variables
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="header" colspan="2">Print an array of integers in memory, assuming we have a pointer like "int *ptr".</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="content">
|
||||
<b>(gdb)</b> p *ptr@10
|
||||
<br>
|
||||
</td>
|
||||
<td class="content">
|
||||
<b>(lldb)</b> parray 10 ptr
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user