* config/djgpp/fnchange.lst: Add mappings for linux-ppc-low.c and
[deliverable/binutils-gdb.git] / gdb / complaints.c
index 3f9be14bfa882ee4b91dce189fe6fb394be8a5e7..af4be5153e99aa8bdaf3f367c523b674dc53bae1 100644 (file)
@@ -309,14 +309,21 @@ clear_complaints (struct complaints **c, int less_verbose, int noisy)
     complaints->series = SHORT_FIRST_MESSAGE;
 }
 
+static void
+complaints_show_value (struct ui_file *file, int from_tty,
+                      struct cmd_list_element *cmd, const char *value)
+{
+  fprintf_filtered (file, _("Max number of complaints about incorrect"
+                           " symbols is %s.\n"),
+                   value);
+}
+
 void
 _initialize_complaints (void)
 {
   add_setshow_zinteger_cmd ("complaints", class_support, &stop_whining, _("\
 Set max number of complaints about incorrect symbols."), _("\
-Show max number of complaints about incorrect symbols."), NULL, _("\
-Max number of complaints about incorrect symbols is %s."),
-                           NULL, NULL,
+Show max number of complaints about incorrect symbols."), NULL,
+                           NULL, complaints_show_value,
                            &setlist, &showlist);
-
 }
This page took 0.024249 seconds and 4 git commands to generate.