[Qemu-devel] [PATCH v1 1/1] gdbserver: Keep VM state status replies from happening during a syscall

2012-02-15 Thread Meador Inge
Fix an issue where the GDB server implementation was allowing 'RUN_STATE_DEBUG' transitions to send a signal trap status back to the GDB client while a syscall is being processed. This eventually resulted in sending a SIGINT to the GDB client. Signed-off-by: Meador Inge mead...@codesourcery.com

Re: [Qemu-devel] [PATCH v1 1/1] gdbserver: Keep VM state status replies from happening during a syscall

2012-02-15 Thread Blue Swirl
On Wed, Feb 15, 2012 at 16:55, Meador Inge mead...@codesourcery.com wrote: Fix an issue where the GDB server implementation was allowing 'RUN_STATE_DEBUG' transitions to send a signal trap status back to the GDB client while a syscall is being processed.  This eventually resulted in sending

Re: [Qemu-devel] [PATCH v1 1/1] gdbserver: Keep VM state status replies from happening during a syscall

2012-02-15 Thread Meador Inge
On 02/15/2012 11:54 AM, Blue Swirl wrote: On Wed, Feb 15, 2012 at 16:55, Meador Inge mead...@codesourcery.com wrote: Fix an issue where the GDB server implementation was allowing 'RUN_STATE_DEBUG' transitions to send a signal trap status back to the GDB client while a syscall is being