mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
2009-10-27 Tom Tromey <tromey@redhat.com>
Eli Zaretskii <eliz@gnu.org> PR python/10781 * gdb.texinfo (Values From Inferior): Document cast method.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2009-10-27 Tom Tromey <tromey@redhat.com>
|
||||||
|
Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
PR python/10781
|
||||||
|
|
||||||
|
* gdb.texinfo (Values From Inferior): Document cast method.
|
||||||
|
|
||||||
2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
|
2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||||
|
|
||||||
* gdb.texinfo (Machine Code): Mention function name in disasssembly
|
* gdb.texinfo (Machine Code): Mention function name in disasssembly
|
||||||
|
@ -19445,6 +19445,13 @@ The type of this @code{gdb.Value}. The value of this attribute is a
|
|||||||
The following methods are provided:
|
The following methods are provided:
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
|
@defmethod Value cast type
|
||||||
|
Return a new instance of @code{gdb.Value} that is the result of
|
||||||
|
casting this instance to the type described by @var{type}, which must
|
||||||
|
be a @code{gdb.Type} object. If the cast cannot be performed for some
|
||||||
|
reason, this method throws an exception.
|
||||||
|
@end defmethod
|
||||||
|
|
||||||
@defmethod Value dereference
|
@defmethod Value dereference
|
||||||
For pointer data types, this method returns a new @code{gdb.Value} object
|
For pointer data types, this method returns a new @code{gdb.Value} object
|
||||||
whose contents is the object pointed to by the pointer. For example, if
|
whose contents is the object pointed to by the pointer. For example, if
|
||||||
|
Reference in New Issue
Block a user