From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOCTt-00028b-3b for qemu-devel@nongnu.org; Tue, 16 Oct 2012 15:07:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOCTs-00012Z-3X for qemu-devel@nongnu.org; Tue, 16 Oct 2012 15:07:09 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:33519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOCTr-00012P-TC for qemu-devel@nongnu.org; Tue, 16 Oct 2012 15:07:08 -0400 Received: by mail-pa0-f45.google.com with SMTP id fb10so6174077pad.4 for ; Tue, 16 Oct 2012 12:07:07 -0700 (PDT) Sender: Richard Henderson Message-ID: <507DB056.5080509@twiddle.net> Date: Wed, 17 Oct 2012 05:07:02 +1000 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Singlestepping & Target assembly instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Emmanuel Blot Cc: qemu-devel@nongnu.org On 2012-10-16 20:49, Emmanuel Blot wrote: > Is there any way to force QEmu to disable the TB cache so that the > translation occurs each time a target instruction is loaded, or a > clever way to print out the address of each executed target instruction ? "-d exec" prints the entry point of each TB as it is executed. You can refer to the previously disassembled insns by reference. r~