From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26518 invoked by alias); 9 May 2009 22:01:17 -0000 Received: (qmail 26298 invoked by uid 22791); 9 May 2009 22:01:15 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f162.google.com (HELO mail-fx0-f162.google.com) (209.85.220.162) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 09 May 2009 22:01:11 +0000 Received: by fxm6 with SMTP id 6so2362056fxm.24 for ; Sat, 09 May 2009 15:01:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.54.65 with SMTP id p1mr5111500bkg.195.1241906467987; Sat, 09 May 2009 15:01:07 -0700 (PDT) Date: Sat, 09 May 2009 22:01:00 -0000 Message-ID: <984bde8b0905091501pceab267wfbdef1f0651fd636@mail.gmail.com> Subject: About reversible debugging with gdb From: Eric Jia To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00051.txt.bz2 hi, I am very interested in reversible debugging in gdb. After checking out the wki page (http://sourceware.org/gdb/wiki/ReversibleDebugging), it looks that somebody are already driving most of the items listed there. So, I am wondering what would be a good starting point on this? Any suggestions? Thanks, Eric