llvm-project/lldb/source/Plugins
Tamas Berghammer 42ecef3b15 Add absolute load address support for the DynamicLoader plugins
The POSIX linker generally reports the load bias for the loaded
libraries but in some case it is useful to handle a library based on
absolute load address. Example usecases:
* Windows linker uses absolute addresses
* Library list came from different source (e.g. /proc/<pid>/maps)

Differential revision: http://reviews.llvm.org/D12233

llvm-svn: 245834
2015-08-24 10:21:55 +00:00
..
ABI A messy bit of cleanup: Move towards more descriptive names 2015-08-15 01:21:01 +00:00
Disassembler The llvm Triple for an armv6m now comes back as llvm::Triple::thumb. 2015-08-21 00:13:37 +00:00
DynamicLoader Add absolute load address support for the DynamicLoader plugins 2015-08-24 10:21:55 +00:00
Instruction Fix assertion failure caused by r245546 2015-08-21 10:49:09 +00:00
InstrumentationRuntime Improve check for ASAN callbacks 2015-08-12 11:13:11 +00:00
JITLoader Resubmitting 240466 after fixing the linux test suite failures. 2015-06-25 21:46:34 +00:00
LanguageRuntime ClangASTType is now CompilerType. 2015-08-11 22:53:00 +00:00
MemoryHistory Improve check for ASAN callbacks 2015-08-12 11:13:11 +00:00
ObjectContainer Add a better fix for searching for spaces in BSD archive object names where we only trim trailing spaces. 2015-08-14 00:18:52 +00:00
ObjectFile Add absolute load address support for the DynamicLoader plugins 2015-08-24 10:21:55 +00:00
OperatingSystem [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
Platform Make UriParser to support [$HOSTNAME] notation. 2015-08-20 23:09:34 +00:00
Process [NativeProcessLinux] Pass around threads by reference 2015-08-24 09:22:04 +00:00
ScriptInterpreter Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core, unify closing inclusion guards 2015-08-18 08:39:09 +00:00
SymbolFile Fix BuildAddressRangeTable function when no debug arranges present 2015-08-21 12:14:50 +00:00
SymbolVendor Make sure we resolve ~ in paths coming from the plist in a dSYM before adding them 2015-07-24 23:40:32 +00:00
SystemRuntime ClangASTType is now CompilerType. 2015-08-11 22:53:00 +00:00
UnwindAssembly Fix assertion failure caused by r245546 2015-08-21 10:49:09 +00:00
CMakeLists.txt Convert the ScriptInterpreter system to a plugin-based one. 2015-07-30 20:28:07 +00:00
Makefile Bug 24332 - Fix the build of lldb under GNU/Linux when using autotools 2015-08-05 12:46:53 +00:00