Experiment with printing a warning message when lldb is unable to
authorJason Molenda <jmolenda@apple.com>
Tue, 19 Feb 2013 06:39:56 +0000 (06:39 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 19 Feb 2013 06:39:56 +0000 (06:39 +0000)
commit56c23285f938949819bde377726f867a7d9bcfbb
tree1298c98a3e815265889132d088306f1f0c49c09f
parent362eb1fca304a7b678773f4d7c2a05c11c647af3
Experiment with printing a warning message when lldb is unable to
find a binary on the debugger-host during a kernel debug session
for a kernel extension (kext).  This may prove to be too verbose
in typical usage, particularly if there are many third-party kexts.
We'll try this and see how it works.

<rdar://problem/13080833>

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