From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWHIw-0003ns-7c for qemu-devel@nongnu.org; Wed, 19 Apr 2006 14:21:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWHIv-0003li-CG for qemu-devel@nongnu.org; Wed, 19 Apr 2006 14:21:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWHIv-0003lY-82 for qemu-devel@nongnu.org; Wed, 19 Apr 2006 14:21:29 -0400 Received: from [66.54.152.27] (helo=jive.SoftHome.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FWHK4-0002G0-VJ for qemu-devel@nongnu.org; Wed, 19 Apr 2006 14:22:41 -0400 From: Mulyadi Santosa Subject: Re: [Qemu-devel] [PATCH] gdbstub.c fix for SIGINT Date: Thu, 20 Apr 2006 01:16:20 +0700 References: <1137652046.8132.11.camel@localhost.localdomain> <44439421.9060100@windriver.com> In-Reply-To: <44439421.9060100@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604200116.20700.a_mulyadi@softhome.net> Reply-To: a_mulyadi@softhome.net, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 brook also put a patch related with breakpoint TLB invalidation in http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/exec.c.diff?tr1=1.74&tr2=1.75&r1=text&r2=text (from Paul Brook's posting at qemu-devel on April 9th 2006 ) I think it would be great if these patch combo can finally squashed the gdbstub bug related to missed breakpoints once and for all. regards Mulyadi