We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2122e commit b6e148fCopy full SHA for b6e148f
lldb/docs/resources/extensions.rst
@@ -1,5 +1,5 @@
1
-DWARF Extensions supported by LLDB
2
-==================================
+DWARF Extensions
+================
3
4
LLDB supports some DWARF extensions produced by Clang.
5
@@ -66,9 +66,9 @@ M.pcm
66
DW_AT_name "A"
67
DW_TAG_member
68
DW_AT_name "x"
69
-
+
70
A.c
71
72
::
73
74
A a;
@@ -90,7 +90,7 @@ A.o
90
DW_TAG_compile_unit
91
DW_AT_GNU_dwo_id (0xabcdef)
92
DW_AT_GNU_dwo_name ("M.pcm")
93
94
The debug info inside a ``.pcm`` file may recursively reference
95
further external types that are defined in other ``.pcm`` files. Clang
96
generates external references (and debug info inside the modules) for
0 commit comments