gdb/csky just return type from csky_vector_type() for vector resgisters
authorJiangshuai Li <jiangshuai_li@linux.alibaba.com>
Wed, 9 Nov 2022 11:50:35 +0000 (19:50 +0800)
committerJiangshuai Li <jiangshuai_li@linux.alibaba.com>
Mon, 21 Nov 2022 01:55:49 +0000 (09:55 +0800)
commit84f9fbe90e5429adb9dee68f04f44c92fa9e2345
tree65feb68e0e3fc7a3e9a676b868ca1986c5cd89a7
parente710dfe0cf3be7cd87ba397ffa6c74706d8ecbfb
gdb/csky just return type from csky_vector_type() for vector resgisters

Some gdb stubs may not describe the type for vector registers in the
tdesc-xml and only send bitsize="128", gdb can't deal with a reg
with default type int with bitsize==128. So Just return csky_vector_type()
for vector resgisters.
gdb/csky-tdep.c