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>
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>
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits