llvm-project/lldb/source/Plugins
Fangrui Song a996cc217c Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
..
ABI Make CompilerType safe 2022-11-16 15:51:26 -08:00
Architecture [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
Disassembler [lldb] Use std::nullopt instead of None in comments (NFC) 2022-12-04 20:11:39 -08:00
DynamicLoader Improve dynamic loader support in DynamicLoaderPOSIXDYLD when using core files. 2022-10-13 17:40:23 -07:00
ExpressionParser [lldb] Use std::nullopt instead of None in comments (NFC) 2022-12-04 20:11:39 -08:00
Instruction Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
InstrumentationRuntime Change the Sanitizer report breakpoint callbacks to asynchronous. 2022-10-03 18:10:28 -07:00
JITLoader [lldb][JITLoaderGDB] Resolve __jit_debug_register_code as eSymbolTypeCode 2022-11-27 11:45:26 +01:00
Language [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
LanguageRuntime [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
MemoryHistory [lldb] Migrate runtime instrumentation plugins to ReportWarning 2022-03-16 23:20:58 -07:00
ObjectContainer [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
ObjectFile [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
OperatingSystem [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
Platform [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
Process [lldb] Use std::nullopt instead of None in comments (NFC) 2022-12-04 20:11:39 -08:00
REPL [LLDB] Applying clang-tidy modernize-use-equals-default over LLDB 2022-03-31 13:21:49 -07:00
ScriptInterpreter [lldb/Plugins] Fix build failure with GCC in ScriptedPythonInterface::Dispatch 2022-11-19 13:24:47 -08:00
StructuredData [lldb] Report debugger diagnostics as events 2022-03-16 08:33:01 -07:00
SymbolFile Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
SymbolVendor [lldb] Remove LLDB reproducers 2022-09-19 14:43:31 -07:00
SystemRuntime Make CompilerType safe 2022-11-16 15:51:26 -08:00
Trace [lldb] Use std::nullopt instead of None in comments (NFC) 2022-12-04 20:11:39 -08:00
TraceExporter [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
TypeSystem [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
UnwindAssembly [LLDB] Move MIPS64/PPC64 and misc. to optional GetRegisterInfo 2022-09-28 10:36:31 +00:00
CMakeLists.txt [lldb] Add a C language REPL to test LLDB's REPL infrastructure 2021-09-23 19:31:02 +02:00
Plugins.def.in