[Lldb-commits] [PATCH] D134873: [LLDB] Add "process status" as equivalent of GDB's "frame" command
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 30 02:09:32 PDT 2022
DavidSpickett updated this revision to Diff 464185.
DavidSpickett added a comment.
- Add "frame select" and short "f" version on the lldb side.
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.464185.patch
Type: text/x-patch
Size: 682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220930/0aacdff0/attachment.bin>
More information about the lldb-commits
mailing list