Reviewed by Daniel Jacobowitz <drow@false.org>
[deliverable/binutils-gdb.git] / gdb / gdb-events.sh
index de7a437a0d68e6c379b120c2212cf49d51731da4..d392cbc06a4f062e95d76e8dd11d3a9edc0069f2 100755 (executable)
@@ -2,8 +2,8 @@
 
 # User Interface Events.
 #
-# Copyright 1999, 2000, 2001, 2002, 2004, 2005 Free Software
-# Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2007
+# Free Software Foundation, Inc.
 #
 # Contributed by Cygnus Solutions.
 #
@@ -21,8 +21,8 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 
-# USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
 
 IFS=:
 
@@ -59,7 +59,7 @@ copyright ()
   cat <<EOF
 /* User Interface Events.
 
-   Copyright 1999, 2001, 2002, 2004, 2005 Free Software Foundation,
+   Copyright (C) 1999, 2001, 2002, 2004, 2005 Free Software Foundation,
    Inc.
 
    Contributed by Cygnus Solutions.
@@ -78,7 +78,8 @@ copyright ()
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 /* Work in progress */
 
@@ -225,6 +226,13 @@ static struct gdb_events queue_event_hooks;
 static struct gdb_events *current_event_hooks = &null_event_hooks;
 
 int gdb_events_debug;
+static void
+show_gdb_events_debug (struct ui_file *file, int from_tty,
+                       struct cmd_list_element *c, const char *value)
+{
+  fprintf_filtered (file, _("Event debugging is %s.\\n"), value);
+}
+
 EOF
 
 # function bodies
@@ -480,7 +488,7 @@ Set event debugging."), _("\\
 Show event debugging."), _("\\
 When non-zero, event/notify debugging is enabled."),
                             NULL,
-                            NULL, /* FIXME: i18n: */
+                            show_gdb_events_debug,
                             &setdebuglist, &showdebuglist);
 }
 EOF
This page took 0.028618 seconds and 4 git commands to generate.