diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2018-09-13 15:41:32 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-09-13 15:43:33 -0400 |
commit | 74d3fbbb3e35129526392718b63df41be3b0e88b (patch) | |
tree | 52061a808df675ffa1ddbb579f9ed4dac0769a75 /gdb/python/python.c | |
parent | 0ae1a3211adcb8e7518b0b656b2309ebbc45e9ae (diff) | |
download | binutils-74d3fbbb3e35129526392718b63df41be3b0e88b.zip binutils-74d3fbbb3e35129526392718b63df41be3b0e88b.tar.gz binutils-74d3fbbb3e35129526392718b63df41be3b0e88b.tar.bz2 |
python: Fix erroneous doc about gdb.objfiles()
The code implementing gdb.objfiles() returns a list of objfiles for the
current program space (the program space of the selected inferior). The
documentation for the gdb.objfiles() Python method, however, states:
Return a sequence of all the objfiles current known to GDB.
That sounds wrong to me. I tried to phrase to be more precise.
gdb/doc/ChangeLog:
* python.texi (Objfiles In Python): Update gdb.objfiles() doc.
Diffstat (limited to 'gdb/python/python.c')
0 files changed, 0 insertions, 0 deletions