]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/doc/python.texi
gdb/python: add Type.is_scalar property
authorAndrew Burgess <aburgess@redhat.com>
Fri, 25 Feb 2022 10:54:04 +0000 (10:54 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 7 Mar 2022 19:42:07 +0000 (19:42 +0000)
commitee6a3d9e9496d469986a192aa374a43dffa83f96
tree50ac979957042eaea384c1bd4a6055447e8cebdc
parent6fd90137e776c1a29f75651af8e7a129337254c7
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
gdb/doc/python.texi
gdb/python/py-type.c
gdb/testsuite/gdb.python/py-type.c
gdb/testsuite/gdb.python/py-type.exp