Skip to content

Commit a10b2c0

Browse files
committed
Fix typeo on memory read command example.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@199228 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f450254 commit a10b2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/lldb-gdb.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -974,8 +974,8 @@ <h1 class ="postheader">Examining Thread State</h1>
974974
<b>(gdb)</b> dump memory /tmp/mem.bin 0x1000 0x2000
975975
</td>
976976
<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>
977+
<b>(lldb)</b> memory read --outfile /tmp/mem.bin --binary 0x1000 0x2000<br>
978+
<b>(lldb)</b> me r -o /tmp/mem.bin -b 0x1000 0x2000<br>
979979
</td>
980980
</tr>
981981
<tr><td class="header" colspan="2">Get information about a specific heap allocation (available on Mac OS X only).</td></tr>

0 commit comments

Comments
 (0)