hanchenye-llvm-project/lldb/source/Plugins
Greg Clayton 4df8ddfc97 Completed more work on the KDP darwin kernel debugging Process plug-in.
Implemented connect, disconnect, reattach, version, and hostinfo.

Modified the ConnectionFileDescriptor class to be able to handle UDP. 

Added a new Stream subclass called StreamBuffer that is backed by a
llvm::SmallVector for better efficiency.

Modified the DataExtractor class to have a static function that can
dump hex bytes into a stream. This is currently being used to dump incoming
binary packet data in the KDP plug-in.

llvm-svn: 135338
2011-07-16 03:19:08 +00:00
..
ABI Created a std::string in the base StopInfo class for the description and 2011-06-04 01:26:29 +00:00
Disassembler/llvm Add comment. 2011-05-24 20:36:40 +00:00
DynamicLoader Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
Instruction/ARM Fixed some issues with ARM backtraces by not processing any push/pop 2011-07-06 04:07:21 +00:00
LanguageRuntime Added "target variable" command that allows introspection of global 2011-07-07 01:59:51 +00:00
ObjectContainer Modified the ArchSpec to take an optional "Platform *" when setting the triple. 2011-04-07 22:46:35 +00:00
ObjectFile Fixed an assertion crasher. We now handle things correclty and 2011-07-10 17:32:33 +00:00
Platform Added the notion of an system root for SDKs. This is a directory where all 2011-06-17 03:31:01 +00:00
Process Completed more work on the KDP darwin kernel debugging Process plug-in. 2011-07-16 03:19:08 +00:00
SymbolFile Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +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
UnwindAssembly Add UnwindAssembly plugins to makefile build 2011-05-19 17:34:58 +00:00
Makefile Add the LanguageRuntime plugins to the makefile build, and remove the 2011-05-19 23:44:09 +00:00