[Lldb-commits] [PATCH] D132510: [RISCV][LLDB] Add initial SysV ABI support

Emmmer S via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 23 23:45:30 PDT 2022


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



More information about the lldb-commits mailing list