This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] fix minor bug in malformed packet error message
- From: Daniel Jacobowitz <drow at false dot org>
- To: Doug Evans <dje at google dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 9 Jun 2008 14:43:10 -0400
- Subject: Re: [RFA] fix minor bug in malformed packet error message
- References: <20080609183337.91FDE1C7640@localhost>
On Mon, Jun 09, 2008 at 11:33:37AM -0700, Doug Evans wrote:
> This patch fixes a minor bug in malformed packet error messages.
> The error message tries to print the start of where things go bad,
> but due to the `*p++ != mumble' test the ++ causes the first character
> character to be missed.
>
> ok to check in?
>
> 2008-06-09 Doug Evans <dje@google.com>
>
> * remote.c (remote_wait): Include beginning of malformed packet
> in error output.
OK, thanks.
--
Daniel Jacobowitz
CodeSourcery