From 24ec834bce370b45adfbeaf230d92f4dac0f15f7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 22 Apr 2005 12:49:27 +0000 Subject: * remote-st.c (_initialize_remote_st2000): Remove the extraneous "" string from the call to add_com. * remote-sim.c (_initialize_remote_sim): Ditto. * remote-utils.c (_initialize_sr_support): Ditto. * remote-mips.c (_initialize_remote_mips): Ditto. --- gdb/remote-mips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-mips.c') diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 8c4035bebee..790b23ea838 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -3416,7 +3416,7 @@ When enabled, monitor warnings about hardware breakpoints will be displayed."), NULL, /* FIXME: i18n: */ &setlist, &showlist); - add_com ("pmon ", 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, _("\ -- cgit v1.2.1