From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HcrFE-0004ua-3p for qemu-devel@nongnu.org; Sat, 14 Apr 2007 19:01:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HcrFC-0004uN-Jt for qemu-devel@nongnu.org; Sat, 14 Apr 2007 19:01:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HcrFC-0004uK-GU for qemu-devel@nongnu.org; Sat, 14 Apr 2007 19:01:22 -0400 Received: from adsum.doit.wisc.edu ([144.92.197.210]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_MD5:16) (Exim 4.60) (envelope-from ) id 1HcrAl-0000iy-83 for qemu-devel@nongnu.org; Sat, 14 Apr 2007 18:56:47 -0400 Received: from avs-daemon.smtpauth1.wiscmail.wisc.edu by smtpauth1.wiscmail.wisc.edu (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0JGI00605FQM4J00@smtpauth1.wiscmail.wisc.edu> for qemu-devel@nongnu.org; Sat, 14 Apr 2007 17:56:46 -0500 (CDT) Received: from [146.151.107.38] (eh-104-107-38.resnet.wisc.edu [146.151.107.38]) by smtpauth1.wiscmail.wisc.edu (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0JGI002XSFQJ0020@smtpauth1.wiscmail.wisc.edu> for qemu-devel@nongnu.org; Sat, 14 Apr 2007 17:56:43 -0500 (CDT) Date: Sat, 14 Apr 2007 17:56:41 -0500 From: eady Message-id: <46215C29.20604@wisc.edu> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT Subject: [Qemu-devel] Determine simulated pc during an exception 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 In the QEMU internals docs under exception support the following is stated... "The simulated program counter is found by retranslating the corresponding basic block and by looking where the host program counter was at the exception point." Can anyone point me to the place in the code where the simulated program counter is determined after an exception? Thanks