summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/LanguageRuntime
AgeCommit message (Expand)Author
2019-01-15Simplify code by using Optional::getValueOr()Adrian Prantl
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2019-01-04[lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recogniz...Kuba Mracek
2019-01-04[lldb] Check SafeToCallFunctions before calling functions in GetExceptionObje...Kuba Mracek
2018-12-20[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-28[lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek
2018-11-15Add setting to require hardware breakpoints.Jonas Devlieghere
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere
2018-11-05Remove Java debugger pluginJonas Devlieghere
2018-11-05Remove Go debugger pluginJonas Devlieghere
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-10-18Revert "Return a named error in the result object of an expression with no re...Krasimir Georgiev
2018-10-16Return a named error in the result object of an expression with no resultJim Ingham
2018-10-15Convert code to use early exits in prepraration for future changes. (NFC)Adrian Prantl
2018-10-04Fix typos.linaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-master-mainline-defconfig_nolselinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-master-mainlineBruce Mitchener
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-09-07NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham
2018-08-29Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-09[ObjCRuntime] Add support for obfuscation in tagged pointers.Davide Italiano
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-06-13Fix/unify the spelling of Objective-C.Adrian Prantl
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath
2018-05-29Typo fixes.Bruce Mitchener
2018-05-18Fix _NSCFBoolean data formatter.Jonas Devlieghere
2018-05-12[LanguageRuntime/ObjC] Turn off ISA logging once and for all.Davide Italiano
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath
2018-03-26Fix check for verbose logging.Adrian Prantl
2018-03-23Log ObjC Runtime messages only in verbose modeAdrian Prantl
2018-03-01We were getting the wrong dynamic type if there were two classes with the sam...Jim Ingham
2017-11-02Fix some warnings found by ToT clangPavel Labath
2017-10-30Remove a stray space.Jim Ingham
2017-09-28[Expression parser] Setting to enable use of ExternalASTMergerSean Callanan
2017-09-27Update the Objective-C runtime interface code to handle objc objectsJason Molenda
2017-09-26[Expression Parser] Inhibit global lookups for symbols in the IR dynamic checksSean Callanan
2017-09-14Make breakpoint names real entities.Jim Ingham
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath