[Lldb-commits] [PATCH] D137807: When scanning mach-o corefile, don't run all DynamicLoader plugins letting one of them Create when searching for binaries

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 10 15:44:36 PST 2022


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp:334
+  // un-set it later.
+  if (m_dyld_up.get())
     m_dyld_plugin_name = GetDynamicLoader()->GetPluginName();
----------------
```
if (m_dyld_up)
```


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137807



More information about the lldb-commits mailing list