[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
Thu Sep 29 06:07:19 PDT 2022


DavidSpickett created this revision.
Herald added a project: All.
DavidSpickett requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

This is useful for answering the question "where am I?" and is surprisingly
difficult to figure out without just doing another step command.


Repository:
  rG LLVM Github Monorepo

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,18 @@
                </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> process status
+               </td>
+         </tr>
+
       </tbody>
    </table>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134873.463859.patch
Type: text/x-patch
Size: 601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220929/29a3aa95/attachment-0001.bin>


More information about the lldb-commits mailing list