From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12013 invoked by alias); 19 Mar 2012 17:16:28 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 11913 invoked by uid 9674); 19 Mar 2012 17:16:25 -0000 Date: Mon, 19 Mar 2012 17:16:00 -0000 Message-ID: <20120319171624.11880.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-jankratochvil-autoload: Merge branch 'initclean-initx-gdbinitb-move-misc2-warn-safepath-debug' into initclean-initx-gdbinitb-move-misc2-warn-safepath-debug-warnlocal X-Git-Refname: refs/heads/archer-jankratochvil-autoload X-Git-Reftype: branch X-Git-Oldrev: 24e13b1b9360bea1c2043eaeacef3637e632dde2 X-Git-Newrev: 6ed98b808146713f89ade08cde5b51e3f1ae9e81 X-SW-Source: 2012-q1/txt/msg00069.txt.bz2 List-Id: The branch, archer-jankratochvil-autoload has been updated via 6ed98b808146713f89ade08cde5b51e3f1ae9e81 (commit) via 92680773ab01bd821a13d307409dbf1c540d6efd (commit) via 53f7c899e3466fe636a28d97d22c25e3d4aed45f (commit) via 06708259c07cfd4bb628040df4ee43de5f0e9995 (commit) via d769ad28a7aedc89d832edc5af0509255d27012e (commit) from 24e13b1b9360bea1c2043eaeacef3637e632dde2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 6ed98b808146713f89ade08cde5b51e3f1ae9e81 Merge: 24e13b1 9268077 Author: Jan Kratochvil Date: Mon Mar 19 18:16:15 2012 +0100 Merge branch 'initclean-initx-gdbinitb-move-misc2-warn-safepath-debug' into initclean-initx-gdbinitb-move-misc2-warn-safepath-debug-warnlocal commit 92680773ab01bd821a13d307409dbf1c540d6efd Merge: 1dd6b60 53f7c89 Author: Jan Kratochvil Date: Mon Mar 19 18:16:15 2012 +0100 Merge branch 'initclean-initx-gdbinitb-move-misc2-warn-safepath' into initclean-initx-gdbinitb-move-misc2-warn-safepath-debug commit 53f7c899e3466fe636a28d97d22c25e3d4aed45f Merge: b606cba 0670825 Author: Jan Kratochvil Date: Mon Mar 19 18:16:15 2012 +0100 Merge branch 'initclean-initx-gdbinitb-move-misc2-warn' into initclean-initx-gdbinitb-move-misc2-warn-safepath commit 06708259c07cfd4bb628040df4ee43de5f0e9995 Merge: b5132d9 d769ad2 Author: Jan Kratochvil Date: Mon Mar 19 18:16:15 2012 +0100 Merge branch 'initclean-initx-gdbinitb-move-misc2' into initclean-initx-gdbinitb-move-misc2-warn commit d769ad28a7aedc89d832edc5af0509255d27012e Author: Jan Kratochvil Date: Mon Mar 19 18:16:11 2012 +0100 . ----------------------------------------------------------------------- Summary of changes: gdb/python/py-auto-load.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) First 500 lines of diff: diff --git a/gdb/python/py-auto-load.c b/gdb/python/py-auto-load.c index 6336b7e..6ae2381 100644 --- a/gdb/python/py-auto-load.c +++ b/gdb/python/py-auto-load.c @@ -255,6 +255,12 @@ This options has security implications for untrusted inferiors."), auto_load_set_cmdlist_get (), auto_load_show_cmdlist_get ()); + add_setshow_boolean_cmd ("auto-load-scripts", class_support, + &auto_load_python_scripts, _("\ +Deprecated alias for 'set auto-load python-scripts'."), _("\ +Deprecated alias for 'show auto-load python-scripts'."), + NULL, NULL, NULL, &setlist, &showlist); + add_cmd ("python-scripts", class_info, info_auto_load_python_scripts, _("Print the list of automatically loaded Python scripts.\n\ Usage: info auto-load python-scripts [REGEXP]"), hooks/post-receive -- Repository for Project Archer.