llvm-project/lldb/source/Plugins
Dave Lee 940704cc58 [lldb] Fix CommunicationKDP following D133251
Add `m_bytes` and `m_bytes_mutex` to `CommunicationKDP`, following refactoring
in D133251.

Differential Revision: https://reviews.llvm.org/D133365
2022-09-06 10:48:12 -07:00
..
ABI [lldb][ARC] Fix -Wtautological-bitwise-compare warning 2022-08-13 00:18:37 -07:00
Architecture [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
Disassembler Remove redundant initialization of Optional (NFC) 2022-08-20 21:18:28 -07:00
DynamicLoader Fix inconsistent target arch when attaching to arm64 binaries on 2022-09-01 16:39:35 -07:00
ExpressionParser [lldb][ClangExpression] Fix LLDB_LOG incorrect format specifier 2022-08-26 10:06:38 +01:00
Instruction [lldb] Fix a warning 2022-09-01 22:14:25 -07:00
InstrumentationRuntime [LLDB][NFC] Fix memory leak in IntstumentationRuntimeTSan.cpp 2022-08-16 14:34:50 -07:00
JITLoader [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
Language [lldb] From unordered_map synthetic provider, return std::pair children 2022-09-02 08:53:46 -07:00
LanguageRuntime [lldb] Add more dylib paths for exception breakpoints 2022-08-25 06:46:04 -04:00
MemoryHistory [lldb] Migrate runtime instrumentation plugins to ReportWarning 2022-03-16 23:20:58 -07:00
ObjectContainer [lldb] Fix two bugs in ObjectContainerMachOFileset 2022-08-30 14:07:20 -07:00
ObjectFile Change the meaning of a UUID with all zeros for data. 2022-08-30 10:17:58 -07:00
OperatingSystem [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
Platform [lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:31:49 -07:00
Process [lldb] Fix CommunicationKDP following D133251 2022-09-06 10:48:12 -07:00
REPL [LLDB] Applying clang-tidy modernize-use-equals-default over LLDB 2022-03-31 13:21:49 -07:00
ScriptInterpreter [lldb] [Core] Split read thread support into ThreadedCommunication 2022-09-06 13:09:42 +02:00
StructuredData [lldb] Report debugger diagnostics as events 2022-03-16 08:33:01 -07:00
SymbolFile Use llvm::upper_bound (NFC) 2022-09-03 11:17:39 -07:00
SymbolVendor [LLDB][NFC] Fix possible resource leak 2022-07-27 13:19:13 -07:00
SystemRuntime [LLDB][NFC][Reliability] Fixes for int overflow and uninitialized state 2022-07-29 13:31:17 -07:00
Trace [NFC][trace][intel pt] add simple documentation line 2022-08-15 00:56:12 -07:00
TraceExporter Remove redundant initialization of Optional (NFC) 2022-08-20 21:18:28 -07:00
TypeSystem fold assert-only variable into assert to address non-assert -Wunused-variable 2022-08-17 04:10:59 +00:00
UnwindAssembly [NFC] Remove no-op code from x86AssemblyInspectionEngine::jmp_to_reg_p 2022-08-02 16:28:10 -07: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