Improve docs of objfile filename method.
[deliverable/binutils-gdb.git] / gdb / doc / python.texi
index b9a50d0d55ecc86008e159375a1365503b25e1af..ba0384114b23b55204c04bc053fe234508d08110 100644 (file)
@@ -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
This page took 0.025058 seconds and 4 git commands to generate.