summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-2/+2
* Long timeouts for the MacOSX SystemRuntime plugins under ASAN; else quick.Jason Molenda2019-09-071-0/+4
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-29/+25
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl2019-04-051-1/+1
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann2018-08-291-0/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-16/+11
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-1/+1
* Check that we got back an object from MakeFunctionCallerJason Molenda2016-10-271-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-245/+263
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-14/+13
* Compilation can end up calling functions (e.g. to resolve indirect functions)...Jim Ingham2016-03-211-1/+4
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-18/+27
* Reduce inclusion of clang headers.Bruce Mitchener2015-09-181-3/+0
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-74/+43
* SystemRuntime/MacOSX no longer need ObjCRuntime header.Bruce Mitchener2015-09-031-2/+2
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-4/+4
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-5/+5
* Fix error handling for the AppleGetQueues and AppleGetPendingItemsJason Molenda2014-06-231-0/+1
* Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda2014-05-131-0/+8
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-1/+1
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-2/+2
* Only allow on thread to run when calling libBacktraceRecording.Jason Molenda2014-04-251-0/+2
* Give the clang functions names. This is only for logging.Jim Ingham2014-04-221-1/+2
* Add some additional logging to the Mac OS X SystemRuntime. Fix a bug where l...Jason Molenda2014-02-151-0/+3
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-051-0/+401
OpenPOWER on IntegriCloud