[Lldb-commits] [PATCH] D133519: Document some of the clang-specific DWARF extensions supported by LLDB
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 9 05:30:15 PDT 2022
labath accepted this revision.
labath added a comment.
cool
================
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")
----------------
Michael137 wrote:
> 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
+1
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133519/new/
https://reviews.llvm.org/D133519
More information about the lldb-commits
mailing list