Fix endianness issue with POSIX dyld plugin
To support cross-endian and big-endian debugging avoid copying target memory directly into host variables. llvm-svn: 191826
Showing
- lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp 28 additions, 22 deletions...ource/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
- lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h 10 additions, 3 deletions.../source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
Loading
Please register or sign in to comment