gdb/doc: extend the description for Progspace.filename
authorAndrew Burgess <aburgess@redhat.com>
Mon, 28 Aug 2023 15:58:12 +0000 (16:58 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Thu, 28 Sep 2023 14:33:13 +0000 (15:33 +0100)
commitce65386db6653171334434ae488a0c0e10a60871
tree2f3a1a7b6eca19c1f3be5812fe4dab0c78e2fdc7
parent054f25955c2b77f6e21073bfdd70a60e9df1ffe7
gdb/doc: extend the description for Progspace.filename

Extend the description for Progspace.filename in the documentation to
mention what the returned string is actually the filename
for (e.g. that it is the filename passed to the 'symbol-file' or
'file' command).

Also document that this attribute will be None if no symbol file is
currently loaded.

Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Approved-By: Tom Tromey <tom@tromey.com>
gdb/doc/python.texi
gdb/python/py-progspace.c