summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/StreamString.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Completed more work on the KDP darwin kernel debugging Process plug-in.Greg Clayton2011-07-161-8/+0
| | | | | | | | | | | | | | | 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
* Add missing includes.Eli Friedman2010-06-091-1/+1
| | | | llvm-svn: 105712
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+81
llvm-svn: 105619
OpenPOWER on IntegriCloud