Modify the EFI KDP debugging to not use any dynamic loader since it does manual dynam...
authorGreg Clayton <gclayton@apple.com>
Wed, 16 Jul 2014 21:16:27 +0000 (21:16 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 16 Jul 2014 21:16:27 +0000 (21:16 +0000)
commita1bce2ef1a2007c608d4a6948dd9aa991fd155df
treeeb20fca49b269abcf7aca8b9af070e653de01a19
parent31fb6f473006f3e1c61e8a118a10983ef48bd213
Modify the EFI KDP debugging to not use any dynamic loader since it does manual dynamic loading itself via python modules.

Also track down the required binary by trying to locate the main executable module through LLDB's symbol and executable file locating code.

<rdar://problem/16570258>

llvm-svn: 213199
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp