We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc6f4b commit e1a7d04Copy full SHA for e1a7d04
lldb/docs/use/map.rst
@@ -880,6 +880,20 @@ Examining Variables
880
</td>
881
</tr>
882
883
+ <tr>
884
+ <td class="header" colspan="2">Print an array of integers in memory, assuming we have a pointer like "int *ptr".</td>
885
+ </tr>
886
887
+ <td class="content">
888
+ <b>(gdb)</b> p *ptr@10
889
+ <br>
890
+ </td>
891
892
+ <b>(lldb)</b> parray 10 ptr
893
894
895
896
+
897
</tbody>
898
</table>
899
0 commit comments