Add gdb.Architecture.integer_type Python function
authorTom Tromey <tromey@adacore.com>
Fri, 22 Oct 2021 16:49:19 +0000 (10:49 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 29 Oct 2021 13:52:31 +0000 (07:52 -0600)
commitd3771fe234b74d60cfa553940bce9d047bd38e8d
tree9ad43197c7905e0f64bf6b77e526e0c34fa3035b
parent7a72f09da5c62a213952752c9659e7686e1dd4ab
Add gdb.Architecture.integer_type Python function

This adds a new Python function, gdb.Architecture.integer_type, which
can be used to look up an integer type of a given size and
signed-ness.  This is useful to avoid dependency on debuginfo when a
particular integer type would be useful.

v2 moves this to be a method on gdb.Architecture and addresses other
review comments.
gdb/NEWS
gdb/doc/python.texi
gdb/python/py-arch.c
gdb/testsuite/gdb.python/py-arch.exp