OSDN Git Service

2005-02-24 Andrew Cagney <cagney@gnu.org>
[pf3gnuchains/pf3gnuchains3x.git] / gdb / gdb-events.sh
index de7a437..0d76039 100755 (executable)
@@ -225,6 +225,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 +487,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