From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItTfw-0001Vv-HU for qemu-devel@nongnu.org; Sat, 17 Nov 2007 14:49:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItTfs-0001TV-V1 for qemu-devel@nongnu.org; Sat, 17 Nov 2007 14:49:56 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItTfs-0001TN-Rj for qemu-devel@nongnu.org; Sat, 17 Nov 2007 14:49:52 -0500 Received: from rv-out-0910.google.com ([209.85.198.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItTfs-0003FZ-9M for qemu-devel@nongnu.org; Sat, 17 Nov 2007 14:49:52 -0500 Received: by rv-out-0910.google.com with SMTP id g11so3852409rvb for ; Sat, 17 Nov 2007 11:49:51 -0800 (PST) Message-ID: <19f34abd0711171149k6d31adbeid80e8a56e2ac7cf0@mail.gmail.com> Date: Sat, 17 Nov 2007 20:49:51 +0100 From: "Vegard Nossum" Subject: Re: [Qemu-devel] i386 debug exception should set BS of DR6 when single-stepping In-Reply-To: <20071117144623.3J99A.69019.root@eastrmwml27.mgt.cox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19f34abd0711170900p52f8cd91sc4e8db5b56bed339@mail.gmail.com> <20071117144623.3J99A.69019.root@eastrmwml27.mgt.cox.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sol10x86@cox.net Cc: qemu-devel@nongnu.org On Nov 17, 2007 8:46 PM, Ben Taylor wrote: > > ---- Vegard Nossum wrote: > > Hi, > > > > I experience the following problem: Setting the trap flag (TF) of the > > EFLAGS register correctly calls the debug exception DE. However, the > > DR6 register does not have the single step (BS) flag set. > > I remember this getting submitted. which version of Qemu are > you running? 0.9.0 or 0.9.0-cvs? > > > This patch fixes things for me, and I think it deserves some more > > attention given that it had no replies at that time and it's not in > > the latest release. > > > > http://lists.gnu.org/archive/html/qemu-devel/2007-03/msg00126.html > > This patch was added to CVS on June 26, 07 > > Ben > Right, thanks. I couldn't find any view-cvs interface and the cvs snapshot didn't download. I was using the 0.9.0 release, yes. Vegard