summaryrefslogtreecommitdiff
path: root/lldb/source/Core/PluginManager.cpp
AgeCommit message (Expand)Author
2021-10-22[lldb] Remove ConstString from ABI, Architecture and Disassembler plugin namesPavel Labath
2021-10-21[lldb] Fix a thinko in 2ace1e57Pavel Labath
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2021-09-06[lldb] Fix pessimizing move warningBenjamin Kramer
2021-09-06[lldb] Support SaveCore() from gdb-remote clientMichał Górny
2021-09-01[lldb] Add minidump save-core functionality to ELF object filesAndrej Korman
2021-08-31Revert "[lldb] Add minidump save-core functionality to ELF object files"Andy Yankovsky
2021-08-31[lldb] Add minidump save-core functionality to ELF object filesAndrej Korman
2021-07-26[trace] Add the definition of a TraceExporter pluginWalter Erquinigo
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2020-11-18[trace][intel-pt] Scaffold the 'thread trace start | stop' commandsWalter Erquinigo
2020-10-09[intel pt] Refactor parsingWalter Erquinigo
2020-09-21Add a "Trace" plug-in to LLDB to add process trace support in stages.Walter Erquinigo
2020-05-27[lldb] Tab completion for process plugin nameGongyu Deng
2020-02-19[lldb/Core] Remove locking in the PluginManagerJonas Devlieghere
2020-02-18[lldb/Core] Remove more duplicate code in PluginManager (NFCI)Jonas Devlieghere
2020-02-18[lldb] Move ArchitectureCreateInstance into ldb-private-interfacesJonas Devlieghere
2020-02-18[lldb/Core] Remove dead Get*PluginCreateCallbackForPluginName (NFC)Jonas Devlieghere
2020-02-18[lldb/Core] Remove blatant code duplication by using a template (NFC)Jonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-21[lldb] Fix ARM32 inferior callsJan Kratochvil
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-06-21[Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford
2019-04-26[ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-12[lldb] Fix "code requires global destructor" warning in g_architecture_mutexKuba Mracek
2018-11-11Remove comments after header includes.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] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere
2018-06-19Replace HostInfo::GetLLDBPath with specific functionsPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-10s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber
2017-10-25Move StopInfoOverride callback to the new architecture pluginPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-08Resubmit FileSystem changes.Zachary Turner
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath