qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 8/8] gdbstub: don't complain about preemptive ACK chars


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 8/8] gdbstub: don't complain about preemptive ACK chars
Date: Thu, 10 Aug 2023 17:50:03 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 10/8/23 17:36, Alex Bennée wrote:
When starting a remote connection GDB sends an '+':

   /* Ack any packet which the remote side has already sent.  */
   remote_serial_write ("+", 1);

which gets flagged as a garbage character in the gdbstub state
machine. As gdb does send it out lets be permissive about the handling
so we can better see real issues.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: gdb-patches@sourceware.org
---
  gdbstub/gdbstub.c | 5 +++++
  1 file changed, 5 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]