On Wed, 23 Feb 2022 at 20:08, Ivan Shcherbakov <[email protected]> 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
