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: [3/3] RFC: `function:label' linespecs


> From: Tom Tromey <tromey@redhat.com>
> Date: Fri, 18 Mar 2011 12:28:46 -0600
> 
> Documentation update and new tests included.

Thanks.

> +@item @var{function}:@var{label}
> +Specifies the line at which the label named @var{label} appears in the
> +function named @var{function}.

I would simplify this:

 Specifies the line where @var{label} appears in @var{function}.

But if you prefer your wording, it is fine with me.


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