This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 3/3] python: Fix erroneous doc about gdb.objfiles()


> From: Simon Marchi <simon.marchi@ericsson.com>
> CC: Simon Marchi <simon.marchi@ericsson.com>
> Date: Wed, 12 Sep 2018 22:36:27 -0400
> 
> +Return a sequence of objfiles referenced by the current program space.
> +@xref{Objfiles In Python} and @ref{Progspaces In Python}.  This is identical

Please add a comma after the closing brace of @xref.

> +to @code{gdb.selected_inferior().progspace.objfiles()} and is included for
                                                        ^
That brace should be deleted.

OK with those fixed.  Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]