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 f450254 commit a10b2c0Copy full SHA for a10b2c0
www/lldb-gdb.html
@@ -974,8 +974,8 @@ <h1 class ="postheader">Examining Thread State</h1>
974
<b>(gdb)</b> dump memory /tmp/mem.bin 0x1000 0x2000
975
</td>
976
<td class="content">
977
- <b>(lldb)</b> memory read --outfile /tmp/mem.bin --binary 0x1000 0x1200<br>
978
- <b>(lldb)</b> me r -o /tmp/mem.bin -b 0x1000 0x1200<br>
+ <b>(lldb)</b> memory read --outfile /tmp/mem.bin --binary 0x1000 0x2000<br>
+ <b>(lldb)</b> me r -o /tmp/mem.bin -b 0x1000 0x2000<br>
979
980
</tr>
981
<tr><td class="header" colspan="2">Get information about a specific heap allocation (available on Mac OS X only).</td></tr>
0 commit comments