public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
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
Date: Sat, 24 Mar 2012 17:25:00 -0000	[thread overview]
Message-ID: <20120324172536.4818.qmail@sourceware.org> (raw)

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 <jan.kratochvil@redhat.com>
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 <jan.kratochvil@redhat.com>
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 <jan.kratochvil@redhat.com>
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 <jan.kratochvil@redhat.com>
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 <jan.kratochvil@redhat.com>
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 <dir1>[:<dir2>...]
 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.


             reply	other threads:[~2012-03-24 17:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-24 17:25 jkratoch [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-29  8:50 jkratoch
2012-03-29  6:21 jkratoch
2012-03-29  6:17 jkratoch
2012-03-29  6:07 jkratoch
2012-03-29  5:45 jkratoch
2012-03-28 20:31 jkratoch
2012-03-25 19:10 jkratoch
2012-03-25 19:02 jkratoch
2012-03-25 16:56 jkratoch
2012-03-24  9:09 jkratoch
2012-03-20 19:39 jkratoch
2012-03-20 19:38 jkratoch
2012-03-20  0:17 jkratoch
2012-03-19 20:15 jkratoch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120324172536.4818.qmail@sourceware.org \
    --to=jkratoch@sourceware.org \
    --cc=archer-commits@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).