From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28665 invoked by alias); 14 May 2011 20:51:15 -0000 Received: (qmail 28642 invoked by uid 22791); 14 May 2011 20:51:14 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 14 May 2011 20:50:59 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LL700C00DW6R400@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Sat, 14 May 2011 23:50:58 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.124.10.122]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LL700BB8DWWV9D0@a-mtaout22.012.net.il>; Sat, 14 May 2011 23:50:57 +0300 (IDT) Date: Sat, 14 May 2011 20:51:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] info auto-load-scripts, plus warning change In-reply-to: To: Doug Evans Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <831v01f1lf.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT References: <20110511211701.C0AD42461AD@ruffy.mtv.corp.google.com> <83pqnlg3se.fsf@gnu.org> 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: 2011-05/txt/msg00345.txt.bz2 > Date: Sat, 14 May 2011 12:48:12 -0700 > From: Doug Evans > Cc: tromey@redhat.com, gdb-patches@sourceware.org > > On Sat, May 14, 2011 at 12:05 AM, Eli Zaretskii wrote: > >> Date: Fri, 13 May 2011 15:23:57 -0700 > >> From: Doug Evans > >> Cc: gdb-patches@sourceware.org > >> > >> +Print the list of all scripts that gdb auto-loaded, or tried to auto-load. > >                                      ^^^ > > This should be "@value{GDBN}". > > > > Btw, is it useful to include names of scripts that GDB _tried_ to > > auto-load, if the auto-load failed?  Or maybe the "Loaded" field will > > then say "No"?  In the latter case, the manual should say so. > > > > Thanks. > > How about this? That's good, thanks.