From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1252 invoked by alias); 18 Jun 2010 07:49:22 -0000 Received: (qmail 1242 invoked by uid 22791); 18 Jun 2010 07:49:21 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-px0-f169.google.com (HELO mail-px0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Jun 2010 07:49:17 +0000 Received: by pxi14 with SMTP id 14so851042pxi.0 for ; Fri, 18 Jun 2010 00:49:16 -0700 (PDT) Received: by 10.142.249.4 with SMTP id w4mr488855wfh.171.1276847354733; Fri, 18 Jun 2010 00:49:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.33.14 with HTTP; Fri, 18 Jun 2010 00:48:54 -0700 (PDT) In-Reply-To: <83eig4iyoo.fsf@gnu.org> References: <83eig4iyoo.fsf@gnu.org> From: Hui Zhu Date: Fri, 18 Jun 2010 07:49:00 -0000 Message-ID: Subject: Re: [PATCH/DOC] Prec: add doc for record save and record record restore To: Eli Zaretskii Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2010-06/txt/msg00400.txt.bz2 On Fri, Jun 18, 2010 at 15:31, Eli Zaretskii wrote: >> From: Hui Zhu >> Date: Fri, 18 Jun 2010 11:21:01 +0800 >> >> I found that there is not doc for record save and record record >> restore. =A0Add this patch for this 2 commands. > > Thanks. > >> +Default filename is 'gdb_record.'. > > This needs the markup fixed and some explanations: > > =A0Default filename is @file{gdb_record.@var{process_id}}, where > =A0@var{process_id} is the process ID of the @value{GDBN} process. The process_id is the id of inferior. Do you think I can change it to: @var{process_id} is the process ID of the inferior. Thanks, Hui > >> +File must be created with @code{record save}. > > "File must have been created with @code{record save}." > > Okay with these changes. >