From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2qUM-0003wJ-S7 for qemu-devel@nongnu.org; Mon, 25 Jun 2007 11:28:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2qUL-0003vp-6I for qemu-devel@nongnu.org; Mon, 25 Jun 2007 11:28:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2qUL-0003vk-1D for qemu-devel@nongnu.org; Mon, 25 Jun 2007 11:28:25 -0400 Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I2qUK-0007lw-Lu for qemu-devel@nongnu.org; Mon, 25 Jun 2007 11:28:24 -0400 Received: by ug-out-1314.google.com with SMTP id a2so1228902ugf for ; Mon, 25 Jun 2007 08:28:23 -0700 (PDT) Message-ID: Date: Mon, 25 Jun 2007 18:28:22 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] sh4: more patches In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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, magnus.damm@gmail.com On 6/22/07, Magnus Damm wrote: > The method used to locate emulation bugs may be of value for other > fellow qemu hackers. I've written a small gdb script that single steps > in an endless loop dumping registers between each instruction. Then > I've used this script on both real target hardware (using gdbserver) > and using the gdbstub provided by qemu. Finally the traces have been > compared. I have more patches for this if anyone is interested... I'm interested in the scripts, those could be helpful to get Sparc64 bugs exterminated.