Re: [Qemu-devel] [PATCH v2 1/1] gdbserver: Don't send a GDB syscall until the system CPU is stopped

2012-03-06 Thread Peter Maydell
Ping? Who commits gdbstub patches? -- PMM On 20 February 2012 16:18, Peter Maydell wrote: > On 17 February 2012 16:21, Meador Inge 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

Re: [Qemu-devel] [PATCH v2 1/1] gdbserver: Don't send a GDB syscall until the system CPU is stopped

2012-02-20 Thread Peter Maydell
On 17 February 2012 16:21, Meador Inge 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 GD

[Qemu-devel] [PATCH v2 1/1] gdbserver: Don't send a GDB syscall until the system CPU is stopped

2012-02-17 Thread Meador Inge
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_