llvm-project/lldb/source/Plugins/DynamicLoader
Adrian Prantl 057efa9916 Make the error condition in Value::ValueType explicit (NFC)
The comment for ValueType claims that all values <1 are errors, but
not all switch statements take this into account. This patch
introduces an explicit Error case and deletes all default: cases, so
we get warned about incomplete switch coverage.

https://reviews.llvm.org/D96537
2021-02-12 16:12:31 -08:00
..
Darwin-Kernel [lldb] Make DoReadMemory a protected method. 2021-01-07 21:06:36 -08:00
Hexagon-DYLD [lldb] Make DoReadMemory a protected method. 2021-01-07 21:06:36 -08:00
MacOSX-DYLD Make the error condition in Value::ValueType explicit (NFC) 2021-02-12 16:12:31 -08:00
POSIX-DYLD [lldb] [POSIX-DYLD] Update the cached exe path after attach 2020-12-17 09:31:22 +01:00
Static [lldb] Access the ModuleList through iterators where possible (NFC) 2021-01-07 21:06:36 -08:00
Windows-DYLD [lldb] s/ExecutionContext/Target in Disassembler 2020-03-05 14:46:39 +01:00
wasm-DYLD [LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debugging 2020-02-17 12:42:23 +01:00
CMakeLists.txt [lldb/Plugin] Unconditionally build Darwin-Kernel 2020-02-17 18:14:24 -08:00