diff options
author | Johnny Chen <johnny.chen@apple.com> | 2012-03-21 18:14:37 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2012-03-21 18:14:37 +0000 |
commit | 907c233591bbdec10e9dec6be43f57378dff9c70 (patch) | |
tree | ed8b4fb5b611f7190f0ed58fb7e9b5311bd7cf1b | |
parent | e13adc38d05fcda434f95a5e02a394c06758832f (diff) | |
download | bcm5719-llvm-907c233591bbdec10e9dec6be43f57378dff9c70.tar.gz bcm5719-llvm-907c233591bbdec10e9dec6be43f57378dff9c70.zip |
Add "frame info" command to the "Examining Thread State" section, as suggested by Andrew Trick.
llvm-svn: 153204
-rwxr-xr-x | lldb/www/lldb-gdb.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lldb/www/lldb-gdb.html b/lldb/www/lldb-gdb.html index bfd25f5f988..8f72c90e46b 100755 --- a/lldb/www/lldb-gdb.html +++ b/lldb/www/lldb-gdb.html @@ -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"> |