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 'pathvec0-1-secmove-misc2-safepath-debug-warn' into pathvec0-1-secmove-misc2-safepath-debug-warn-warnlocal
Date: Wed, 04 Apr 2012 06:42:00 -0000 [thread overview]
Message-ID: <20120404064228.27360.qmail@sourceware.org> (raw)
The branch, archer-jankratochvil-autoload has been updated
via d79b077ec588f6e87cff07aa0002b22e5e8c9161 (commit)
via 9310bb8cc65b20f262c08e547bd54476d4c9b290 (commit)
via 1f006e414bef13f5481cb29b4d8c5dad7e664483 (commit)
via dc67b402486fda4b4eea5f71e114d6261534cbaf (commit)
from f2d1111fa1fc805aab7460766c3b3b9015c68ac6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email.
- Log -----------------------------------------------------------------
commit d79b077ec588f6e87cff07aa0002b22e5e8c9161
Merge: f2d1111 9310bb8
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Wed Apr 4 08:42:18 2012 +0200
Merge branch 'pathvec0-1-secmove-misc2-safepath-debug-warn' into pathvec0-1-secmove-misc2-safepath-debug-warn-warnlocal
commit 9310bb8cc65b20f262c08e547bd54476d4c9b290
Merge: 1839372 1f006e4
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Wed Apr 4 08:42:18 2012 +0200
Merge branch 'pathvec0-1-secmove-misc2-safepath-debug' into pathvec0-1-secmove-misc2-safepath-debug-warn
commit 1f006e414bef13f5481cb29b4d8c5dad7e664483
Merge: 2222fac dc67b40
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Wed Apr 4 08:42:14 2012 +0200
Merge branch 'pathvec0-1-secmove-misc2-safepath' into pathvec0-1-secmove-misc2-safepath-debug
Conflicts:
gdb/auto-load.c
commit dc67b402486fda4b4eea5f71e114d6261534cbaf
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Wed Apr 4 08:41:45 2012 +0200
.
-----------------------------------------------------------------------
Summary of changes:
gdb/auto-load.c | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
First 500 lines of diff:
diff --git a/gdb/auto-load.c b/gdb/auto-load.c
index 87616b6..0acc21c 100644
--- a/gdb/auto-load.c
+++ b/gdb/auto-load.c
@@ -34,6 +34,7 @@
#include "cli/cli-setshow.h"
#include "gdb_vecs.h"
#include "readline/tilde.h"
+#include "completer.h"
/* The suffix of per-objfile scripts to auto-load as non-Python command files.
E.g. When the program loads libfoo.so, look for libfoo-gdb.gdb. */
@@ -995,6 +996,8 @@ void _initialize_auto_load (void);
void
_initialize_auto_load (void)
{
+ struct cmd_list_element *cmd;
+
auto_load_pspace_data
= register_program_space_data_with_cleanup (auto_load_pspace_data_cleanup);
@@ -1054,12 +1057,14 @@ This options has security implications for untrusted inferiors."),
auto_load_set_cmdlist_get (),
auto_load_show_cmdlist_get ());
- add_cmd ("add-auto-load-safe-path", class_support, add_auto_load_safe_path,
- _("Add entries to the list of directories from which it is safe "
- "to auto-load files.\n\
+ cmd = add_cmd ("add-auto-load-safe-path", class_support,
+ add_auto_load_safe_path,
+ _("Add entries to the list of directories from which it is safe "
+ "to auto-load files.\n\
See the commands 'set auto-load safe-path' and 'show auto-load safe-path' to\n\
access the current full list setting."),
- &cmdlist);
+ &cmdlist);
+ set_cmd_completer (cmd, filename_completer);
add_setshow_boolean_cmd ("auto-load", class_maintenance,
&debug_auto_load, _("\
hooks/post-receive
--
Repository for Project Archer.
next reply other threads:[~2012-04-04 6:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-04 6:42 jkratoch [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-04-05 21:35 jkratoch
2012-04-05 20:55 jkratoch
2012-04-05 18:35 jkratoch
2012-04-03 17:42 jkratoch
2012-04-01 18:29 jkratoch
2012-04-01 17:49 jkratoch
2012-04-01 17:33 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=20120404064228.27360.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).