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 3/4] GDB: Fix documentation for invoking GDBSERVER


> From: John Darrington <john@darrington.wattle.id.au>
> Cc: John Darrington <john@darrington.wattle.id.au>
> Date: Sat, 13 Oct 2018 19:58:00 +0200
> 
> The documentation did not mention the possibility of invoking gdbserver
> with the new connection forms such as tcp6:host:port.  This change fixes
> that.

Thanks.  Please see a few comments below.

> +@table @code
> +@item @code{@var{device}}
> +A serial line device.

Since your @table uses @code by default, there's no need to use @code
in each @item of the table.

> +@var{host} must either be the null string or the literal string @code{localhost}.

What is a "null string"?  Do you mean an empty string?

Thanks.


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