summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/MacOSX-Kernel
Commit message (Expand)AuthorAgeFilesLines
* Move SafeMachO from Utility to HostPavel Labath2018-09-121-1/+1
* Move Predicate.h from Host to UtilityRaphael Isemann2018-08-301-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-073-4/+4
* [windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova2018-07-101-5/+5
* Remove UUID::SetFromCStringPavel Labath2018-06-211-1/+1
* Typo fixes.Bruce Mitchener2018-05-291-8/+8
* Remove the timed_out out-argument from Predicate::WaitForValueEqualToPavel Labath2018-05-031-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-303-40/+37
* [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
* Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath2017-11-132-2/+2
* Rename Error -> Status.Zachary Turner2017-05-128-105/+110
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Fix windows&darwin builds broken by r297812Pavel Labath2017-03-151-1/+0
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-042-4/+4
* Move UUID from Core -> Utility.Zachary Turner2017-03-042-2/+2
* 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-032-2/+2
* Switch ProcessKDPLog to the new channel registration mechanismPavel Labath2017-02-174-203/+35
* Fix darwin and windows builds broken by r294736Pavel Labath2017-02-102-6/+7
* Remove verbose category in the kdp channelPavel Labath2017-02-064-14/+7
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+4
* Move classes from Core -> Utility.Zachary Turner2017-02-022-4/+4
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+13
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-062-4/+2
* Fixed DoConnectRemote issues where ProcessKDP wasn't switched over to use the...Greg Clayton2016-12-072-53/+54
* Fix OSX build for r288238Pavel Labath2016-11-301-2/+3
* Fix builds Windows and OSX builds after Connection refactor in r287922Pavel Labath2016-11-251-2/+5
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Remove TimeValue usages from MacOSX-Kernel process plugin. NFCPavel Labath2016-11-023-10/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0616-3736/+3180
* Fix lldb build on Mac.Pavel Labath2016-08-311-1/+1
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-1/+1
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Fixed up Xcode build for r276976 and r277011.Todd Fiala2016-07-282-2/+2
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-283-5/+4
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-5/+3
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-192-23/+23
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+2
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-072-10/+10
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-0/+1
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-2/+2
* Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2015-11-051-1/+3
* Make sure we don't over specify an architecture when we connect to KDP and us...Greg Clayton2015-10-282-15/+33
* Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov2015-10-151-2/+2
OpenPOWER on IntegriCloud