* doc/c-xtensa.texi (Literal Directive): Spelling correction.
[deliverable/binutils-gdb.git] / gdb / gdb-events.sh
index de7a437a0d68e6c379b120c2212cf49d51731da4..0d760396094e0a7c226fc50280c7fec2dacc7102 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
This page took 0.023558 seconds and 4 git commands to generate.