================
@@ -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.
----------------
ita-sc wrote:
Well, I tried to emphasize that even if we failed to fully decode instruction,
we are still able to fill this information. I'll change to
```
Last decoded instruction size estimate.
```
https://github.com/llvm/llvm-project/pull/90075
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits