[Lldb-commits] [PATCH] D133519: Document some of the clang-specific DWARF extensions supported by LLDB
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 9 02:56:06 PDT 2022
Michael137 added inline comments.
================
Comment at: lldb/docs/use/extensions.rst:84
+ DW_TAG_compile_unit
+ DW_AT_GNU_dwo_id (0xabcdef)
+ DW_AT_GNU_dwo_name ("M.pcm")
----------------
Is it worth commenting on the difference to the `dwo` mechanism on Linux. Since we aren't actually dealing with `dwo` files despite what the name suggests
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133519/new/
https://reviews.llvm.org/D133519
More information about the lldb-commits
mailing list