[0/2] gdb: LoongArch: Modify the info reg command

Message ID 20230216112020.25610-1-lihui@loongson.cn
Headers
Series gdb: LoongArch: Modify the info reg command |

Message

Hui Li Feb. 16, 2023, 11:20 a.m. UTC
  Hui Li (2):
  gdb: LoongArch: Modify the result of the info reg command
  gdb: LoongArch: Support reg aliases in info reg command

 gdb/loongarch-tdep.c | 60 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)
  

Comments

Tiezhu Yang Feb. 23, 2023, 12:38 p.m. UTC | #1
On 02/16/2023 07:20 PM, Hui Li wrote:
>
> Hui Li (2):
>   gdb: LoongArch: Modify the result of the info reg command
>   gdb: LoongArch: Support reg aliases in info reg command
>
>  gdb/loongarch-tdep.c | 60 ++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 60 insertions(+)
>

Looks good to me, tested on LoongArch, pushed.

Thanks,
Tiezhu