llvm-project/lldb/source/Plugins/Instruction
David Spickett 0577a9f8d0 [LLDB] Change EmulateInstriction::ReadRegister to return Optional
Making it easier to understand and harder to misuse.
This only applies to the ReadRegister(const RegisterInfo &reg_info) variant.

Depends on D135671

Reviewed By: clayborg

Differential Revision: https://reviews.llvm.org/D135672
2022-10-12 08:37:36 +00:00
..
ARM [LLDB] Switch to RegisterInfo& for EmulateInstruction::WriteRegister 2022-10-11 13:24:55 +00:00
ARM64 [LLDB] Change EmulateInstriction::ReadRegister to return Optional 2022-10-12 08:37:36 +00:00
MIPS [LLDB] Change EmulateInstriction::ReadRegister to return Optional 2022-10-12 08:37:36 +00:00
MIPS64 [LLDB] Change EmulateInstriction::ReadRegister to return Optional 2022-10-12 08:37:36 +00:00
PPC64 [LLDB] Remove the bool + RegisterInfo& version of GetRegisterInfo 2022-09-28 12:30:34 +00:00
RISCV [LLDB][RISCV][NFC] Rewrite instruction in algebraic datatype 2022-10-05 19:45:28 +08:00
CMakeLists.txt [LLDB][RISCV] Make software single stepping work 2022-08-16 23:44:50 +08:00