From ee6a3d9e9496d469986a192aa374a43dffa83f96 Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Fri, 25 Feb 2022 10:54:04 +0000 Subject: gdb/python: add Type.is_scalar property Add a new read-only property which is True for scalar types, otherwise, it's False. --- gdb/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/NEWS') 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. -- cgit v1.1