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 v4 9/9] Add documentation for new record Python bindings.


> From: Eli Zaretskii [mailto:eliz@gnu.org]
> Sent: Wednesday, January 4, 2017 4:55 PM
> To: Wiederhake, Tim <tim.wiederhake@intel.com>
> Cc: gdb-patches@sourceware.org; Metzger, Markus T
> <markus.t.metzger@intel.com>
> Subject: Re: [PATCH v4 9/9] Add documentation for new record Python
> bindings.
> > From: Tim Wiederhake <tim.wiederhake@intel.com>
> > Cc: markus.t.metzger@intel.com
> > Date: Wed,  4 Jan 2017 13:46:15 +0100
> > +@defvar BtraceFunctionCall.symbol
> > +A @code{gdb.Symbol} object representing the associated symbol.  May
> > +be @code{Node} if the function call is a gap or the debug symbols could
>          ^^^^
> I believe you meant "None".

Errr, yes.

> > +@defvar BtraceFunctionCall.instructions A list of
> > +gdb.BtraceInstruction objects associated with this function call.
>              ^^^^^^^^^^^^^^^^^^^^^
> This should be in @code.

Changed locally.

> OK with those nits fixed.

Thank you Eli!

-Tim
Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Christian Lamprechter
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


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