[Lldb-commits] [PATCH] D83933: [lldb] Don't delete orphaned shared modules in SBDebugger::DeleteTarget

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 17 02:31:20 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG24c74f5e8c2c: [lldb] Don't delete orphaned shared modules in SBDebugger::DeleteTarget (authored by teemperor).
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83933/new/

https://reviews.llvm.org/D83933

Files:
  lldb/source/API/SBDebugger.cpp


Index: lldb/source/API/SBDebugger.cpp
===================================================================
--- lldb/source/API/SBDebugger.cpp
+++ lldb/source/API/SBDebugger.cpp
@@ -879,8 +879,6 @@
       result = m_opaque_sp->GetTargetList().DeleteTarget(target_sp);
       target_sp->Destroy();
       target.Clear();
-      const bool mandatory = true;
-      ModuleList::RemoveOrphanSharedModules(mandatory);
     }
   }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83933.285946.patch
Type: text/x-patch
Size: 425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200817/db4ffbdb/attachment.bin>


More information about the lldb-commits mailing list