aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/LanguageRuntime/ObjC
AgeCommit message (Expand)Author
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-08Replace static const StringRef with StringRef (NFC)Adrian Prantl
2019-10-04[lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl
2019-10-01[clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-08-28Update name of objc runtime SPI function we call for class names.Jason Molenda
2019-08-23[Symbol] Decouple clang from DeclVendorAlex Langford
2019-08-21[NFC] Remove lldb_utility namespace.Jonas Devlieghere
2019-08-20[ClangExpressionParser] Add ClangDeclVendorAlex Langford
2019-08-20[lldb] D66174 `RegularExpression` cleanupJan Kratochvil
2019-08-13[Symbol] Decouple clang from CompilerTypeAlex Langford
2019-08-08Remove unused and undocumented data_offset parameter (NFC)Adrian Prantl
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-15[LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford
2019-07-12[LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford
2019-07-02[Symbol] Add DeclVendor::FindTypesAlex Langford
2019-06-21[Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford
2019-06-19[Process] Remove unused field from HistoryThreadAlex Langford
2019-06-12Re-land r363103 ("When reading ObjC class table, use new SPI if it is avail")Jason Molenda
2019-06-12Back out r363103 ("When reading ObjC class table, use new SPI if it is avail")Jason Molenda
2019-06-11[LanguageRuntime] Simplify CreateExceptionSearchFilter in derived classesAlex Langford
2019-06-11When reading ObjC class table, use new SPI if it is availJason Molenda
2019-06-10[Target] Remove Process::GetObjCLanguageRuntimeAlex Langford
2019-06-08[LanguageRuntime] Introduce LLVM-style castsAlex Langford
2019-06-04[Target] Remove Process::GetCPPLanguageRuntimeAlex Langford
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-14typedef enum -> enumFangrui Song
2019-05-03C.128 override, virtual keyword handlingRaphael Isemann
2019-05-02Upstreaming an apple local patch by Frederic Riss.Jason Molenda
2019-04-26Allow direct comparison of ConstString against StringRefRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-05Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl
2019-03-07Promote more debug-only assertions to regular assertions.Adrian Prantl
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-02-07[lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument valuesKuba Mracek
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
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
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