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: [RFA][patch 1/9] Initial Python support, patch du jour


> From: Thiago Jung Bauermann <bauerman@br.ibm.com>
> Cc: tromey@redhat.com, drow@false.org, gdb-patches@sourceware.org
> Date: Wed, 06 Aug 2008 02:34:27 -0300
> 
> +Evaluate @var{command}, a string, as a @value{GDBN} CLI command.
> +If a GDB exception happens while @var{command} runs, it is
> +translated as described above.

There's no description of exceptions translation in this node, so
"above" is not really true.  If the description is in another node,
please use a cross-reference to point there.

> +@defun get_parameter parameter
> +Find the value of a @value{GDBN} parameter.  @var{parameter} is a
   ^^^^^^^^^^^^^^
I think "return the value" is better here.

Otherwise, the patches for the manual are okay with me; thanks.


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