diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/python.texi | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 59de4e6..ea98096 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2019-06-04 Christian Biesinger <cbiesinger@google.com> + + * gdb/doc/python.texi: Document new gdb.Type.objfile property. + 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> * gdb.texinfo (Help): Document the new -v apropos flag. diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 98e52bb..f769ad0 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -1087,6 +1087,11 @@ languages have this concept. If this type has no tag name, then @code{None} is returned. @end defvar +@defvar Type.objfile +The @code{gdb.Objfile} that this type was defined in, or @code{None} if +there is no associated objfile. +@end defvar + The following methods are provided: @defun Type.fields () |