Improve docs of objfile filename method.
authorDoug Evans <dje@google.com>
Tue, 27 Jan 2015 18:03:15 +0000 (10:03 -0800)
committerDoug Evans <dje@google.com>
Tue, 27 Jan 2015 18:03:15 +0000 (10:03 -0800)
gdb/doc/ChangeLog:

* python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
* guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.

gdb/doc/ChangeLog
gdb/doc/guile.texi
gdb/doc/python.texi

index a5d832988299e563c66b04b3c4d801d1bfbbf93f..c5340a8e336f50b5d0af72847e28f5ab66766e94 100644 (file)
@@ -1,3 +1,8 @@
+2015-01-27  Doug Evans  <dje@google.com>
+
+       * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
+       * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
+
 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.texinfo (Threads): Describe -ascending for thread apply all.
index 8355d9f027c2151240578719ff47b1f2b5605ce3..53e69f279608dfa20c632e03c64b6192a14af4e2 100644 (file)
@@ -2246,7 +2246,8 @@ if it is invalid at the time the procedure is called.
 @end deffn
 
 @deffn {Scheme Procedure} objfile-filename objfile
-Return the file name of @var{objfile} as a string.
+Return the file name of @var{objfile} as a string,
+with symbolic links resolved.
 @end deffn
 
 @deffn {Scheme Procedure} objfile-pretty-printers objfile
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