From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10795 invoked by alias); 24 Aug 2012 15:19:21 -0000 Received: (qmail 10784 invoked by uid 22791); 24 Aug 2012 15:19:20 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RCVD_IN_NIX_SPAM,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; Fri, 24 Aug 2012 15:19:00 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M9900G00MJLAS00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 24 Aug 2012 18:18:59 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M9900FF9MJMLRC0@a-mtaout22.012.net.il>; Fri, 24 Aug 2012 18:18:59 +0300 (IDT) Date: Fri, 24 Aug 2012 15:19:00 -0000 From: Eli Zaretskii Subject: Re: [patch+7.5] auto-load: User conveniences suggested by Doug Evans In-reply-to: <5034FED3.9040809@redhat.com> To: Pedro Alves Cc: jan.kratochvil@redhat.com, gdb-patches@sourceware.org, dje@google.com Reply-to: Eli Zaretskii Message-id: <83boi0gvwx.fsf@gnu.org> References: <20120821144355.GA28426@host2.jankratochvil.net> <5034FED3.9040809@redhat.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: 2012-08/txt/msg00728.txt.bz2 > Date: Wed, 22 Aug 2012 16:46:27 +0100 > From: Pedro Alves > CC: gdb-patches@sourceware.org, Doug Evans > > On 08/21/2012 03:43 PM, Jan Kratochvil wrote: > > +add \"set auto-load safe-path /\" line to \"%s\".\n\ > > +For more information about this security protection run from the shell: \ > > +info \"(gdb)Auto-loading safe path\"\n"), > > + filename_real, homeinit, homeinit); > > This may be cryptic, for instance, for Windows users who won't > have 'info' available in the shell. Why wouldn't they? A Windows port is available. > How about something like: > > For more information about this security protection see the > "Auto-loading safe path" section in the GDB manual. > > ? If they don't have 'info', how will they read the manual?