commit | 13dad2fefb26f1972145084d58d013f12d98c5d0 | [log] [tgz] |
---|---|---|
author | Jan Vrany <jan.vrany@labware.com> | Tue Feb 04 13:56:49 2025 +0000 |
committer | Jan Vrany <jan.vrany@labware.com> | Tue Feb 04 13:56:49 2025 +0000 |
tree | 6e027bb48ce2e4544ad9d14857b3f8c669865284 | |
parent | 30243af82d55050d4168090626dbc91a1c935159 [diff] |
gdb/python: add void_type () method to gdb.Architecture object This commit adds a new method to Python architecture objects that returns a void type for that architecture. This will be useful later to create types for function symbols created using Python extension code. Reviewed-By: Eli Zaretskii <eliz@gnu.org> Approved-By: Andrew Burgess <aburgess@redhat.com>