hanchenye-llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD
Tamas Berghammer d916dbb726 Remove check for object file type from DynamicLoaderPOSIXDYLD::DidAttach
For PIE executables the type of the main executable is shared object
so we can't force that the main executable should have the type of
executable.

llvm-svn: 236870
2015-05-08 15:45:53 +00:00
..
AuxVector.cpp Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
AuxVector.h
CMakeLists.txt
DYLDRendezvous.cpp Replace use of %zu with PRIu64 in DYDL logging message. 2015-04-23 13:57:30 +00:00
DYLDRendezvous.h Use basename of main executable in POSIX-DYLD on Android. 2015-02-03 22:48:34 +00:00
DynamicLoaderPOSIXDYLD.cpp Remove check for object file type from DynamicLoaderPOSIXDYLD::DidAttach 2015-05-08 15:45:53 +00:00
DynamicLoaderPOSIXDYLD.h Extend Platform(s) in order to cache remote executables using ModuleCache and make POSIX dynamic loader to use this flow when attaching to a remote target. 2015-03-13 18:44:56 +00:00
Makefile