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: [python][patch] Fix 11036


> Date: Fri, 26 Feb 2010 12:37:50 +0000
> From: Phil Muldoon <pmuldoon@redhat.com>
> Cc: gdb-patches@sourceware.org
> 
> I have also updated the comments and the documentation to reflect the
> new decisions.

Thanks.  I have a couple of comments:

> +@defmethod Frame read_var variable @r{[}block@r{]}
> +Return the value of the given variable in this frame.  If the optional
> +block argument is provided, search for the variable from that current
> +block; otherwise start at the frame's current block (which is

Please use @var for the arguments:

  Return the value of @var{variable} in this frame.  If the optional
  argument @var{block} is provided, search for the variable from that
  block; otherwise start at the frame's current block (which is

(note that I also slightly reworded your text).

Okay with these changes.


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