llvm-project/lldb/source/Plugins/Instruction
Kazu Hirata 50630dcc4c [lldb] Fix warnings
This patch fixes:

  lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.h:34:5:
  error: default label in switch which covers all enumeration values
  [-Werror,-Wcovered-switch-default]

and:

  lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp:194:21:
  error: comparison of integers of different signs: 'int' and 'size_t'
  (aka 'unsigned long') [-Werror,-Wsign-compare]
2022-08-16 12:33:21 -07:00
..
ARM [LLDB][ARM] Remove unused LoadPseudoRegistersFromFrame function 2022-08-16 08:28:50 +00:00
ARM64 [LLDB][NFC][Reliability] Fixes for int overflow and uninitialized state 2022-07-29 13:31:17 -07:00
MIPS [lldb] Remove usages of case-insensitive c-string functions 2022-03-29 17:59:17 +02:00
MIPS64 [lldb] Remove usages of case-insensitive c-string functions 2022-03-29 17:59:17 +02:00
PPC64 [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
RISCV [lldb] Fix warnings 2022-08-16 12:33:21 -07:00
CMakeLists.txt [LLDB][RISCV] Make software single stepping work 2022-08-16 23:44:50 +08:00