Author: Jonas Devlieghere Date: 2023-08-18T15:48:19-07:00 New Revision: b6e148f02ca8c9b3d32914c2abafc773b9727223
URL: https://github.com/llvm/llvm-project/commit/b6e148f02ca8c9b3d32914c2abafc773b9727223 DIFF: https://github.com/llvm/llvm-project/commit/b6e148f02ca8c9b3d32914c2abafc773b9727223.diff LOG: [lldb] Shorten "DWARF Extensions supported by LLDB" in the docs Shorten "DWARF Extensions supported by LLDB" to just "DWARF Extension". Added: Modified: lldb/docs/resources/extensions.rst Removed: ################################################################################ diff --git a/lldb/docs/resources/extensions.rst b/lldb/docs/resources/extensions.rst index 3c73326dfa2bf9..30bd6d5c6b8da9 100644 --- a/lldb/docs/resources/extensions.rst +++ b/lldb/docs/resources/extensions.rst @@ -1,5 +1,5 @@ -DWARF Extensions supported by LLDB -================================== +DWARF Extensions +================ LLDB supports some DWARF extensions produced by Clang. @@ -66,9 +66,9 @@ M.pcm DW_AT_name "A" DW_TAG_member DW_AT_name "x" - + A.c - + :: A a; @@ -90,7 +90,7 @@ A.o DW_TAG_compile_unit DW_AT_GNU_dwo_id (0xabcdef) DW_AT_GNU_dwo_name ("M.pcm") - + The debug info inside a ``.pcm`` file may recursively reference further external types that are defined in other ``.pcm`` files. Clang generates external references (and debug info inside the modules) for _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits