Closed asayin-xlnx closed 1 year ago
This would consider registers like s0
to s31
as general purpose registers, which AFAIK they are not, for a total of 74 registers: way too many to be displayed by default. For architectures not as nicely supported by GDB as x86 (like, sadly, ARM) the best solution is to customize the list of registers. See this wiki page.
Now that error is handled, but you still have to explicitly set the register list.
Got it, thank you very much for your reply and solution!
Amends the issue where Registers list throw exception as below when working with an ARM core.
maintenance print register-groups
output below.