llvm-project/lldb/source/Plugins/ObjectFile
Greg Clayton 08748d15b8 Fix a check that was attempting to see if an object file was in memory.
Checking if an object file is in memory should use the ObjectFile::IsInMemory(), not test ObjectFile::BaseAddress(). ObjectFile::BaseAddress() is designed to be overridden by all classes and is for mach-o, ELF and COFF plug-ins. They find the header base adddress and return that as a section offset address. The default implementation of ObjectFile::BaseAddress() does try and make an Address() from the ObjectFile::m_memory_addr, but I switched it to a correct function call.

Differential Revision: https://reviews.llvm.org/D86122
2020-08-18 13:24:22 -07:00
..
Breakpad Support build-ids of other sizes than 16 in UUID::SetFromStringRef 2020-06-07 10:03:41 +00:00
ELF [lldb/Module] Allow for the creation of memory-only modules 2020-07-14 08:45:44 -07:00
JIT [lldb] Use std::make_unique<> (NFC) 2020-06-24 17:48:40 -07:00
Mach-O Fix a check that was attempting to see if an object file was in memory. 2020-08-18 13:24:22 -07:00
PECOFF [LLDB] [COFF] Fix handling of symbols with more than one aux symbol 2020-07-20 22:42:28 +03:00
wasm [lldb] Switch Section-dumping code to raw_ostream 2020-05-14 11:59:18 +02:00
CMakeLists.txt [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00