llvm-capstone/lldb/source
Pavel Labath a7760cb550 Move OperatingSystem plugins to SystemInitializerFull
Summary: These are not needed in lldb-server. Removing them shrinks the server size by about 1.5%.

Reviewers: zturner

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D18188

llvm-svn: 263625
2016-03-16 08:48:56 +00:00
..
API Move OperatingSystem plugins to SystemInitializerFull 2016-03-16 08:48:56 +00:00
Breakpoint Add an "offset" option to "break set -n" and "break set -f -l". 2016-03-09 18:59:13 +00:00
Commands Improve the 'type lookup' command such that it guesses to use the current's frame language as the one to start searching from. 2016-03-15 21:50:51 +00:00
Core Remove unnecessary <limits> includes. 2016-03-15 21:11:02 +00:00
DataFormatters This change introduces a "ExpressionExecutionThread" to the ThreadList. 2016-03-12 02:45:34 +00:00
Expression Fix "ninja check-lldb" crash in IRExecutionUnit.cpp 2016-03-09 22:05:17 +00:00
Host Remove unnecessary <limits> includes. 2016-03-15 21:11:02 +00:00
Initialization Move OperatingSystem plugins to SystemInitializerFull 2016-03-16 08:48:56 +00:00
Interpreter Workaround the fact that "b" is now a separate command object from "_regexp-break", and thus "help b" doesn't show the possible syntaxes 2016-03-15 01:57:10 +00:00
Plugins On some platforms, the compiler is allowed to assume that BOOL == bool. On others, BOOL == signed char. 2016-03-15 23:38:04 +00:00
Symbol Fix ClangASTContext::GetFunctionArgumentAtIndex() to not water down the type to the canonical type before handing the type out for the function type. 2016-03-15 22:43:26 +00:00
Target Only try to load the OS plug-in after a shared library load if we don't already have one. 2016-03-15 22:44:07 +00:00
Utility
CMakeLists.txt
lldb.cpp