hanchenye-llvm-project/lldb/source
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
..
API Some descriptive text for the Python script feature: 2011-07-16 01:22:04 +00:00
Breakpoint Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
Commands Some descriptive text for the Python script feature: 2011-07-16 01:22:04 +00:00
Core Completed more work on the KDP darwin kernel debugging Process plug-in. 2011-07-16 03:19:08 +00:00
Expression Added the ability to see block variables when looking up addresses 2011-07-11 05:12:02 +00:00
Host Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants 2011-06-18 23:52:14 +00:00
Interpreter Some descriptive text for the Python script feature: 2011-07-16 01:22:04 +00:00
Plugins Completed more work on the KDP darwin kernel debugging Process plug-in. 2011-07-16 03:19:08 +00:00
Symbol System-wide summaries: 2011-07-15 23:30:15 +00:00
Target Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
Utility fixing missing RefCounter class 2011-07-13 00:00:57 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Deleted one too many characters... 2011-05-07 01:03:33 +00:00
lldb.cpp LLDB now has a Kernel dynamic linker that can detect where kexts are 2011-07-08 04:11:42 +00:00