forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user