From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6603 invoked by alias); 26 Oct 2009 03:05:51 -0000 Received: (qmail 6593 invoked by uid 22791); 26 Oct 2009 03:05:50 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pz0-f189.google.com (HELO mail-pz0-f189.google.com) (209.85.222.189) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Oct 2009 03:05:46 +0000 Received: by pzk27 with SMTP id 27so5382136pzk.12 for ; Sun, 25 Oct 2009 20:05:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.74.8 with SMTP id w8mr1013381wfa.192.1256526345112; Sun, 25 Oct 2009 20:05:45 -0700 (PDT) In-Reply-To: <4ADCAA6B.5000606@vmware.com> References: <4ADA4BD8.6080800@vmware.com> <4ADCAA6B.5000606@vmware.com> From: Hui Zhu Date: Mon, 26 Oct 2009 03:12:00 -0000 Message-ID: Subject: Re: [FYI] tutorial for process record and reverse debugging To: Michael Snyder Cc: Marc Khouzam , "gdb@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-10/txt/msg00369.txt.bz2 > > However, rather than such a specific command as you describe, I had been > thinking about a more general alternative, which in my mind I have been > referring to by the code name "goto". =A0As in: > > =A0(gdb) record goto end > =A0(gdb) record goto beginning > =A0(gdb) record goto instruction 12345 > =A0(gdb) record goto bookmark 7 > > Easy enough to make this command ignore breakpoints watchpoints etc. > > > I really like this idea. :) Hui