summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-291-2/+2
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-4/+2
* Let tablegen generate property definitionsJonas Devlieghere2019-07-251-4/+8
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-49/+41
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-051-2/+10
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-12/+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-111-6/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+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 RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* Typo fixes.Bruce Mitchener2018-05-291-8/+8
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-22/+21
* Rename Error -> Status.Zachary Turner2017-05-121-41/+44
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Switch ProcessKDPLog to the new channel registration mechanismPavel Labath2017-02-171-5/+1
* Remove verbose category in the kdp channelPavel Labath2017-02-061-2/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+4
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+1
* Fixed DoConnectRemote issues where ProcessKDP wasn't switched over to use the...Greg Clayton2016-12-071-4/+5
* Fix OSX build for r288238Pavel Labath2016-11-301-2/+3
* 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-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-999/+831
* Fix lldb build on Mac.Pavel Labath2016-08-311-1/+1
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-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-1/+1
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-5/+3
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-8/+8
* 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-281-14/+29
* Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov2015-10-151-2/+2
* Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda2015-10-081-1/+7
* Revert "Fixing a subtle issue on Mac OS X systems with dSYMs..."Pavel Labath2015-10-011-7/+1
* Fixing a subtle issue on Mac OS X systems with dSYMs (possiblyJason Molenda2015-10-011-1/+7
* Fix ProcessKDP.cpp for the change in r246578.Jim Ingham2015-09-011-13/+15
* Move ProcessKDP's StringExtractor include.Bruce Mitchener2015-07-071-0/+1
* Fix StringExtractor.h issues.Bruce Mitchener2015-07-071-1/+0
* Fix typosBruce Mitchener2015-07-021-1/+1
OpenPOWER on IntegriCloud