llvm-project/lldb/source/Plugins
Greg Clayton d314e810a7 Added new platform commands:
platform connect <args>
platform disconnect

Each platform can decide the args they want to use for "platform connect". I 
will need to add a function that gets the connect options for the current
platform as each one can have different options and argument counts.

Hooked up more functionality in the PlatformMacOSX and PlatformRemoteiOS.
Also started an platform agnostic PlatformRemoteGDBServer.cpp which can end
up being used by one or more actual platforms. It can also be specialized and
allow for platform specific commands.

llvm-svn: 128123
2011-03-23 00:09:55 +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 Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function. 2011-03-22 01:48:42 +00:00
DynamicLoader Updated to LLVM/Clang revision 127600. 2011-03-15 00:17:19 +00:00
Instruction/ARM More fixes for ARM instruction emulation code: 2011-03-22 22:38:28 +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 Added new platform commands: 2011-03-23 00:09:55 +00:00
Process Added new platform commands: 2011-03-23 00:09:55 +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