forked from OSchip/llvm-project
Make the warning message about not finding the kernel binary clearer
about which kernel binary lldb is referring to. llvm-svn: 180821
This commit is contained in:
parent
68741cc38d
commit
cc6dc78046
|
@ -834,7 +834,7 @@ DynamicLoaderDarwinKernel::KextImageInfo::LoadImageUsingMemoryModule (Process *p
|
|||
Stream *s = &target.GetDebugger().GetOutputStream();
|
||||
if (s)
|
||||
{
|
||||
s->Printf ("WARNING: Unable to locate kernel binary on this system.\n");
|
||||
s->Printf ("WARNING: Unable to locate kernel binary on the debugger system.\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue