qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v1 05/10] gdbstub: move GDBState to shared internals header


From: Richard Henderson
Subject: Re: [PATCH v1 05/10] gdbstub: move GDBState to shared internals header
Date: Fri, 16 Dec 2022 12:02:22 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 12/16/22 03:22, Alex Bennée wrote:
We are about to split softmmu and user mode helpers into different
files. To facilitate this we will need to share access to the GDBState
between those files.

Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
---
  gdbstub/internals.h | 53 +++++++++++++++++++++++++++++++++++++++++++++
  gdbstub/gdbstub.c   | 47 ++--------------------------------------
  2 files changed, 55 insertions(+), 45 deletions(-)

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


r~



reply via email to

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