From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HyqS3-0004St-79 for qemu-devel@nongnu.org; Thu, 14 Jun 2007 10:37:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HyqS2-0004SE-0R for qemu-devel@nongnu.org; Thu, 14 Jun 2007 10:37:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyqS1-0004S4-ME for qemu-devel@nongnu.org; Thu, 14 Jun 2007 10:37:29 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HyqS1-0001lw-2P for qemu-devel@nongnu.org; Thu, 14 Jun 2007 10:37:29 -0400 Message-ID: <467152A6.9060805@gmx.at> Date: Thu, 14 Jun 2007 16:37:26 +0200 From: Clemens Kolbitsch MIME-Version: 1.0 References: <20070606095708.28535gmx1@mx017.gmx.net> In-Reply-To: <20070606095708.28535gmx1@mx017.gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Debugging guest OS / tracing instruction pointer 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 hi! i'm looking for a way to monitor the eip register. is there a simple way to do this? i know that that produces tons of data... even better would be to know where i could intercept the main-loop (exec_cpu ??) to check for a certain eip value... could someone assist me doing that? thanks!