summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SystemRuntime
Commit message (Expand)AuthorAgeFilesLines
* Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann2018-08-294-0/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-305-103/+70
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Rename Error -> Status.Zachary Turner2017-05-129-33/+34
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-222-3/+3
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-035-5/+5
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-0210-14/+14
* [CMake] [4/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+11
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-064-4/+4
* Check that we got back an object from MakeFunctionCallerJason Molenda2016-10-274-4/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0610-2363/+2433
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-1/+1
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-1/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-1810-96/+91
* Compilation can end up calling functions (e.g. to resolve indirect functions)...Jim Ingham2016-03-214-3/+12
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-194-76/+106
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-5/+5
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2016-01-122-8/+20
* Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2015-11-051-0/+2
* Static analyzer noticed that a null get_pending_items_caller couldJason Molenda2015-10-291-1/+7
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-32/+27
* Made GetScratchTypeSystemForLanguage return an error if desired.Sean Callanan2015-10-021-1/+1
* Reduce inclusion of clang headers.Bruce Mitchener2015-09-184-12/+0
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-1/+1
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-159-293/+179
* SystemRuntime/MacOSX no longer need ObjCRuntime header.Bruce Mitchener2015-09-033-6/+2
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-244-19/+19
* ClangASTType is now CompilerType.Greg Clayton2015-08-119-23/+23
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-6/+7
* Fix warnings found by -Wextra-semiPavel Labath2015-07-221-1/+1
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-3/+3
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-7/+6
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-6/+7
* Don't #include ClangASTContext.h from Module.hZachary Turner2015-03-031-0/+1
* Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack2015-03-021-3/+1
* Change SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes to use theJason Molenda2014-09-121-50/+26
* Fix error handling for the AppleGetQueues and AppleGetPendingItemsJason Molenda2014-06-232-0/+2
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-132-3/+272
* Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda2014-05-136-0/+50
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-054-4/+4
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-054-8/+8
* Only allow on thread to run when calling libBacktraceRecording.Jason Molenda2014-04-254-0/+8
* Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda2014-04-251-20/+21
* Give the clang functions names. This is only for logging.Jim Ingham2014-04-224-6/+10
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-0/+1
OpenPOWER on IntegriCloud