llvm-project/lldb/source/Plugins
Davide Italiano 300bbbcb70 [ProcessGDBRemote] Get rid of an unused function.
The define was wrong. I could've fixed it, but given this is
unused I decided to drop the function altogether.
2020-06-29 12:39:09 -07:00
..
ABI As part of using inclusive language with the llvm project, 2020-06-19 14:48:48 -07:00
Architecture [lldb] Reduce duplication in the Disassembler class 2020-03-09 13:41:43 +01:00
Disassembler [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DynamicLoader Remove redundant code (NFC) 2020-06-02 16:55:50 -07:00
ExpressionParser [lldb] Use std::make_unique<> (NFC) 2020-06-24 17:48:40 -07:00
Instruction [lldb] Use std::make_unique<> (NFC) 2020-06-24 17:48:40 -07:00
InstrumentationRuntime [lldb][NFC] Make all CompilerDeclContext parameters references instead of pointers 2020-02-18 08:58:36 +01:00
JITLoader [lldb] Remove DataExtractor::GetPointer 2020-02-18 10:38:41 +01:00
Language [lldb] Reactivate Objective-C++ plugin 2020-06-19 19:16:46 +02:00
LanguageRuntime [lldb] Use std::make_unique<> (NFC) 2020-06-24 17:48:40 -07:00
MemoryHistory [lldb/MemoryHistoryAsan] Fix address resolution for recorded backtraces 2020-03-18 13:18:02 -07:00
ObjectContainer Replace std::string::find == 0 with StringRef::startswith 2020-03-31 21:01:09 +02:00
ObjectFile [lldb] Use std::make_unique<> (NFC) 2020-06-24 17:48:40 -07:00
OperatingSystem [lldb/Plugins] Conditionally build OperatingSystemPython. 2020-02-17 21:22:37 -08:00
Platform [lldb] Use std::make_unique<> (NFC) 2020-06-24 17:48:40 -07:00
Process [ProcessGDBRemote] Get rid of an unused function. 2020-06-29 12:39:09 -07:00
ScriptInterpreter [lldb/ScriptInterpreter] Fix missing include on Windows 2020-06-25 12:19:04 -07:00
StructuredData [lldb/Interpreter] Support color in CommandReturnObject 2020-06-09 10:45:45 -07:00
SymbolFile [lldb][PDB] Constexpr static member values as AST literals 2020-06-25 11:27:16 +03:00
SymbolVendor [lldb] NFC remove DISALLOW_COPY_AND_ASSIGN 2020-06-02 13:23:53 -04:00
SystemRuntime [lldb] NFC remove DISALLOW_COPY_AND_ASSIGN 2020-06-02 13:23:53 -04:00
TypeSystem [lldb][PDB] Constexpr static member values as AST literals 2020-06-25 11:27:16 +03:00
UnwindAssembly [lldb/Unwind] Use eh_frame plan directly when it doesn't need to be augmented 2020-06-26 11:46:47 +02:00
CMakeLists.txt Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plugin" 2020-02-18 19:16:07 -08:00
Plugins.def.in Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plugin" 2020-02-18 19:16:07 -08:00