[Lldb-commits] [lldb] r157192 - /lldb/trunk/www/lldb-gdb.html
Sean Callanan
scallanan at apple.com
Mon May 21 10:01:59 PDT 2012
Author: spyffe
Date: Mon May 21 12:01:59 2012
New Revision: 157192
URL: http://llvm.org/viewvc/llvm-project?rev=157192&view=rev
Log:
Added a GDB equivalent for saving binary memory
data.
Modified:
lldb/trunk/www/lldb-gdb.html
Modified: lldb/trunk/www/lldb-gdb.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/lldb-gdb.html?rev=157192&r1=157191&r2=157192&view=diff
==============================================================================
--- lldb/trunk/www/lldb-gdb.html (original)
+++ lldb/trunk/www/lldb-gdb.html Mon May 21 12:01:59 2012
@@ -694,7 +694,11 @@
<b>(lldb)</b> me r -o /tmp/mem.bin -b 0x1000 0x1200<br>
</td>
</tr>
-
+ <tr>
+ <td class="content" colspan="2">
+ <b>(gdb)</b> dump memory /tmp/mem.bin 0x1000 0x2000
+ </td>
+ </tr>
<tr><td class="header" colspan="2">Disassemble the current function for the current frame.</td></tr>
<tr>
<td class="content">
More information about the lldb-commits
mailing list