Always print the kernel UUID and load address if we are working with
authorJason Molenda <jmolenda@apple.com>
Tue, 19 Feb 2013 06:11:13 +0000 (06:11 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 19 Feb 2013 06:11:13 +0000 (06:11 +0000)
commite575e7bce0585bd8d40aa0e196fdadc5e86c45a5
treecba81dadcc2d9d53612d8b8fb381f52706118db5
parent4ce8a909ba89051ab7e3c63eec65ad04e85f3e34
Always print the kernel UUID and load address if we are working with
a kernel binary - even if we can't find the symbol-rich binary or
dSYM on the debugger-system.  Print a warning if the symbol-rich binary
cannot be located.  This more closely emulates the gdb behavior when
a kernel debug session failed to locate a kernel binary.

<rdar://problem/13016095>

llvm-svn: 175491
lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp