diff options
author | Andrew Burgess <aburgess@redhat.com> | 2022-02-25 10:54:04 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2022-03-07 19:42:07 +0000 |
commit | ee6a3d9e9496d469986a192aa374a43dffa83f96 (patch) | |
tree | 50ac979957042eaea384c1bd4a6055447e8cebdc /gdb/NEWS | |
parent | 6fd90137e776c1a29f75651af8e7a129337254c7 (diff) | |
download | gdb-ee6a3d9e9496d469986a192aa374a43dffa83f96.zip gdb-ee6a3d9e9496d469986a192aa374a43dffa83f96.tar.gz gdb-ee6a3d9e9496d469986a192aa374a43dffa83f96.tar.bz2 |
gdb/python: add Type.is_scalar property
Add a new read-only property which is True for scalar types,
otherwise, it's False.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -232,6 +232,9 @@ GNU/Linux/LoongArch loongarch*-*-linux* state information, or None, if there is no such additional information. + ** New read-only attribute gdb.Type.is_scalar, which is True for + scalar types, and False for all other types. + * New features in the GDB remote stub, GDBserver ** GDBserver is now supported on OpenRISC GNU/Linux. |