Re: [Qemu-devel] [PATCH] Close Gdb stub connection in gdb_exit

2011-01-13 Thread Fabien Chouteau
On 01/13/2011 12:01 PM, Edgar E. Iglesias wrote: On Thu, Jan 13, 2011 at 10:24:50AM +0100, Fabien Chouteau wrote: On 01/04/2011 11:27 AM, Fabien Chouteau wrote: On Windows, this is required to flush the remaining data in the IO stream, otherwise Gdb do not receive the last packet. Signed-off-b

Re: [Qemu-devel] [PATCH] Close Gdb stub connection in gdb_exit

2011-01-13 Thread Edgar E. Iglesias
On Thu, Jan 13, 2011 at 10:24:50AM +0100, Fabien Chouteau wrote: > On 01/04/2011 11:27 AM, Fabien Chouteau wrote: > > On Windows, this is required to flush the remaining data in the IO stream, > > otherwise Gdb do not receive the last packet. > > > > Signed-off-by: Fabien Chouteau > > --- > > gdb

Re: [Qemu-devel] [PATCH] Close Gdb stub connection in gdb_exit

2011-01-13 Thread Fabien Chouteau
On 01/04/2011 11:27 AM, Fabien Chouteau wrote: On Windows, this is required to flush the remaining data in the IO stream, otherwise Gdb do not receive the last packet. Signed-off-by: Fabien Chouteau --- gdbstub.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gdbs

[Qemu-devel] [PATCH] Close Gdb stub connection in gdb_exit

2011-01-04 Thread Fabien Chouteau
On Windows, this is required to flush the remaining data in the IO stream, otherwise Gdb do not receive the last packet. Signed-off-by: Fabien Chouteau --- gdbstub.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gdbstub.c b/gdbstub.c index 0aa081b..dac3ce6 100644 --