summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/MacOSX-Kernel
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-293-6/+6
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-4/+2
* Let tablegen generate property definitionsJonas Devlieghere2019-07-253-4/+28
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-242-62/+54
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-051-2/+10
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* typedef enum -> enumFangrui Song2019-05-141-6/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-106-60/+0
* Try to fix OSX compilation failure.Zachary Turner2019-03-061-1/+4
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-9/+9
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-112-13/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1916-64/+48
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-14/+4
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-142-2/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-1112-47/+0
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-2/+3
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-3/+2
* Fix ProcessKDP after r343130Tatyana Krasnukha2018-09-261-2/+2
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-1/+1
* 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
OpenPOWER on IntegriCloud