[Lldb-commits] [lldb] [LLDB][Minidump] Have Minidumps save off and properly read TLS data (PR #109477)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 10 02:42:48 PDT 2024
================
@@ -83,7 +83,11 @@ ModuleSP DynamicLoader::GetTargetExecutable() {
ModuleSpec module_spec(executable->GetFileSpec(),
executable->GetArchitecture());
auto module_sp = std::make_shared<Module>(module_spec);
-
+ // If we're a coredump and we already have a main executable, we don't
+ // need to reload the module list that target already has
----------------
labath wrote:
Ok, I see. I'm not entirely happy by this, but it sort of makes sense, so I'm willing to look the other way. :P
https://github.com/llvm/llvm-project/pull/109477
More information about the lldb-commits
mailing list