[Lldb-commits] [PATCH] D130686: [LLDB][RISCV] Add DWARF Registers
Emmmer S via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 28 00:49:20 PDT 2022
Emmmer created this revision.
Emmmer added reviewers: craig.topper, MaskRay, DavidSpickett, labath.
Emmmer added a project: LLDB.
Herald added subscribers: sunshaoce, VincentWu, luke957, StephenFan, vkmr, frasercrmck, evandro, luismarques, apazos, sameer.abuasal, JDevlieghere, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, arichardson.
Herald added a project: All.
Emmmer requested review of this revision.
Herald added subscribers: lldb-commits, pcwang-thead, eopXD.
According to RISC-V DWARF Specification <https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-dwarf.adoc> add RISCV DWARF Registers.
Don't worry about the difference between riscv32 and riscv64, they just have different bytes of registers.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130686
Files:
lldb/source/Utility/RISCV_DWARF_Registers.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130686.448249.patch
Type: text/x-patch
Size: 2679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220728/8be8132d/attachment.bin>
More information about the lldb-commits
mailing list