commit | ce65386db6653171334434ae488a0c0e10a60871 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Mon Aug 28 16:58:12 2023 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Thu Sep 28 15:33:13 2023 +0100 |
tree | 2f3a1a7b6eca19c1f3be5812fe4dab0c78e2fdc7 | |
parent | 054f25955c2b77f6e21073bfdd70a60e9df1ffe7 [diff] |
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>