Fix a crasher in
authorJason Molenda <jmolenda@apple.com>
Thu, 8 Nov 2012 00:19:28 +0000 (00:19 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 8 Nov 2012 00:19:28 +0000 (00:19 +0000)
commitc56bd0837378f15bbc652288c347f1cdb2b5ce8e
treef396504176b6eabba97b3ed779699ab715699276
parent1cb5951a2f55b3aad85cd18b391ec62375d2e6bf
Fix a crasher in
DynamicLoaderDarwinKernel::OSKextLoadedKextSummary::LoadImageUsingMemoryModule
where it assumed that a kernel had been found in memory, when that may not be
the case when we're attaching to a device early in the boot process.
<rdar://problem/12638140>

llvm-svn: 167564
lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp