qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 3/3] whpx: Added support for breakpoints and stepping


From: Peter Maydell
Subject: Re: [PATCH 3/3] whpx: Added support for breakpoints and stepping
Date: Thu, 24 Feb 2022 09:35:50 +0000

On Wed, 23 Feb 2022 at 20:08, Ivan Shcherbakov <ivan@sysprogs.com> wrote:
>

>  static GDBState gdbserver_state;
> +static bool gdbserver_is_connected;
> +
> +bool gdb_is_connected(void)
> +{
> +    return gdbserver_is_connected;
> +}

I haven't looked at the rest of the patch -- but can you explain where
whpx is different from how other accelerators handle debug such that
it needs to know whether gdb is connected or not ?

thanks
-- PMM



reply via email to

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