* [RFA] update gdbtk_interpreter_init
@ 2008-03-26 23:27 Doug Evans
0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2008-03-26 23:27 UTC (permalink / raw)
To: gdb-patches, keiths
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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-26 23:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-26 23:27 [RFA] update gdbtk_interpreter_init Doug Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox