From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SENV5-00086J-Bl for qemu-devel@nongnu.org; Sun, 01 Apr 2012 12:19:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SENV3-00026Z-R0 for qemu-devel@nongnu.org; Sun, 01 Apr 2012 12:19:30 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:61580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SENV3-00025c-JA for qemu-devel@nongnu.org; Sun, 01 Apr 2012 12:19:29 -0400 Received: by mail-ob0-f173.google.com with SMTP id wd20so3403510obb.4 for ; Sun, 01 Apr 2012 09:19:28 -0700 (PDT) MIME-Version: 1.0 Date: Sun, 1 Apr 2012 13:19:28 -0300 Message-ID: From: =?ISO-8859-1?Q?C=E9sar?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Monitor instruction execution List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello there, Consider I`ve an apllication A executing in "linux-user" mode. How can I monitor the execution of some instructions from A? For example, all calls. I thought inserting an interrupt before all calls and creating a new interrupt handler could do the job, but I can=B4t get it working. Any ideas on this? C=E9sar.