mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
* gdb.texinfo (Types In Python): Document 'bitpos' for enums.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
|
||||||
|
|
||||||
|
* gdb.texinfo (Types In Python): Document 'bitpos' for enums.
|
||||||
|
|
||||||
2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
|
2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
|
||||||
|
|
||||||
* gdb.texinfo (Prompt): Add set/show extended-prompt
|
* gdb.texinfo (Prompt): Add set/show extended-prompt
|
||||||
|
@ -21575,7 +21575,8 @@ Each field is an object, with some pre-defined attributes:
|
|||||||
@item bitpos
|
@item bitpos
|
||||||
This attribute is not available for @code{static} fields (as in
|
This attribute is not available for @code{static} fields (as in
|
||||||
C@t{++} or Java). For non-@code{static} fields, the value is the bit
|
C@t{++} or Java). For non-@code{static} fields, the value is the bit
|
||||||
position of the field.
|
position of the field. For @code{enum} fields, the value is the
|
||||||
|
enumeration member's integer representation.
|
||||||
|
|
||||||
@item name
|
@item name
|
||||||
The name of the field, or @code{None} for anonymous fields.
|
The name of the field, or @code{None} for anonymous fields.
|
||||||
|
Reference in New Issue
Block a user