qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 12/21] gdbstub: abstract target specific details from gdb_


From: Richard Henderson
Subject: Re: [PATCH v2 12/21] gdbstub: abstract target specific details from gdb_put_packet_binary
Date: Fri, 6 Jan 2023 13:57:48 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 1/5/23 08:43, Alex Bennée wrote:
We unfortunately handle the checking of packet acknowledgement
differently for user and softmmu modes. Abstract the user mode stuff
behind gdb_got_immediate_ack with a stub for softmmu.

Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
---
  gdbstub/internals.h | 15 +++++++++++++++
  gdbstub/gdbstub.c   | 10 ++--------
  gdbstub/softmmu.c   |  8 ++++++++
  gdbstub/user.c      | 19 +++++++++++++++++++
  4 files changed, 44 insertions(+), 8 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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