llvm-project/lldb/source/Plugins/ObjectFile/ELF
Pavel Labath ec03d7e3ba Revert "[lldb] Use vFlash commands when writing to target's flash memory regions"
This reverts commit r326261 as it introduces inconsistencies in the
handling of load addresses for ObjectFileELF -- some parts of the class
use physical addresses, and some use virtual. This has manifested itself
as us not being able to set the load address of the vdso "module" on
android.

llvm-svn: 326367
2018-02-28 20:42:29 +00:00
..
CMakeLists.txt Add LLVMObject dependency to our ObjectFileELF plugin 2017-12-18 10:51:03 +00:00
ELFHeader.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
ELFHeader.h Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
ObjectFileELF.cpp Revert "[lldb] Use vFlash commands when writing to target's flash memory regions" 2018-02-28 20:42:29 +00:00
ObjectFileELF.h Revert "[lldb] Use vFlash commands when writing to target's flash memory regions" 2018-02-28 20:42:29 +00:00