We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 840246a + 841b26f commit bccea18Copy full SHA for bccea18
lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
@@ -483,13 +483,6 @@ Status ProcessMachCore::DoLoadCore() {
483
return error;
484
}
485
486
- if (core_objfile->GetNumThreadContexts() == 0) {
487
- error.SetErrorString("core file doesn't contain any LC_THREAD load "
488
- "commands, or the LC_THREAD architecture is not "
489
- "supported in this lldb");
490
- return error;
491
- }
492
-
493
SetCanJIT(false);
494
495
// The corefile's architecture is our best starting point.
0 commit comments