From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28119 invoked by alias); 17 Sep 2012 18:29:29 -0000 Received: (qmail 28109 invoked by uid 22791); 17 Sep 2012 18:29:28 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS 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; Mon, 17 Sep 2012 18:28:58 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8HIStBB000376 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 17 Sep 2012 14:28:55 -0400 Received: from host2.jankratochvil.net (ovpn-113-58.phx2.redhat.com [10.3.113.58]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q8HISpAX015907 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 17 Sep 2012 14:28:54 -0400 Date: Mon, 17 Sep 2012 18:29:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: Eli Zaretskii , gdb-patches@sourceware.org, dje@google.com Subject: [commit+7.5] [patch+7.5] auto-load: User conveniences suggested by Doug Evans Message-ID: <20120917182851.GA30162@host2.jankratochvil.net> References: <83a9xkgony.fsf@gnu.org> <20120824180033.GA14391@host2.jankratochvil.net> <834nnsgn96.fsf@gnu.org> <503BB633.6050204@redhat.com> <20120827181147.GA25603@host2.jankratochvil.net> <20120909090152.GB4994@host2.jankratochvil.net> <504DCF0F.8080903@redhat.com> <20120910114726.GA9118@host2.jankratochvil.net> <504DE5CD.7070707@redhat.com> <20120910152757.GA17770@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120910152757.GA17770@host2.jankratochvil.net> 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-09/txt/msg00318.txt.bz2 On Mon, 10 Sep 2012 17:27:57 +0200, Jan Kratochvil wrote: > gdb/ > 2012-09-10 Jan Kratochvil > > Implement auto-load user conveniences suggested by Doug Evans. > * auto-load.c: Include top.h. > (file_is_auto_load_safe): New variable advice_printed. Print advice. > (_initialize_auto_load): New variable scripts_directory_help. Mention > GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load > scripts-directory. Document in online help one can use also files for > set auto-load safe-path. > * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ... > * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here. Checked in: http://sourceware.org/ml/gdb-cvs/2012-09/msg00087.html And for 7.5: http://sourceware.org/ml/gdb-cvs/2012-09/msg00088.html Thanks, Jan