commit | 84f9fbe90e5429adb9dee68f04f44c92fa9e2345 | [log] [tgz] |
---|---|---|
author | Jiangshuai Li <jiangshuai_li@linux.alibaba.com> | Wed Nov 09 19:50:35 2022 +0800 |
committer | Jiangshuai Li <jiangshuai_li@linux.alibaba.com> | Mon Nov 21 09:55:49 2022 +0800 |
tree | 65feb68e0e3fc7a3e9a676b868ca1986c5cd89a7 | |
parent | e710dfe0cf3be7cd87ba397ffa6c74706d8ecbfb [diff] |
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.