hanchenye-llvm-project/lldb/source/Plugins/DynamicLoader
Jim Ingham 7ac5c86ba9 Fix the logic in DynamicLoaderMacOSXDYLD::Clear that would only remove the old dyld notification
breakpoint only  if the process it was for is still alive.  We need to always remove this because
it has a pointer to the old loader, and    if we ever hit it we will crash.  I also put in a sanity
check in the callback function to make sure we don't invoke it if the process is wrong.

<rdar://problem/21006189>

llvm-svn: 237866
2015-05-21 00:27:01 +00:00
..
Darwin-Kernel Fix build on OS X after r233061 2015-03-24 14:30:28 +00:00
Hexagon-DYLD Fix a few compile warnings 2015-05-13 09:04:59 +00:00
MacOSX-DYLD Fix the logic in DynamicLoaderMacOSXDYLD::Clear that would only remove the old dyld notification 2015-05-21 00:27:01 +00:00
POSIX-DYLD Remove check for object file type from DynamicLoaderPOSIXDYLD::DidAttach 2015-05-08 15:45:53 +00:00
Static Workaround for collision between enum members in LLVM's MachO.h and system headers 2014-04-02 22:53:21 +00:00
CMakeLists.txt Dynamic loader for the Hexagon DSP 2014-07-21 17:19:12 +00:00