Skip to content

Commit bccea18

Browse files
author
git apple-llvm automerger
committed
Merge commit '841b26f1d80f' from llvm.org/main into next
2 parents 840246a + 841b26f commit bccea18

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -483,13 +483,6 @@ Status ProcessMachCore::DoLoadCore() {
483483
return error;
484484
}
485485

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-
493486
SetCanJIT(false);
494487

495488
// The corefile's architecture is our best starting point.

0 commit comments

Comments
 (0)