From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FArO8-0006af-9N for qemu-devel@nongnu.org; Sun, 19 Feb 2006 11:26:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FAr6t-0002DV-Bt for qemu-devel@nongnu.org; Sun, 19 Feb 2006 11:08:33 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAqlC-0006c4-ES for qemu-devel@nongnu.org; Sun, 19 Feb 2006 10:46:07 -0500 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FAqr1-0005a0-UK for qemu-devel@nongnu.org; Sun, 19 Feb 2006 10:52:08 -0500 From: Paul Brook Subject: Re: [Qemu-devel] new entry in Qemu forum-- Andre Pech's fix on gdbstub Date: Sun, 19 Feb 2006 15:39:13 +0000 References: <200602131206.49371.a_mulyadi@softhome.net> In-Reply-To: <200602131206.49371.a_mulyadi@softhome.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602191539.14532.paul@codesourcery.com> Reply-To: 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, a_mulyadi@softhome.net Cc: Andre Pech On Monday 13 February 2006 05:06, Mulyadi Santosa wrote: > Hi... > > I re-posted the patch by Andre Pech in Qemu forum. The URL is > http://qemu.dad-answers.com/viewtopic.php?p=2809#2809 > > The patch is written to tackle missed breakpoint that sometimes happen. > refer to the related Qemu forum's entry or the original Andre Pech's > posting on December 24, 2005 in qemu-devel. I submitted this patch to > Qemu forum on behalf of his name. This patch is not sufficient. There seems to be some inconsistency whether cpu_get_phys_page_debug returns the physical address or the base address of the page. Paul