summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SystemRuntime/MacOSX
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-2/+1
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-125-8/+8
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-12/+12
* Long timeouts for the MacOSX SystemRuntime plugins under ASAN; else quick.Jason Molenda2019-09-074-0/+17
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-5/+10
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-245-133/+115
* [Process] Remove unused field from HistoryThreadAlex Langford2019-06-191-16/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-235-14/+15
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-261-3/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-106-24/+0
* Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl2019-04-054-4/+4
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-114-22/+22
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-124-4/+4
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-8/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1910-40/+30
* Simplify Boolean expressionsJonas Devlieghere2018-12-154-4/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-119-35/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-4/+4
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-0/+1
* 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
OpenPOWER on IntegriCloud