llvm-project/lldb/source/Plugins
Jonas Devlieghere bcc24e46ba [Reproducer] Move GDB Remote Provider into Reproducer (NFC)
Originally the idea was for providers to be defined close to where they
are used. While this helped designing the providers in such a way that
they don't depend on each other, it also means that it's not possible to
access them from a central place. This proved to be a problem for some
providers and resulted in them living in the reproducer class.

The ProcessGDBRemote provider is the last remaining exception. This
patch makes things consistent and moves it into the reproducer like the
other providers.

llvm-svn: 371685
2019-09-11 23:15:12 +00:00
..
ABI [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
Architecture [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
Disassembler [Utility] Reimplement RegularExpression on top of llvm::Regex 2019-08-16 21:25:36 +00:00
DynamicLoader Upstream macCatalyst support in debugserver and the macOS dynamic loader 2019-09-04 17:23:15 +00:00
ExpressionParser [lldb][NFC] Make include directories in Clang expression parser a std::string 2019-09-11 14:33:11 +00:00
Instruction Support Linux signal return trampolines in frame initialization 2019-07-19 14:05:55 +00:00
InstrumentationRuntime Revert "[TSanRuntime] Upstream thread swift race detector." 2019-08-29 17:14:25 +00:00
JITLoader Format OptionEnumValueElement (NFC) 2019-08-02 00:18:44 +00:00
Language [Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangPersistentVariables 2019-09-09 23:11:43 +00:00
LanguageRuntime Update name of objc runtime SPI function we call for class names. 2019-08-28 02:14:07 +00:00
MemoryHistory [Process] Remove unused field from HistoryThread 2019-06-19 21:33:44 +00:00
ObjectContainer [ObjectContainerBSDArchive] Simplify a few things (NFC) 2019-07-12 20:08:41 +00:00
ObjectFile Revert "[LLDB][ELF] Load both, .symtab and .dynsym sections" 2019-09-11 14:33:37 +00:00
OperatingSystem Fix a comment which was incorrect. 2019-08-08 20:47:40 +00:00
Platform [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit` 2019-09-10 00:20:50 +00:00
Process [Reproducer] Move GDB Remote Provider into Reproducer (NFC) 2019-09-11 23:15:12 +00:00
ScriptInterpreter [LLDB] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:19:23 +00:00
StructuredData [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy target 2019-08-26 18:12:44 +00:00
SymbolFile [DWARF] Evaluate DW_OP_entry_value 2019-09-11 21:23:45 +00:00
SymbolVendor SymbolVendorELF: Perform build-id lookup even without a debug link 2019-08-06 08:18:39 +00:00
SystemRuntime Long timeouts for the MacOSX SystemRuntime plugins under ASAN; else quick. 2019-09-07 01:38:37 +00:00
UnwindAssembly Support Linux signal return trampolines in frame initialization 2019-07-19 14:05:55 +00:00
CMakeLists.txt Move StopInfoOverride callback to the new architecture plugin 2017-10-25 21:05:31 +00:00