From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16563 invoked by alias); 17 Feb 2007 10:14:55 -0000 Received: (qmail 16555 invoked by uid 22791); 17 Feb 2007 10:14:55 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 17 Feb 2007 10:14:50 +0000 Received: from HOME-C4E4A596F7 ([81.5.50.212]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BWU25054 (AUTH halo1); Sat, 17 Feb 2007 12:14:40 +0200 (IST) Date: Sat, 17 Feb 2007 10:14:00 -0000 Message-Id: From: Eli Zaretskii To: Nick Roberts CC: gdb-patches@sourceware.org In-reply-to: <17877.11293.529807.644028@kahikatea.snap.net.nz> (message from Nick Roberts on Fri, 16 Feb 2007 16:59:25 +1300) Subject: Re: [PATCH] Doc corrections to gdb.texinfo Reply-to: Eli Zaretskii References: <17877.11293.529807.644028@kahikatea.snap.net.nz> 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: 2007-02/txt/msg00215.txt.bz2 > From: Nick Roberts > Date: Fri, 16 Feb 2007 16:59:25 +1300 > > Probably obvious, but not committed just in case. > > OK to commit? Thanks, all the changes are okay with me, with the exception of this one: > *************** Out of @value{GDBN}}). > *** 11458,11465 **** > Occasionally it is necessary to change to a different file during a > @value{GDBN} session. Or you may run @value{GDBN} and forget to > specify a file you want to use. Or you are debugging a remote target > ! via @code{gdbserver} (@pxref{Server, file}). In these situations the > ! @value{GDBN} commands to specify new files are useful. > > @table @code > @cindex executable file > --- 11458,11466 ---- > Occasionally it is necessary to change to a different file during a > @value{GDBN} session. Or you may run @value{GDBN} and forget to > specify a file you want to use. Or you are debugging a remote target > ! via @code{gdbserver} (@pxref{Server, , Using the gdbserver > ! program}). In these situations the @value{GDBN} commands to specify > ! new files are useful. > > @table @code > @cindex executable file Can you explain why you thought this change was necessary?