[PATCH v2] Add gdb.Architecture.integer_type Python function

Simon Marchi simon.marchi@polymtl.ca
Mon Oct 25 18:38:58 GMT 2021



On 2021-10-25 13:02, Tom Tromey via Gdb-patches wrote:
> 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.

Thanks, this LGTM.

Simon


More information about the Gdb-patches mailing list