| commit | 9d7c73af4bf5f1d416a90ec5327279b6f1092a83 | [log] [tgz] |
|---|---|---|
| author | Hui Li <lihui@loongson.cn> | Thu Feb 16 08:59:10 2023 +0800 |
| committer | Tiezhu Yang <yangtiezhu@loongson.cn> | Thu Feb 23 20:35:56 2023 +0800 |
| tree | 7660b36fe38976b108876f8444e5e4527efea303 | |
| parent | d273049e140ef324be2b018e235ae0ba8021a769 [diff] |
gdb: LoongArch: Modify the result of the info reg command The "info register" command should only display general registers, but it shows the information of all registers in the current code, add loongarch_register_reggroup_p() so that we can get the expected result. Signed-off-by: Hui Li <lihui@loongson.cn> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>