[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
Thu Jul 25 15:40: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:

Is there a reason this was renamed?

https://github.com/llvm/llvm-project/pull/100577


More information about the lldb-commits mailing list