aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/LanguageRuntime
AgeCommit message (Expand)Author
2019-10-10[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann
2019-10-09Remove the is_mangled flag from Mangled and SymbolAdrian 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-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
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-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere
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-18[FileSpecList] Add EmplaceBack method (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-05[CplusPlus] ISVTableName is unused. NFCI.Davide Italiano
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-15Replace assert with static_assert here applicable.Jonas Devlieghere
2019-05-15[Target] Generalize some behavior in ThreadAlex Langford
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-15Delete type_sp member from TypePairPavel Labath
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-08[opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight
2019-02-07[lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument valuesKuba Mracek