From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FSaKH-0008Vu-5t for qemu-devel@nongnu.org; Sun, 09 Apr 2006 09:51:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FSaKF-0008Va-7a for qemu-devel@nongnu.org; Sun, 09 Apr 2006 09:51:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FSaKF-0008VX-28 for qemu-devel@nongnu.org; Sun, 09 Apr 2006 09:51:35 -0400 Received: from [62.241.163.6] (helo=astro.systems.pipex.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FSaOf-0006n2-A5 for qemu-devel@nongnu.org; Sun, 09 Apr 2006 09:56:09 -0400 From: Paul Brook Subject: Re: [Qemu-devel] qemu exec.c Date: Sun, 9 Apr 2006 14:51:27 +0100 References: <200604092046.23092.a_mulyadi@softhome.net> In-Reply-To: <200604092046.23092.a_mulyadi@softhome.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604091451.29974.paul@nowt.org> 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 > > Modified files: > > . : exec.c > > > > Log message: > > Fix breakpoint TLB invalidation. > > Does this fix do the same thing like Andre pech's gdb fix? Yes, it also fixes that problem. Paul