[Lldb-commits] [lldb] r153204 - /lldb/trunk/www/lldb-gdb.html
Johnny Chen
johnny.chen at apple.com
Wed Mar 21 11:14:39 PDT 2012
Author: johnny
Date: Wed Mar 21 13:14:37 2012
New Revision: 153204
URL: http://llvm.org/viewvc/llvm-project?rev=153204&view=rev
Log:
Add "frame info" command to the "Examining Thread State" section, as suggested by Andrew Trick.
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=153204&r1=153203&r2=153204&view=diff
==============================================================================
--- lldb/trunk/www/lldb-gdb.html (original)
+++ lldb/trunk/www/lldb-gdb.html Wed Mar 21 13:14:37 2012
@@ -536,6 +536,15 @@
</td>
</tr>
+ <tr><td class="header" colspan="2">List information about the currently selected frame in the current thread.</td></tr>
+ <tr>
+ <td class="content">
+ <b>(lldb)</b> frame info<br>
+ </td>
+ <td class="content">
+ </td>
+ </tr>
+
<tr><td class="header" colspan="2">Select the stack frame that called the current stack frame.</td></tr>
<tr>
<td class="content">
More information about the lldb-commits
mailing list