2005-07-13 Eric Christopher <echristo@redhat.com>
[deliverable/binutils-gdb.git] / gdb / remote-mips.c
index f26344da1dff1f1e6d471e1ad2b341e03128a750..790b23ea8386593bb2e5e677f99f134af19d0a06 100644 (file)
@@ -3399,12 +3399,13 @@ ignored.)"),
                            NULL, /* FIXME: i18n: */
                            &setlist, &showlist);
 
-  deprecated_add_show_from_set
-    (add_set_cmd ("monitor-prompt", class_obscure, var_string,
-                 (char *) &mips_monitor_prompt,
-                 "Set the prompt that GDB expects from the monitor.",
-                 &setlist),
-     &showlist);
+  add_setshow_string_cmd ("monitor-prompt", class_obscure,
+                         &mips_monitor_prompt, _("\
+Set the prompt that GDB expects from the monitor."), _("\
+Show the prompt that GDB expects from the monitor."), NULL,
+                         NULL,
+                         NULL, /* FIXME: i18n: */
+                         &setlist, &showlist);
 
   add_setshow_zinteger_cmd ("monitor-warnings", class_obscure,
                            &monitor_warnings, _("\
@@ -3415,7 +3416,7 @@ When enabled, monitor warnings about hardware breakpoints will be displayed."),
                            NULL, /* FIXME: i18n: */
                            &setlist, &showlist);
 
-  add_com ("pmon <command>", class_obscure, pmon_command,
+  add_com ("pmon", class_obscure, pmon_command,
           _("Send a packet to PMON (must be in debug mode)."));
 
   add_setshow_boolean_cmd ("mask-address", no_class, &mask_address_p, _("\
This page took 0.024026 seconds and 4 git commands to generate.