From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15400 invoked by alias); 5 Apr 2012 21:28:23 -0000 Received: (qmail 15392 invoked by uid 22791); 5 Apr 2012 21:28:23 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Apr 2012 21:28:10 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M2000900ZL6UL00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Fri, 06 Apr 2012 00:27:16 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.252.114]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M200094RZLFRPB0@a-mtaout23.012.net.il>; Fri, 06 Apr 2012 00:27:16 +0300 (IDT) Date: Thu, 05 Apr 2012 21:28:00 -0000 From: Eli Zaretskii Subject: Re: [patch#2 2/6] set auto-load * main part In-reply-to: <83mx6pc1up.fsf@gnu.org> To: jan.kratochvil@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83k41tc1iy.fsf@gnu.org> References: <20120329091121.GC25449@host2.jankratochvil.net> <83iphm1rq1.fsf@gnu.org> <20120403183301.GA13483@host2.jankratochvil.net> <83vcleb1lb.fsf@gnu.org> <20120405182504.GA13165@host2.jankratochvil.net> <83mx6pc1up.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: 2012-04/txt/msg00095.txt.bz2 > Date: Fri, 06 Apr 2012 00:20:30 +0300 > From: Eli Zaretskii > Cc: gdb-patches@sourceware.org > > Ah, I see I missed the other interpretation of "also". So here's a > revised suggestion: > > Be aware that system init file (@pxref{System-wide configuration}) > and init files from your home directory (@pxref{Home Directory Init File}) > still get read (as they come from generally trusted (as they come from > generally trusted directories). To prevent @value{GDBN} from auto-loading > even those init files, use the @option{-nx} option (@pxref{Mode Options}), > in addition to @code{set auto-load no}. Err... make that Be aware that system init file (@pxref{System-wide configuration}) and init files from your home directory (@pxref{Home Directory Init File}) still get read (as they come from generally trusted directories). To prevent @value{GDBN} from auto-loading even those init files, use the @option{-nx} option (@pxref{Mode Options}), in addition to @code{set auto-load no}.