From 1b5493961ab1f65a3336b2178ba3d035a130f9f6 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 27 Jan 2015 10:03:15 -0800 Subject: Improve docs of objfile filename method. gdb/doc/ChangeLog: * python.texi (Objfiles In Python) : Improve docs. * guile.texi (Objfiles In Guile) : Improve docs. --- gdb/doc/python.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gdb/doc/python.texi') 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 -- cgit v1.1