From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26766 invoked by alias); 11 Jul 2014 15:33:49 -0000 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 Received: (qmail 26688 invoked by uid 89); 11 Jul 2014 15:33:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=unavailable version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 11 Jul 2014 15:33:47 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s6BFXdt9022078 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 11 Jul 2014 11:33:40 -0400 Received: from localhost (vpn1-4-50.ams2.redhat.com [10.36.4.50]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s6BFXc5R023870; Fri, 11 Jul 2014 11:33:38 -0400 Date: Fri, 11 Jul 2014 15:35:00 -0000 From: Jonathan Wakely To: Samuel Bronson Cc: libstdc++@gcc.gnu.org, GCC Patches , GDB Patches , Tom Tromey Subject: Re: [PATCH v2 2/3] libstdc++ testsuite: Turn off GDB's auto-load, list loaded libs Message-ID: <20140711153337.GE4871@redhat.com> References: <1400701554-18062-1-git-send-email-naesten@gmail.com> <1405046899-32639-1-git-send-email-naesten@gmail.com> <1405046899-32639-3-git-send-email-naesten@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1405046899-32639-3-git-send-email-naesten@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2014-07/txt/msg00276.txt.bz2 On 10/07/14 22:48 -0400, Samuel Bronson wrote: > >We load our pretty-printers explicitly, and we shouldn't need any other >random -gdb.gdb or -gdb.py files from anywhere, so in this patch we turn >that off by running "set auto-load no". > >Also, run "info share" so that the list of loaded libraries ends up in >the logs for the GDB tests. > >libstdc++-v3/ > > * testsuite/lib/gdb-test.exp (gdb-test): Turn off GDB's auto-load, list > loaded libs Committed to trunk - thanks.