Skip to content

Commit b6e148f

Browse files
committed
[lldb] Shorten "DWARF Extensions supported by LLDB" in the docs
Shorten "DWARF Extensions supported by LLDB" to just "DWARF Extension".
1 parent 1a2122e commit b6e148f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lldb/docs/resources/extensions.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
DWARF Extensions supported by LLDB
2-
==================================
1+
DWARF Extensions
2+
================
33

44
LLDB supports some DWARF extensions produced by Clang.
55

@@ -66,9 +66,9 @@ M.pcm
6666
DW_AT_name "A"
6767
DW_TAG_member
6868
DW_AT_name "x"
69-
69+
7070
A.c
71-
71+
7272
::
7373

7474
A a;
@@ -90,7 +90,7 @@ A.o
9090
DW_TAG_compile_unit
9191
DW_AT_GNU_dwo_id (0xabcdef)
9292
DW_AT_GNU_dwo_name ("M.pcm")
93-
93+
9494
The debug info inside a ``.pcm`` file may recursively reference
9595
further external types that are defined in other ``.pcm`` files. Clang
9696
generates external references (and debug info inside the modules) for

0 commit comments

Comments
 (0)