summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-13/+13
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-14/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Remove UUID::SetFromCStringPavel Labath2018-06-211-1/+1
* Remove the timed_out out-argument from Predicate::WaitForValueEqualToPavel Labath2018-05-031-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-14/+12
* [MacOSX-Kernel] Remove broken KDP_IMAGEPATH support.Davide Italiano2018-01-021-37/+0
* Fix a couple of warnings (NFC)Adrian Prantl2017-12-191-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-6/+6
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-3/+3
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Fix the macOS build all the way after r296909.Jim Ingham2017-03-041-72/+91
* Fix DataExtractor failures.Zachary Turner2017-03-031-8/+5
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove verbose category in the kdp channelPavel Labath2017-02-061-7/+6
* Fix builds Windows and OSX builds after Connection refactor in r287922Pavel Labath2016-11-251-2/+5
* Remove TimeValue usages from MacOSX-Kernel process plugin. NFCPavel Labath2016-11-021-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1259/+1138
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Fixed up Xcode build for r276976 and r277011.Todd Fiala2016-07-281-1/+1
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-3/+2
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-20/+20
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+2
* 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
OpenPOWER on IntegriCloud