From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3424 invoked by alias); 15 Oct 2008 09:33:09 -0000 Received: (qmail 3375 invoked by uid 22791); 15 Oct 2008 09:33:08 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Oct 2008 09:32:29 +0000 Received: from HOME-C4E4A596F7 ([77.127.24.3]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K8R0062HX8BVKM0@i_mtaout5.012.net.il> for gdb-patches@sourceware.org; Wed, 15 Oct 2008 11:33:48 +0200 (IST) Date: Wed, 15 Oct 2008 09:33:00 -0000 From: Eli Zaretskii Subject: Re: [reverse RFC] Add documentation for process record and replay In-reply-to: X-012-Sender: halo1@inter.net.il To: teawater Cc: gdb-patches@sourceware.org, msnyder@vmware.com Reply-to: Eli Zaretskii Message-id: References: X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-10/txt/msg00368.txt.bz2 > Date: Wed, 15 Oct 2008 16:40:44 +0800 > From: teawater > Cc: gdb-patches@sourceware.org, msnyder@vmware.com > > > Can you show me a few examples of the recorded ``instructions''? > > > > OK. > For example, x86 instruction "nop". It not change anything except $eip > (x86 pc reg). > Then, record $eip current value. That's all. Thanks. So you record the value of $pc, in addition to the registers and memory, if any, that will change, yes? And what about a more interesting example, like the mov instruction?