Skip to content

Commit 3aa678a

Browse files
committed
[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.
1 parent b4a99f1 commit 3aa678a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lldb/docs/use/map.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ GDB-compatibility aliases in LLDB are also listed. The full lldb command names
66
are often long, but any unique short form can be used. Instead of "**breakpoint
77
set**", "**br se**" is also acceptable.
88

9+
* `Execution Commands`_
10+
* `Breakpoint Commands`_
11+
* `Watchpoint Commands`_
12+
* `Examining Variables`_
13+
* `Evaluating Expressions`_
14+
* `Examining Thread State`_
15+
* `Executable and Shared Library Query Commands`_
16+
* `Miscellaneous`_
17+
918
Execution Commands
1019
------------------
1120

0 commit comments

Comments
 (0)