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:
Greg Clayton 2013-06-04 21:48:36 +00:00
parent 9645e82ce2
commit 76ea03ea7b
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ ProcessMachCore::DoLoadCore ()
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;
}