Fix typeo on memory read command example.

llvm-svn: 199228
This commit is contained in:
Jason Molenda 2014-01-14 17:41:13 +00:00
parent 6f5f719806
commit 303eb178a9
1 changed files with 2 additions and 2 deletions

View File

@ -974,8 +974,8 @@
<b>(gdb)</b> dump memory /tmp/mem.bin 0x1000 0x2000
</td>
<td class="content">
<b>(lldb)</b> memory read --outfile /tmp/mem.bin --binary 0x1000 0x1200<br>
<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>
</td>
</tr>
<tr><td class="header" colspan="2">Get information about a specific heap allocation (available on Mac OS X only).</td></tr>