Re: [Qemu-devel] [PATCH] gdbstub.c fix for SIGINT

2006-04-19 Thread Mulyadi Santosa
Hi... Attached is a patch to add the case for interrupting the gdbstub and sending the correct signal to gdb. Excellent. I haven't tested by myself, but could you test your patch together with Andre Pech's patch that I put in http://qemu.dad-answers.com/viewtopic.php?p=2809#2809? BTW, Paul

[Qemu-devel] [PATCH] gdbstub.c fix for SIGINT

2006-04-17 Thread Jason Wessel
Attached is a patch to add the case for interrupting the gdbstub and sending the correct signal to gdb. The gdb serial protocol states that if you interrupt the stub with a control-c in gdb that it should stop with S02 (SIGINT) to indicate that it was interrupted. I also added the tlb flush