This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][RISCV] Allow accessing registers through ABI names
ClosedPublic

Authored by Emmmer on Nov 6 2022, 3:27 AM.

Details

Summary

This patch uses RISCV ABI register name as alt_name in RegisterInfo in lldb-private-types.h

Diff Detail

Event Timeline

Emmmer created this revision.Nov 6 2022, 3:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 6 2022, 3:27 AM
Emmmer requested review of this revision.Nov 6 2022, 3:27 AM
DavidSpickett accepted this revision.Nov 17 2022, 3:02 AM

Glanced at "Table 18.2: RISC-V calling convention register usage.", LGTM.

This revision is now accepted and ready to land.Nov 17 2022, 3:02 AM
This revision was automatically updated to reflect the committed changes.