hanchenye-llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD
Matt Kopec d678d30bac This fixes two issues with the POSIX dynamic loader:
1. existing breakpoints weren't being re-resolved after the sections of a library were loaded (ie. through dlopen).
2. loaded sections weren't being removed after a shared library had been unloaded.

llvm-svn: 190727
2013-09-13 22:14:50 +00:00
..
AuxVector.cpp Re-introduces ELF core file support for Linux x86-64 2013-07-17 16:06:12 +00:00
AuxVector.h Add newer Linux AT_ defines from elf.h. 2013-06-17 17:44:53 +00:00
CMakeLists.txt
DYLDRendezvous.cpp Adding support for process attach by pid on Linux. 2013-05-07 22:46:38 +00:00
DYLDRendezvous.h
DynamicLoaderPOSIXDYLD.cpp This fixes two issues with the POSIX dynamic loader: 2013-09-13 22:14:50 +00:00
DynamicLoaderPOSIXDYLD.h This fixes two issues with the POSIX dynamic loader: 2013-09-13 22:14:50 +00:00
Makefile