From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NyuzV-0004ja-Pi for qemu-devel@nongnu.org; Mon, 05 Apr 2010 18:41:57 -0400 Received: from [140.186.70.92] (port=60089 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyuzU-0004jR-CR for qemu-devel@nongnu.org; Mon, 05 Apr 2010 18:41:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NyuzS-0006E7-Px for qemu-devel@nongnu.org; Mon, 05 Apr 2010 18:41:56 -0400 Received: from are.twiddle.net ([75.149.56.221]:57479) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NyuzS-0006E0-Gh for qemu-devel@nongnu.org; Mon, 05 Apr 2010 18:41:54 -0400 Message-ID: <4BBA6730.8000102@twiddle.net> Date: Mon, 05 Apr 2010 15:41:52 -0700 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] full dynamic instruction trace for MIPS target References: <639622.90232.qm@web43140.mail.sp1.yahoo.com> In-Reply-To: <639622.90232.qm@web43140.mail.sp1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Boris_C=E1mara?= Cc: qemu-devel@nongnu.org On 04/05/2010 03:09 PM, Boris C=E1mara wrote: > I think the correct way to get the full instruction trace on a MIPS > emulated processor is: -singlestep -d exec That gives you the address of each instruction executed. I'm not sure what else you want than this, as you havn't said. r~