[Lldb-commits] [lldb] [lldb][riscv] Fix setting breakpoint for undecoded instruction (PR #90075)

via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 7 01:30:21 PDT 2024


================
@@ -94,6 +94,39 @@ static lldb::addr_t ReadFlags(NativeRegisterContext &regsiter_context) {
                                                  LLDB_INVALID_ADDRESS);
 }
 
+static int GetSoftwareWatchpointSize(const ArchSpec &arch,
----------------
ita-sc wrote:

Fixed, changed to `GetSoftwareBreakpointSize`

https://github.com/llvm/llvm-project/pull/90075


More information about the lldb-commits mailing list