When starting a kernel debug session, if the user specified an executable
authorJason Molenda <jmolenda@apple.com>
Wed, 27 Feb 2013 03:07:49 +0000 (03:07 +0000)
committerJason Molenda <jmolenda@apple.com>
Wed, 27 Feb 2013 03:07:49 +0000 (03:07 +0000)
commit38e70d11c305c8b6bcb019c5da38a39774b91669
tree49033654447fcc674091bb4586909c1522d1ac43
parent4a5da44b34afe0c0f43d5b3af78888b175583aa9
When starting a kernel debug session, if the user specified an executable
binary to lldb already check that the UUID of that binary and the UUID of
the kernel binary in memory match.  Warn if they don't.
<rdar://problem/13184784>

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