diff options
author | Doug Evans <dje@google.com> | 2015-01-27 10:03:15 -0800 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2015-01-27 10:03:15 -0800 |
commit | 1b5493961ab1f65a3336b2178ba3d035a130f9f6 (patch) | |
tree | 6d1d3b715e5645eed7077276b9bb659eeb2a6f64 /gdb/doc/python.texi | |
parent | 0897ec15810bca3420ea7b8a91e491ed45780202 (diff) | |
download | gdb-1b5493961ab1f65a3336b2178ba3d035a130f9f6.zip gdb-1b5493961ab1f65a3336b2178ba3d035a130f9f6.tar.gz gdb-1b5493961ab1f65a3336b2178ba3d035a130f9f6.tar.bz2 |
Improve docs of objfile filename method.
gdb/doc/ChangeLog:
* python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
* guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
Diffstat (limited to 'gdb/doc/python.texi')
-rw-r--r-- | gdb/doc/python.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index b9a50d0..ba03841 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -3513,7 +3513,10 @@ Each objfile is represented by an instance of the @code{gdb.Objfile} class. @defvar Objfile.filename -The file name of the objfile as a string. +The file name of the objfile as a string, with symbolic links resolved. + +The value is @code{None} if the objfile is no longer valid. +See the @code{gdb.Objfile.is_valid} method, described below. @end defvar @defvar Objfile.owner |