From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29168 invoked by alias); 11 Dec 2009 08:47:52 -0000 Received: (qmail 29155 invoked by uid 22791); 11 Dec 2009 08:47:51 -0000 X-SWARE-Spam-Status: No, hits=0.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Dec 2009 08:47:43 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KUH00J00CA8ZI00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Fri, 11 Dec 2009 10:46:41 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.213.252]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KUH00J6ICDS5840@a-mtaout20.012.net.il>; Fri, 11 Dec 2009 10:46:41 +0200 (IST) Date: Fri, 11 Dec 2009 08:47:00 -0000 From: Eli Zaretskii Subject: Re: About the link to wiki in reversible.html In-reply-to: To: Hui Zhu Cc: brobecker@adacore.com, msnyder@vmware.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ein199xe.fsf@gnu.org> References: <20091210081530.GA31363@adacore.com> <20091210094324.GA31385@adacore.com> <20091210095838.GB31385@adacore.com> 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: 2009-12/txt/msg00156.txt.bz2 > From: Hui Zhu > Date: Fri, 11 Dec 2009 14:59:21 +0800 > Cc: Michael Snyder , gdb-patches ml > > And I checked the http://sourceware.org/gdb/wiki/ReversibleDebugging, > all the information in it is include in > http://sourceware.org/gdb/wiki/ProcessRecord > So I think maybe we can delete > http://sourceware.org/gdb/wiki/ReversibleDebugging I would rather suggest to do the opposite, after making sure everything we say in http://sourceware.org/gdb/wiki/ProcessRecord is in the ReversibleDebugging page. That is because the topic of "Reversible Debugging" is broader than just "process record and replay". The latter is just one way of implementing reversible debugging. It's not the only way, however.