projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3ec269
)
* gdb.texinfo (Values From Inferior): Add reference to "Types in
author
Doug Evans
<dje@google.com>
Mon, 11 Oct 2010 15:46:09 +0000
(15:46 +0000)
committer
Doug Evans
<dje@google.com>
Mon, 11 Oct 2010 15:46:09 +0000
(15:46 +0000)
Python" from gdb.Value.type description.
gdb/doc/ChangeLog
patch
|
blob
|
history
gdb/doc/gdb.texinfo
patch
|
blob
|
history
diff --git
a/gdb/doc/ChangeLog
b/gdb/doc/ChangeLog
index a967bd7ec7ed74c7c5094d684394ed16dbfe3797..e2b435e6cc04effb2c766108535463275e4906c8 100644
(file)
--- a/
gdb/doc/ChangeLog
+++ b/
gdb/doc/ChangeLog
@@
-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.
diff --git
a/gdb/doc/gdb.texinfo
b/gdb/doc/gdb.texinfo
index 0b24718efccdf3da2e4e8e5bd80210283c7113b2..c73e2f3f640794050a3a35ed40880797689ade73 100644
(file)
--- a/
gdb/doc/gdb.texinfo
+++ b/
gdb/doc/gdb.texinfo
@@
-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