summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-1/+1
* Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton2012-04-101-1/+1
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-2/+0
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Logging and return code fixes.Greg Clayton2011-07-291-11/+16
* Initialize the all important automatic variable 'lldb::ConnectionStatus statu...Johnny Chen2011-07-211-1/+1
* More KDP fixes and logging cleanup.Greg Clayton2011-07-211-114/+142
* Added KDP resume, suspend, set/remove breakpoint, and kernel version support.Greg Clayton2011-07-201-14/+181
* Added register reading support for ARM, i386 and x86_64.Greg Clayton2011-07-201-21/+108
* Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton2011-07-191-26/+353
* Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)Greg Clayton2011-07-171-14/+39
* Completed more work on the KDP darwin kernel debugging Process plug-in.Greg Clayton2011-07-161-48/+262
* Fixed the comment lines in the file comment headers.Greg Clayton2011-07-151-1/+1
* Added the ability to connect using "tcp://<host>:<port>" which is theGreg Clayton2011-07-151-222/+71
* Hollowed out process plug-in to do KDP darwin kernel debugging.Greg Clayton2011-07-151-0/+403
OpenPOWER on IntegriCloud