[Lldb-commits] [lldb] [lldb/DWARF] Bypass the compres^Wconstruction of DIERefs in debug_names (PR #93296)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed May 29 00:16:34 PDT 2024
================
@@ -183,27 +181,22 @@ void DebugNamesDWARFIndex::GetCompleteObjCClass(
llvm::function_ref<bool(DWARFDIE die)> callback) {
// Keep a list of incomplete types as fallback for when we don't find the
// complete type.
- DIEArray incomplete_types;
+ std::vector<DWARFDIE> incomplete_types;
----------------
labath wrote:
Thanks.
https://github.com/llvm/llvm-project/pull/93296
More information about the lldb-commits
mailing list