summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-0/+1
* Fixed CTRL+C related issues:Greg Clayton2014-05-021-0/+1
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-1/+0
* Fixed an issue with the byte order of ports in KDP packets. Greg Clayton2014-01-101-6/+6
* Fixed an issue introduced with my last fix where the command and sequence ID ...Greg Clayton2013-07-101-1/+1
* Fixed the CommunicationKDP::SendRequestAndGetReply() to correctly be able to ...Greg Clayton2013-07-101-8/+37
* Change the default timeout for KDP communications to be 5 seconds.Jason Molenda2013-07-021-1/+1
* Add an explicit check for a darwin kernel KDP_VERSIONSTRING whenJason Molenda2013-05-091-0/+11
* <rdar://problem/13521159>Greg Clayton2013-03-271-4/+4
* Patch from Andrew Fish to add recognition of some additionalJason Molenda2013-03-011-2/+146
* <rdar://problem/13064893>Greg Clayton2013-02-141-42/+32
* <rdar://problem/13069948>Greg Clayton2013-01-251-12/+12
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-6/+6
* Identify a kdp session that is connecting to an EFI monitor,Jason Molenda2012-10-251-0/+11
* <rdar://problem/12491387>Greg Clayton2012-10-191-1/+52
* Change CommunicationKDP::SendRequestWriteMemory to append data as binaryJason Molenda2012-10-191-1/+1
* <rdar://problem/12489931>Greg Clayton2012-10-121-1/+1
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-291-0/+47
* <rdar://problem/9959501>Greg Clayton2012-09-251-14/+33
* <rdar://problem/9959501>Greg Clayton2012-09-211-4/+44
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-3/+3
* Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham2012-05-041-1/+1
* 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