Emmmer added a comment.

Currently, `lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp` 
only handles a few jump instructions, we can refine it further if needed.



================
Comment at: lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.cpp:38
+
+enum riscv_dwarf_regnums {
+  dwarf_x0 = 0,
----------------
This enum can be included from `lldb/source/Utility/RISCV_DWARF_Registers.h`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132510/new/

https://reviews.llvm.org/D132510

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to