From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32642 invoked by alias); 9 Sep 2012 18:09:17 -0000 Received: (qmail 32634 invoked by uid 22791); 9 Sep 2012 18:09:17 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,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; Sun, 09 Sep 2012 18:09:03 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MA300H00GVUOA00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Sun, 09 Sep 2012 21:08:52 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MA300HOJH2SFB90@a-mtaout21.012.net.il>; Sun, 09 Sep 2012 21:08:52 +0300 (IDT) Date: Sun, 09 Sep 2012 18:09:00 -0000 From: Eli Zaretskii Subject: Re: [patch+7.5] auto-load: User conveniences suggested by Doug Evans In-reply-to: <20120909175431.GA31895@host2.jankratochvil.net> To: Jan Kratochvil Cc: gdb-patches@sourceware.org, dje@google.com Reply-to: Eli Zaretskii Message-id: <83vcfnkr0m.fsf@gnu.org> References: <20120821144355.GA28426@host2.jankratochvil.net> <83k3wsb0da.fsf@gnu.org> <20120824161059.GC7200@host2.jankratochvil.net> <838vd4gns3.fsf@gnu.org> <20120909085312.GA4994@host2.jankratochvil.net> <83zk4zksz0.fsf@gnu.org> <20120909175431.GA31895@host2.jankratochvil.net> 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-09/txt/msg00098.txt.bz2 > Date: Sun, 9 Sep 2012 19:54:31 +0200 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org, dje@google.com > > > Can we make these two lines more evenly sized? > > --with-python form: > (gdb) help set auto-load scripts-directory > Set the list of directories from which to load auto-loaded scripts. > Automatically loaded Python scripts (named OBJFILE-gdb.py) and GDB scripts > (named OBJFILE-gdb.gdb) are located in one of the directories listed by this > option. > This option is ignored for the kinds of scripts having 'set auto-load ... off'. > Directories listed here need to be present also in the 'set auto-load safe-path' > option. > > --without-python form: > (gdb) help set auto-load scripts-directory > Set the list of directories from which to load auto-loaded scripts. > Automatically loaded GDB scripts (named OBJFILE-gdb.gdb) are located in one > of the directories listed by this option. > This option is ignored for the kinds of scripts having 'set auto-load ... off'. > Directories listed here need to be present also in the 'set auto-load safe-path' > option. Thanks, I'm happy now.