Andrew Burgess
551b380fbd
gdb/python: add Type.is_signed property
...
Add a new read-only property, Type.is_signed, which is True for signed
types, and False otherwise.
This property should only be read on types for which Type.is_scalar is
true, attempting to read this property for non-scalar types will raise
a ValueError.
I chose 'is_signed' rather than 'is_unsigned' in order to match the
existing Architecture.integer_type method, which takes a 'signed'
parameter. As far as I could find, that was the only existing
signed/unsigned selector in the Python API, so it seemed reasonable to
stay consistent.
2022-03-07 19:42:08 +00:00
..
2022-02-14 09:53:04 +00:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-26 06:49:51 -07:00
2022-01-26 06:49:51 -07:00
2022-01-26 06:49:51 -07:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-02-15 09:52:37 +00:00
2022-01-01 19:13:23 +04:00
2022-02-06 16:03:46 -05:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-26 06:49:51 -07:00
2022-01-01 19:13:23 +04:00
2022-02-28 10:53:13 -07:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-02-06 15:48:19 -05:00
2022-01-26 06:49:51 -07:00
2022-01-01 19:13:23 +04:00
2022-02-04 07:37:22 -07:00
2022-01-26 22:00:20 +00:00
2022-01-26 15:19:13 -07:00
2022-02-06 15:48:18 -05:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-02-06 16:03:47 -05:00
2022-02-06 16:03:46 -05:00
2022-01-01 19:13:23 +04:00
2022-01-26 06:49:51 -07:00
2022-03-07 19:42:08 +00:00
2022-01-26 06:49:51 -07:00
2022-01-26 06:49:51 -07:00
2022-02-07 16:52:47 +00:00
2022-01-01 19:13:23 +04:00
2022-01-26 06:49:51 -07:00
2021-05-07 10:56:20 -04:00
2022-01-26 21:58:12 +00:00
2022-02-14 09:53:04 +00:00
2022-01-01 19:13:23 +04:00