summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h
Commit message (Expand)AuthorAgeFilesLines
* typedef enum -> enumFangrui Song2019-05-141-6/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-12/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move Predicate.h from Host to UtilityRaphael Isemann2018-08-301-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-5/+7
* Remove TimeValue usages from MacOSX-Kernel process plugin. NFCPavel Labath2016-11-021-7/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-315/+233
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-1/+1
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-3/+3
* Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton2013-12-041-9/+0
* Add an explicit check for a darwin kernel KDP_VERSIONSTRING whenJason Molenda2013-05-091-0/+3
* Patch from Andrew Fish to add recognition of some additionalJason Molenda2013-03-011-1/+8
* <rdar://problem/13064893>Greg Clayton2013-02-141-1/+0
* Identify a kdp session that is connecting to an EFI monitor,Jason Molenda2012-10-251-0/+3
* <rdar://problem/12491387>Greg Clayton2012-10-191-0/+7
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-291-0/+6
* <rdar://problem/9959501>Greg Clayton2012-09-251-5/+3
* <rdar://problem/9959501>Greg Clayton2012-09-211-1/+8
* 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
* Third round of code cleanups:Enrico Granata2011-08-191-2/+2
* More KDP fixes and logging cleanup.Greg Clayton2011-07-211-28/+36
* Added KDP resume, suspend, set/remove breakpoint, and kernel version support.Greg Clayton2011-07-201-0/+28
* Added register reading support for ARM, i386 and x86_64.Greg Clayton2011-07-201-7/+8
* Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton2011-07-191-1/+53
* Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)Greg Clayton2011-07-171-5/+5
* Completed more work on the KDP darwin kernel debugging Process plug-in.Greg Clayton2011-07-161-47/+99
* 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-33/+66
* Hollowed out process plug-in to do KDP darwin kernel debugging.Greg Clayton2011-07-151-0/+152
OpenPOWER on IntegriCloud