[Lldb-commits] [lldb] [lldb][SymbolFileDWARF] Ignore Declaration when searching through UniqueDWARFASTTypeList in C++ (PR #120809)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 20 16:12:15 PST 2024
Michael137 wrote:
If we don't want to introduce language specifics into `UniqueDWARFASTTypeList`, we could just not update `MapDeclDIEToDefDIE` with the `Declaration` info of the definition when we're dealing with C++.
On the other hand, assuming the debuggee doesn't violate ODR might be a bit too strong of an assumption for more complex setups.
https://github.com/llvm/llvm-project/pull/120809
More information about the lldb-commits
mailing list