[Lldb-commits] [lldb] [lldb] Tolerate multiple compile units with the same DWO ID (PR #100577)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 26 10:29:07 PDT 2024
================
@@ -170,7 +170,7 @@ class DWARFUnit : public UserID {
/// both cases correctly and avoids crashes.
DWARFCompileUnit *GetSkeletonUnit();
- void SetSkeletonUnit(DWARFUnit *skeleton_unit);
+ bool LinkToSkeletonUnit(DWARFUnit &skeleton_unit);
----------------
clayborg wrote:
I am fine with the change, makes sense.
https://github.com/llvm/llvm-project/pull/100577
More information about the lldb-commits
mailing list