From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2776 invoked by alias); 18 Jun 2010 08:17:43 -0000 Received: (qmail 2765 invoked by uid 22791); 18 Jun 2010 08:17:41 -0000 X-SWARE-Spam-Status: No, hits=-1.7 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-pv0-f169.google.com (HELO mail-pv0-f169.google.com) (74.125.83.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Jun 2010 08:17:36 +0000 Received: by pvg16 with SMTP id 16so168783pvg.0 for ; Fri, 18 Jun 2010 01:17:33 -0700 (PDT) Received: by 10.142.9.31 with SMTP id 31mr512292wfi.7.1276849053225; Fri, 18 Jun 2010 01:17:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.33.14 with HTTP; Fri, 18 Jun 2010 01:17:13 -0700 (PDT) In-Reply-To: <834oh0ix5h.fsf@gnu.org> References: <83eig4iyoo.fsf@gnu.org> <834oh0ix5h.fsf@gnu.org> From: Hui Zhu Date: Fri, 18 Jun 2010 08:17: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/msg00402.txt.bz2 On Fri, Jun 18, 2010 at 16:04, Eli Zaretskii wrote: >> From: Hui Zhu >> Date: Fri, 18 Jun 2010 15:48:54 +0800 >> Cc: gdb-patches@sourceware.org >> >> > =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. =A0Do you think I can change it to: >> @var{process_id} is the process ID of the inferior. > > Yes. > Checked in. Thanks, Hui