From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4872 invoked by alias); 24 Mar 2012 17:25:39 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 4834 invoked by uid 9674); 24 Mar 2012 17:25:36 -0000 Date: Sat, 24 Mar 2012 17:25:00 -0000 Message-ID: <20120324172536.4818.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal X-Git-Refname: refs/heads/archer-jankratochvil-autoload X-Git-Reftype: branch X-Git-Oldrev: 311969c984352ae38e3ff4d43492396015315e6a X-Git-Newrev: 0794ad2abda58f5e71641ca7b172134df295a4e9 X-SW-Source: 2012-q1/txt/msg00082.txt.bz2 List-Id: The branch, archer-jankratochvil-autoload has been updated via 0794ad2abda58f5e71641ca7b172134df295a4e9 (commit) via 7904b201e6ebb17eb9c4bde6a2ad6daf9b952cc8 (commit) via fe59539054624aebfb8454631cf3079fc7eb85a1 (commit) via 7e1b018579b760ed5cc7f0bb6f20f757a9f0198c (commit) via ce6790ed5a5666b224becd8e975bbd878d296e55 (commit) from 311969c984352ae38e3ff4d43492396015315e6a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 0794ad2abda58f5e71641ca7b172134df295a4e9 Merge: 311969c 7904b20 Author: Jan Kratochvil Date: Sat Mar 24 18:25:23 2012 +0100 Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal commit 7904b201e6ebb17eb9c4bde6a2ad6daf9b952cc8 Merge: 6a1f184 fe59539 Author: Jan Kratochvil Date: Sat Mar 24 18:25:20 2012 +0100 Merge branch 'secmove-misc2-warn-safepath' into secmove-misc2-warn-safepath-debug Conflicts: gdb/NEWS commit fe59539054624aebfb8454631cf3079fc7eb85a1 Merge: ec62212 7e1b018 Author: Jan Kratochvil Date: Sat Mar 24 18:24:27 2012 +0100 Merge branch 'secmove-misc2-warn' into secmove-misc2-warn-safepath Conflicts: gdb/NEWS commit 7e1b018579b760ed5cc7f0bb6f20f757a9f0198c Merge: 2099d43 ce6790e Author: Jan Kratochvil Date: Sat Mar 24 18:23:04 2012 +0100 Merge branch 'secmove-misc2' into secmove-misc2-warn Conflicts: gdb/NEWS commit ce6790ed5a5666b224becd8e975bbd878d296e55 Author: Jan Kratochvil Date: Sat Mar 24 18:22:33 2012 +0100 . ----------------------------------------------------------------------- Summary of changes: gdb/NEWS | 28 ++++++++++++++++++++++------ 1 files changed, 22 insertions(+), 6 deletions(-) First 500 lines of diff: diff --git a/gdb/NEWS b/gdb/NEWS index be63083..2011901 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -87,11 +87,13 @@ ** "info vtbl" can be used to show the virtual method tables for C++ and Java objects. - ** "info auto-load" shows the status of all kinds of auto-loaded scripts, - "info auto-load gdb-scripts", "info auto-load python-scripts", - "info auto-load local-gdbinit" and "info auto-load libthread-db" show - status of the specific kinds of auto-loaded scripts associated with - inferior. + ** "info auto-load" shows status of all kinds of auto-loaded files, + "info auto-load gdb-scripts" shows status of auto-loading GDB canned + sequences of commands files, "info auto-load python-scripts" + shows status of auto-loading Python script files, + "info auto-load local-gdbinit" shows status of loading init file + (.gdbinit) from current directory and "info auto-load libthread-db" shows + status of inferior specific thread debugging shared library loading. ** "info auto-load-scripts", "set auto-load-scripts on|off" and "show auto-load-scripts" commands have been deprecated, use their @@ -119,20 +121,34 @@ show breakpoint condition-evaluation target. set auto-load off + Disable auto-loading globally. + show auto-load + Show auto-loading setting of all kinds of auto-loaded files, + set auto-load gdb-scripts on|off show auto-load gdb-scripts + Controls auto-loading of GDB canned sequences of commands files. + set auto-load python-scripts on|off show auto-load python-scripts + Controls auto-loading of Python script files. + set auto-load local-gdbinit on|off|warn-and-on|warn-and-off show auto-load local-gdbinit + Controls loading of init file (.gdbinit) from current directory. + set auto-load libthread-db on|off show auto-load libthread-db + Controls auto-loading of inferior specific thread debugging shared library. + set auto-load safe-path [:...] show auto-load safe-path + Sets a list of directories safe to hold auto-loaded files. + set debug auto-load on|off show debug auto-load - Controls auto-loading of various kinds of scripts associated with inferior. + Control display of debugging info for auto-loading the files above. * New remote packets hooks/post-receive -- Repository for Project Archer.