From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48125 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBZJO-0003s3-7Z for qemu-devel@nongnu.org; Mon, 10 May 2010 16:10:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBZJN-0007Kx-3M for qemu-devel@nongnu.org; Mon, 10 May 2010 16:10:46 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:64315) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBZJM-0007Kq-SO for qemu-devel@nongnu.org; Mon, 10 May 2010 16:10:45 -0400 Received: by pvh11 with SMTP id 11so119696pvh.4 for ; Mon, 10 May 2010 13:10:43 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 10 May 2010 23:10:42 +0300 Message-ID: Subject: Re: [Qemu-devel] Print input opcodes before translation From: Blue Swirl Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Vele Cc: qemu-devel@nongnu.org On 5/10/10, John Vele wrote: > Greetings, > > I'm using qemu user mode for i386 and I would like to print the opcodes of > an > input executable one bye one before any translation. > Is the file target-i386/translate.c the one that I shall edit? The function > disas_insn() > in the same file is the appropriate one? No need to edit anything, please RTFM for '-d in_asm' and '-singlestep' parameters.