Skip to content

Commit 991156c

Browse files
author
git apple-llvm automerger
committed
Merge commit '6e54918db7f4' from llvm.org/master into apple/main
2 parents bc7c1d3 + 6e54918 commit 991156c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ Status ProcessMachCore::DoLoadCore() {
398398
added_module.Append(module_sp, false);
399399
GetTarget().ModulesDidLoad(added_module);
400400
m_dyld_plugin_name = DynamicLoaderDarwinKernel::GetPluginNameStatic();
401+
found_main_binary_definitively = true;
401402
}
402403
}
403404
}

0 commit comments

Comments
 (0)