[Lldb-commits] [PATCH] D134873: [LLDB] Add "frame select" as equivalent of GDB's "frame" command
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 7 02:30:11 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG68ab7accc72b: [LLDB] Add "frame select" as equivalent of GDB's "frame" command (authored by DavidSpickett).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134873/new/
https://reviews.llvm.org/D134873
Files:
lldb/docs/use/map.rst
Index: lldb/docs/use/map.rst
===================================================================
--- lldb/docs/use/map.rst
+++ lldb/docs/use/map.rst
@@ -410,6 +410,20 @@
</td>
</tr>
+ <tr>
+ <td class="header" colspan="2">Show the current frame and source line.</td>
+ </tr>
+ <tr>
+ <td class="content">
+ <b>(gdb)</b> frame
+ </td>
+ <td class="content">
+ <b>(lldb)</b> frame select
+ <b>(lldb)</b> f
+ <b>(lldb)</b> process status
+ </td>
+ </tr>
+
</tbody>
</table>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134873.466015.patch
Type: text/x-patch
Size: 682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221007/c4cf0fec/attachment.bin>
More information about the lldb-commits
mailing list