OSDN Git Service

* generic/gdbtk-interp.c (gdbtk_interpreter_init): New parameter
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 18 Mar 2008 18:43:13 +0000 (18:43 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Tue, 18 Mar 2008 18:43:13 +0000 (18:43 +0000)
top_level.

gdb/gdbtk/ChangeLog
gdb/gdbtk/generic/gdbtk-interp.c

index 1e9ce8c..b0bf8db 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-18  Maciej W. Rozycki  <macro@mips.com>
+
+       * generic/gdbtk-interp.c (gdbtk_interpreter_init): New parameter
+       top_level.
+
 2008-03-07  Keith Seitz  <kseitz@sourceware.org>
 
        * generic/gdbtk-register.c (map_arg): New data type
index 648940d..f4dd3ec 100644 (file)
@@ -1,7 +1,7 @@
 /* Insight Definitions for GDB, the GNU debugger.
    Written by Keith Seitz <kseitz@sources.redhat.com>
 
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2008 Free Software Foundation, Inc.
 
    This file is part of Insight.
 
@@ -62,7 +62,7 @@ hack_disable_interpreter_exec (char *args, int from_tty)
 }
 
 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;