From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22524 invoked by alias); 18 Feb 2013 16:27:01 -0000 Received: (qmail 22429 invoked by uid 22791); 18 Feb 2013 16:26:47 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,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; Mon, 18 Feb 2013 16:26:39 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MIF00C00CB27U00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 18 Feb 2013 18:26:06 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MIF00C11CBH4R20@a-mtaout20.012.net.il>; Mon, 18 Feb 2013 18:26:05 +0200 (IST) Date: Mon, 18 Feb 2013 16:27:00 -0000 From: Eli Zaretskii Subject: Re: [patch+doc 1/2] filename-display: 1->4 options {inferior,libs}{,-sepdebug} In-reply-to: <20130218143234.GA11919@host2.jankratochvil.net> To: Jan Kratochvil Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zjz1pp0a.fsf@gnu.org> References: <20130215202536.GA20435@host2.jankratochvil.net> <83ehggslp9.fsf@gnu.org> <20130218143234.GA11919@host2.jankratochvil.net> 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: 2013-02/txt/msg00464.txt.bz2 > Date: Mon, 18 Feb 2013 15:32:34 +0100 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org > > On Sat, 16 Feb 2013 09:32:34 +0100, Eli Zaretskii wrote: > > Here and elsewhere, I think, instead of a separate sentence saying "FOO > > has to use BAR debug info", it is better to say "... when FOO uses BAR > > debug info" in the same sentence. For example: > > > > Set how to display filenames coming from the inferior executable, as > > set by the @ref{file command}, when the inferior executable uses > > embedded debug info as found in binaries compiled normally. > > Done; the changed parts may need a new review. The documentation parts are OK, thanks.