Ping? Who commits gdbstub patches?

-- PMM

On 20 February 2012 16:18, Peter Maydell <peter.mayd...@linaro.org> wrote:
> On 17 February 2012 16:21, Meador Inge <mead...@codesourcery.com> wrote:
>> Fix an issue where the GDB server implementation was sending GDB syscall
>> requests while the system CPU was still running.  Syscall requests must
>> be sent while the CPU is stopped otherwise replies from the GDB client
>> might get dropped and the GDB server might be incorrectly transitioned
>> into a 'RUN_STATE_PAUSED' state.
>>
>> Signed-off-by: Meador Inge <mead...@codesourcery.com>
>
> Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
>
> I can confirm that this fixes the "read/write syscalls stall" issue
> I was seeing with your previous patch.
>
> -- PMM

Reply via email to