From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GgD0q-00065t-40 for qemu-devel@nongnu.org; Fri, 03 Nov 2006 23:20:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GgD0o-00064u-Uw for qemu-devel@nongnu.org; Fri, 03 Nov 2006 23:20:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GgD0o-00064k-Lp for qemu-devel@nongnu.org; Fri, 03 Nov 2006 23:20:06 -0500 Received: from [66.93.172.17] (helo=nevyn.them.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GgD0o-0001s0-J7 for qemu-devel@nongnu.org; Fri, 03 Nov 2006 23:20:06 -0500 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GgD0m-0007hq-J5 for qemu-devel@nongnu.org; Fri, 03 Nov 2006 23:20:04 -0500 Date: Fri, 3 Nov 2006 23:20:04 -0500 From: Daniel Jacobowitz Subject: Re: [Qemu-devel] gdb support for qemu-mips (user mode) Message-ID: <20061104042004.GA29488@nevyn.them.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Wed, Oct 25, 2006 at 01:04:12PM +0100, Dave Denholm wrote: > Since all the other archs do exactly the same thing for EXCP_DEBUG, I > just pasted that code into the mips version, and it seemed to work, at > least a bit - when I was single-stepping through a fn, gdb got stuck > complaining that it couldn't find a fn for a given ip address. I can confirm that this patch is correct - I have a bit for bit identical copy in my working directory (I tend to batch on submitting things...). -- Daniel Jacobowitz CodeSourcery