This is the mail archive of the gdb-patches@sources.redhat.com 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] gdbserver --attach support


> Date: Fri, 15 Feb 2002 11:01:24 -0500
> From: Daniel Jacobowitz <drow@mvista.com>
> 
> Well, that took me much too long.  Eli, how's this?  I haven't written
> texinfo before, but I think I did OK.

You did very well.  Allow me a minor comment:

> +@smallexample
> +target> gdbserver @var{comm} --attach @var{PID}
> +@end smallexample

There's no need to up-case the argument of @var.  In the Info manual,
it will be up-cased by makeinfo.  But in the printed manual, TeX
typesets @var in a slanted typeface, so upper-case PID will look ugly.
The same pertains to the HTML output.

So just @var{pid} should do the job.

Otherwise, please commit this.


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