llvm-project/lldb/source/Plugins
Greg Clayton 7a5388bf75 Split all of the core of LLDB.framework/lldb.so into a
static archive that can be linked against. LLDB.framework/lldb.so
exports a very controlled API. Splitting the API into a static
library allows other tools (debugserver for now) to use the power
of the LLDB debugger core, yet not export it as its API is not
portable or maintainable. The Host layer and many of the other
internal only APIs can now be statically linked against.

Now LLDB.framework/lldb.so links against "liblldb-core.a" instead
of compiling the .o files only for the shared library. This fix
is only for compiling with Xcode as the Makefile based build already
does this.

The Xcode projecdt compiler has been changed to LLVM. Anyone using
Xcode 3 will need to manually change the compiler back to GCC 4.2,
or update to Xcode 4.

llvm-svn: 127963
2011-03-20 04:57:14 +00:00
..
ABI LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
Disassembler/llvm Added more platform support. There are now some new commands: 2011-03-19 01:12:21 +00:00
DynamicLoader Updated to LLVM/Clang revision 127600. 2011-03-15 00:17:19 +00:00
Instruction/ARM Split all of the core of LLDB.framework/lldb.so into a 2011-03-20 04:57:14 +00:00
LanguageRuntime Relax the constraint on the types of ValueObjects that we'll by default try the 2011-03-18 00:05:18 +00:00
ObjectContainer LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
ObjectFile Added more platform support. There are now some new commands: 2011-03-19 01:12:21 +00:00
Platform Split all of the core of LLDB.framework/lldb.so into a 2011-03-20 04:57:14 +00:00
Process Split all of the core of LLDB.framework/lldb.so into a 2011-03-20 04:57:14 +00:00
SymbolFile Split all of the core of LLDB.framework/lldb.so into a 2011-03-20 04:57:14 +00:00
SymbolVendor/MacOSX LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
Makefile Add Makefile support for the Platform plugins. 2011-03-10 03:08:28 +00:00