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 2/3] python: Add Progspace.objfiles method


> From: Simon Marchi <simon.marchi@ericsson.com>
> CC: Simon Marchi <simon.marchi@ericsson.com>
> Date: Wed, 12 Sep 2018 22:36:26 -0400
> 
> +  ** The gdb.Progspace type has a new objfiles method, which returns the list

Shouldn't "objfiles" be quoted 'like this'?

> -@xref{Objfiles In Python}.
> +@xref{Objfiles In Python}.  This is identical to
> +@code{gdb.selected_inferior().progspace.objfiles()} (@pxref{Progspaces In
                                                     ^
Again, remove that brace.

The documentation parts are OK with those gotchas fixed.

Thanks.


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