forked from OSchip/llvm-project
Add a more clear explanation of what is missing for core files with no LC_THREAD load commands.
llvm-svn: 183253
This commit is contained in:
parent
9645e82ce2
commit
76ea03ea7b
|
@ -216,7 +216,7 @@ ProcessMachCore::DoLoadCore ()
|
||||||
|
|
||||||
if (core_objfile->GetNumThreadContexts() == 0)
|
if (core_objfile->GetNumThreadContexts() == 0)
|
||||||
{
|
{
|
||||||
error.SetErrorString ("core file doesn't contain any recognized thread contexts");
|
error.SetErrorString ("core file doesn't contain any LC_THREAD load commands, or the LC_THREAD architecture is not supported in this lldb");
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue