[Lldb-commits] [lldb] [lldb][LoongArch] Complete register alias name in `AugmentRegisterInfo` (PR #124059)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 23 01:38:48 PST 2025
https://github.com/DavidSpickett commented:
ABI details are someone else's job but on generic things this is the right idea.
It needs tests, I suggest you find the tests that read general registers and add aliased name reads to those. Though it's unlikely to break for just one use case, I would add this to core file and live process tests, since it's simple and cheap to do.
https://github.com/llvm/llvm-project/pull/124059
More information about the lldb-commits
mailing list