* gdb.texinfo (Values From Inferior): Add reference to "Types in
Python" from gdb.Value.type description.
This commit is contained in:
parent
a3ec2691d0
commit
44592cc4ef
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-10-11 Doug Evans <dje@google.com>
|
||||
|
||||
* gdb.texinfo (Values From Inferior): Add reference to "Types in
|
||||
Python" from gdb.Value.type description.
|
||||
|
||||
2010-09-28 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.texinfo (Ravenscar Profile): New node.
|
||||
|
|
|
@ -20789,7 +20789,7 @@ this value, thus it is not available for fetching from the inferior.
|
|||
|
||||
@defivar Value type
|
||||
The type of this @code{gdb.Value}. The value of this attribute is a
|
||||
@code{gdb.Type} object.
|
||||
@code{gdb.Type} object (@pxref{Types In Python}).
|
||||
@end defivar
|
||||
|
||||
@defivar Value dynamic_type
|
||||
|
|
Loading…
Reference in a new issue