[Lldb-commits] [lldb] 3aa678a - [lldb/docs] Add section links to the top of the GDB to LLDB command map
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 7 16:26:59 PDT 2023
Author: Jonas Devlieghere
Date: 2023-09-07T16:26:53-07:00
New Revision: 3aa678a777354824d18faa427983d10ecbdd8943
URL: https://github.com/llvm/llvm-project/commit/3aa678a777354824d18faa427983d10ecbdd8943
DIFF: https://github.com/llvm/llvm-project/commit/3aa678a777354824d18faa427983d10ecbdd8943.diff
LOG: [lldb/docs] Add section links to the top of the GDB to LLDB command map
Add section links to the top of the GDB to LLDB command map. This makes
navigating the page easier.
Added:
Modified:
lldb/docs/use/map.rst
Removed:
################################################################################
diff --git a/lldb/docs/use/map.rst b/lldb/docs/use/map.rst
index fc72f3a129e3267..fe9c3f53022fad7 100644
--- a/lldb/docs/use/map.rst
+++ b/lldb/docs/use/map.rst
@@ -6,6 +6,15 @@ GDB-compatibility aliases in LLDB are also listed. The full lldb command names
are often long, but any unique short form can be used. Instead of "**breakpoint
set**", "**br se**" is also acceptable.
+* `Execution Commands`_
+* `Breakpoint Commands`_
+* `Watchpoint Commands`_
+* `Examining Variables`_
+* `Evaluating Expressions`_
+* `Examining Thread State`_
+* `Executable and Shared Library Query Commands`_
+* `Miscellaneous`_
+
Execution Commands
------------------
More information about the lldb-commits
mailing list