Lines Matching +full:docs +full:- +full:lldb +full:- +full:html
4 LLDB supports some DWARF extensions produced by Clang.
6 Clang ``-gmodules`` debug info
7 ------------------------------
11 modules <https://clang.llvm.org/docs/Modules.html>`_ more efficiently.
13 From an on-disk storage perspective, Clang modules are precompiled
19 info <https://llvm.org/devmtg/2015-10/#talk19>`_.
22 ``-gmodules`` option, the precompiled header (``.pch``) or module
23 (``.pcm``) files become object file containers (on Darwin: Mach-O)
31 ``DW_TAG_module``, or -- in the case of submodules -- multiple levels
41 is used to locate external ``.dwo`` files on ELF-based platforms. The
101 - ``struct``
102 - ``union``
103 - ``enum``
104 - ``typedef``
106 Objective-C:
108 - all the C types listed above
109 - ``@interface``
113 - all the C types listed above
114 - ``namespace``
115 - any explicit ``extern template`` specializations
117 LLDB supports this DWARF extension only when debugging from ``.o``
121 will never contain any ``-gmodules``-style references.
124 ---------------------
129 (equivalent to Clang's ``-isysroot`` option). The ``DW_AT_APPLE_sdk``
132 Objective-C runtime
133 -------------------
135 Clang emits the Objective-C runtime version into the
138 for Objective-C 2.0.