[Lldb-commits] [lldb] [lldb][riscv] Fix setting breakpoint for undecoded instruction (PR #90075)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Mon May 20 17:21:35 PDT 2024
================
@@ -99,6 +100,8 @@ class EmulateInstructionRISCV : public EmulateInstruction {
private:
/// Last decoded instruction from m_opcode
DecodeResult m_decoded;
+ /// Last tried to be decoded instruction expected size.
----------------
jasonmolenda wrote:
I might call this `Last decoded instruction size`.
https://github.com/llvm/llvm-project/pull/90075
More information about the lldb-commits
mailing list