gdb/csky modify registers list for general_reggroup
authorJiangshuai Li <jiangshuai_li@linux.alibaba-inc.com>
Fri, 22 Jul 2022 02:33:14 +0000 (10:33 +0800)
committerJiangshuai Li <jiangshuai_li@linux.alibaba-inc.com>
Fri, 22 Jul 2022 02:33:14 +0000 (10:33 +0800)
commit4686f81068433540a8dcf1104548389922e2bfef
tree5af36a0a58e00b93c4cbc9210fd33ee51fc7db4e
parentb5375c5da917828f801dff29e817895910f87536
gdb/csky modify registers list for general_reggroup

There are two modification points here:
1. For the debugging of csky architecture, after executing "info register",
   we hope to print out GPRs, PC and the registers related to exceptions.
2. With tdesc-xml, users can view the register groups described in XML.
gdb/csky-tdep.c