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: Fix target remote pipe error message


On Fri, Nov 03, 2006 at 06:33:17PM +0300, Vladimir Prus wrote:
> This patch fixes the error message. OK?
> 
> - Volodya
> 
> 	* serial.c (serial_open): Strip leading spaces from program name
> 	when opening pipe.

OK.

> -      open_name = name + 1; /* discard ``|'' */
> +      /* discard ``|'' and any space before the command itself. */

Two spaces after period please.

-- 
Daniel Jacobowitz
CodeSourcery


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