Set the vector registers type's name
authorLaurent Morichetti <laurent.morichetti@amd.com>
Thu, 23 Apr 2020 23:36:39 +0000 (16:36 -0700)
committerLaurent Morichetti <laurent.morichetti@amd.com>
Wed, 6 May 2020 20:50:55 +0000 (13:50 -0700)
commit2bcf29f7430d88a69e32819f66aa0c35f4548caf
tree964c66d981ca2a6d30fcdcb432524ef5f4105e6e
parent223465e79236934a28819999c1f35c39392f779d
Set the vector registers type's name

The "maintenance print register-groups" command reported the vector
registers type did not have a name, so set the name when we create it.

Before:

(gdb) maintenance print register-groups
 Name         Nr  Rel Offset    Size  Type            Groups
 v0            0    0      0     256 *1              all,general,vector
 ...
*1: Register type's name NULL.

After:

(gdb) maintenance print register-groups
 Name         Nr  Rel Offset    Size  Type            Groups
 v0            0    0      0     256 int32_t[64]     all,general,vector
...

Change-Id: I17fc4ddad488186f44f166dfd3577b33d80e98ad
gdb/amdgcn-rocm-tdep.c
This page took 0.02413 seconds and 4 git commands to generate.