From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15040 invoked by alias); 8 Nov 2008 09:25:21 -0000 Received: (qmail 15004 invoked by uid 22791); 8 Nov 2008 09:25:20 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 08 Nov 2008 09:24:39 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KA000200CS47400@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Sat, 08 Nov 2008 11:25:13 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.241.172]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KA00016GCU02910@i-mtaout7.012.net.il>; Sat, 08 Nov 2008 11:25:13 +0200 (IST) Date: Sat, 08 Nov 2008 09:25:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Process record and replay, 10/10 In-reply-to: X-012-Sender: halo1@inter.net.il To: teawater Cc: gdb-patches@sourceware.org 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-11/txt/msg00149.txt.bz2 > Date: Sat, 8 Nov 2008 12:39:44 +0800 > From: teawater > Cc: gdb-patches@sourceware.org > > >> +@chapter Recording programs running message and replay it > > > > I don't understand this phrase. What did you want to say? what does > > the word "message" have to do with this feature? > > What about "Recording inferior execute log and replay it"? If this is the intent, then I suggest simply Recording inferior's execution and replaying it (The fact that you record execution log is an implementation detail, and certainly does not need to be stated in the chapter's name.) > > Is the command "target record" or just "record"? or is the latter an > > alias of the former? We need to explain all this in the manual, > > because the @item says "target record", while in the last sentence > > above you say that the command is "record" > > "target record" is the real command. > "record" is a command call "target record". I want it to be the alias > of "target record" > "rec" is a alias of "record". The aliases should be described in the manual. > What about change "@code{record}" to "@code{target record}"? Fine with me. > > By the way, I think we need a NEWS entry for this feature. > > > > What about add this: > > * Process record and replay > > Record inferior execute log and replay it. OK, but I think at least one or two more sentences describing the feature would be nice.