aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2022-02-25 10:54:04 +0000
committerAndrew Burgess <aburgess@redhat.com>2022-03-07 19:42:07 +0000
commitee6a3d9e9496d469986a192aa374a43dffa83f96 (patch)
tree50ac979957042eaea384c1bd4a6055447e8cebdc /gdb/NEWS
parent6fd90137e776c1a29f75651af8e7a129337254c7 (diff)
downloadgdb-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index e0c55e8..168b6f4 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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.