From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7646 invoked by alias); 14 May 2011 07:08:14 -0000 Received: (qmail 7637 invoked by uid 22791); 14 May 2011 07:08:12 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 14 May 2011 07:07:58 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LL600F00BODMU00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Sat, 14 May 2011 10:07:56 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.124.10.122]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LL600FSZBT7M310@a-mtaout21.012.net.il>; Sat, 14 May 2011 10:07:56 +0300 (IDT) Date: Sat, 14 May 2011 07:08: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: <83pqnlg3se.fsf@gnu.org> References: <20110511211701.C0AD42461AD@ruffy.mtv.corp.google.com> 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/msg00338.txt.bz2 > 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.