From: dje@google.com (Doug Evans)
To: gdb-patches@sourceware.org, keiths@redhat.com
Subject: [RFA] update gdbtk_interpreter_init
Date: Wed, 26 Mar 2008 23:27:00 -0000 [thread overview]
Message-ID: <20080326232711.75EC51C7592@localhost> (raw)
A new parameter `top_level' got added to interp_init_ftype.
ok to check in?
2008-03-26 Doug Evans <dje@google.com>
* generic/gdbtk-interp.c (gdbtk_interpreter_init): New parameter
`top_level'.
Index: generic/gdbtk-interp.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-interp.c,v
retrieving revision 1.8
diff -u -p -r1.8 gdbtk-interp.c
--- generic/gdbtk-interp.c 23 Dec 2005 18:23:16 -0000 1.8
+++ generic/gdbtk-interp.c 26 Mar 2008 23:23:54 -0000
@@ -56,7 +56,7 @@ hack_disable_interpreter_exec (char *arg
}
static void *
-gdbtk_interpreter_init (void)
+gdbtk_interpreter_init (int top_level)
{
/* Disable interpreter-exec. It causes us big trouble right now. */
struct cmd_list_element *cmd = NULL;
reply other threads:[~2008-03-26 23:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20080326232711.75EC51C7592@localhost \
--to=dje@google.com \
--cc=gdb-patches@sourceware.org \
--cc=keiths@redhat.com \
/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