llvm-capstone/lldb/source
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
..
API Also initialize ScriptInterpreterNone if Python is disabled 2015-08-23 09:05:29 +00:00
Breakpoint ClangASTType is now CompilerType. 2015-08-11 22:53:00 +00:00
Commands ClangASTType is now CompilerType. 2015-08-11 22:53:00 +00:00
Core Add absolute load address support for the DynamicLoader plugins 2015-08-24 10:21:55 +00:00
DataFormatters Convert GetNumTemplateArguments() and GetTemplateArgument() to be instance functions on the CompilerType and the TypeSystem 2015-08-13 00:24:24 +00:00
Expression Fix evaluation of global operators in C++ 2015-08-19 21:44:56 +00:00
Host Make UriParser to support [$HOSTNAME] notation. 2015-08-20 23:09:34 +00:00
Initialization Convert the ScriptInterpreter system to a plugin-based one. 2015-07-30 20:28:07 +00:00
Interpreter Convert the ScriptInterpreter system to a plugin-based one. 2015-07-30 20:28:07 +00:00
Plugins Add absolute load address support for the DynamicLoader plugins 2015-08-24 10:21:55 +00:00
Symbol Fix resolution conflict between global and class static variables in C++ 2015-08-18 22:46:57 +00:00
Target Fix resolution conflict between global and class static variables in C++ 2015-08-18 22:46:57 +00:00
Utility Make UriParser to support [$HOSTNAME] notation. 2015-08-20 23:09:34 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00