summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SystemRuntime
AgeCommit message (Expand)Author
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-10-11Upstreaming the BridgeOS device support and theJason Molenda
2018-08-29Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-04Move UUID from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-31[CMake] [4/4] Update a batch of pluginsChris Bieneman
2016-12-06Use Timeout<> in EvaluateExpressionOptions classPavel Labath
2016-10-27Check that we got back an object from MakeFunctionCallerJason Molenda
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-06-23Revert r273524, it may have been the cause of a linux testbot failureJason Molenda
2016-06-23Do some minor renames of "Mac OS X" to "macOS".Jason Molenda
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-03-21Compilation can end up calling functions (e.g. to resolve indirect functions)...Jim Ingham
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan
2016-03-12This change introduces a "ExpressionExecutionThread" to the ThreadList.Jim Ingham
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2016-01-12Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda
2015-11-05Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda
2015-10-29Static analyzer noticed that a null get_pending_items_caller couldJason Molenda
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-10-02Made GetScratchTypeSystemForLanguage return an error if desired.Sean Callanan
2015-09-18Reduce inclusion of clang headers.Bruce Mitchener
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham
2015-09-03SystemRuntime/MacOSX no longer need ObjCRuntime header.Bruce Mitchener
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton
2015-07-22Fix warnings found by -Wextra-semiPavel Labath
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton
2015-06-08Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath
2015-06-08Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath
2015-03-03Don't #include ClangASTContext.h from Module.hZachary Turner
2015-03-02Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack
2014-09-12Change SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes to use theJason Molenda
2014-06-23Fix error handling for the AppleGetQueues and AppleGetPendingItemsJason Molenda
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda
2014-05-13Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda
2014-05-05Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham
2014-05-05Make the Expression Execution result enum available to the SB API layer.Jim Ingham