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 9/9] add python layer


> From: Tom Tromey <tromey@redhat.com>
> Cc: gdb-patches@sourceware.org
> Date: Mon, 05 Nov 2012 13:38:04 -0700
> 
> >>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:
> 
> Eli> Any changes in the documentation that I need to review?
> 
> Here is an updated version of this patch.
> I think I've addressed all the points in your review.

Thanks.

> +@defmethod type_printer instantiate (self)
> +This is called by @value{GDBN} at the start of type-printing.  It is
> +only called if the type printer is enabled.  This method must return a
> +new object that supplies a @code{recognize} method, as describe below.
                                                          ^^^^^^^^
"described"

OK with that change.


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