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: [RFA] fix minor bug in malformed packet error message


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


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