From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16439 invoked by alias); 19 Jan 2012 22:04:50 -0000 Received: (qmail 16431 invoked by uid 22791); 19 Jan 2012 22:04:48 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Jan 2012 22:04:30 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0JM45Tx006128 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 19 Jan 2012 17:04:05 -0500 Received: from host2.jankratochvil.net (ovpn-116-21.ams2.redhat.com [10.36.116.21]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q0JM40Yg014586 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 19 Jan 2012 17:04:03 -0500 Date: Fri, 20 Jan 2012 04:11:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: Tom Tromey , Joel Brobecker , Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: [patch] New set auto-load-local-gdbinit + disable it by default Message-ID: <20120119220359.GA16031@host2.jankratochvil.net> References: <837h0q5i4u.fsf@gnu.org> <20120117175957.GA9415@host2.jankratochvil.net> <83ty3u3uj1.fsf@gnu.org> <20120118035927.GY31383@adacore.com> <20120118191846.GA21957@host2.jankratochvil.net> <20120119213130.GA14664@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-01/txt/msg00719.txt.bz2 On Thu, 19 Jan 2012 22:47:26 +0100, Doug Evans wrote: > On Thu, Jan 19, 2012 at 1:31 PM, Jan Kratochvil > wrote: > > set auto-load libthread_db > > What's the semantics of this? set auto-load libthread_db [yes|no] If one is found it checks `set auto-load safe-path' and appropriately loads it or just warns on it. I am aware one can already do `set libthread-db-search-path /_X' instead of `set auto-load libthread_db no' but this way all to auto-loads will be at one place. Sorry I do not yet have it coded, this was just a draft. Thanks, Jan