python: Fix erroneous doc about gdb.objfiles()
authorSimon Marchi <simon.marchi@ericsson.com>
Thu, 13 Sep 2018 19:41:32 +0000 (15:41 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Thu, 13 Sep 2018 19:43:33 +0000 (15:43 -0400)
commit74d3fbbb3e35129526392718b63df41be3b0e88b
tree52061a808df675ffa1ddbb579f9ed4dac0769a75
parent0ae1a3211adcb8e7518b0b656b2309ebbc45e9ae
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.
gdb/doc/ChangeLog
gdb/doc/python.texi