[Lldb-commits] [PATCH] D98826: [lldb] DWZ 6/9: Workaround DWZ bug dropping DW_TAG_namespace::DW_AT_export_symbols

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 17 15:59:15 PDT 2021


jankratochvil created this revision.
jankratochvil added a reviewer: labath.
jankratochvil added a project: LLDB.
Herald added a subscriber: JDevlieghere.
Herald added a reviewer: shafik.
jankratochvil requested review of this revision.

I have filed for dwz tool: Multifile drops DW_TAG_namespace::DW_AT_export_symbols <https://sourceware.org/bugzilla/show_bug.cgi?id=27572>
Not sure if they fix it but nonetheless there are already corrupted debuginfos out there and it is easy to workaround.

All DWZ patches are also applied at: `git clone -b dwz git://git.jankratochvil.net/lldb`
There is a copy: `git clone -b dwz https://github.com/jankratochvil/llvm-project`


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98826

Files:
  lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
  lldb/test/Shell/SymbolFile/DWARF/dwz-namespace-inline.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98826.331402.patch
Type: text/x-patch
Size: 12396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210317/58ebbe67/attachment.bin>


More information about the lldb-commits mailing list