diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-04-22 12:49:27 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-04-22 12:49:27 +0000 |
commit | 24ec834bce370b45adfbeaf230d92f4dac0f15f7 (patch) | |
tree | 7f0957483d575baa5ac613880f31abe1bc223b48 /gdb/remote-mips.c | |
parent | 34f3e815d13e0381e4908bf49ca2f0b0b9b3b25b (diff) | |
download | gdb-24ec834bce370b45adfbeaf230d92f4dac0f15f7.zip gdb-24ec834bce370b45adfbeaf230d92f4dac0f15f7.tar.gz gdb-24ec834bce370b45adfbeaf230d92f4dac0f15f7.tar.bz2 |
* remote-st.c (_initialize_remote_st2000): Remove the extraneous
"<command>" 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.
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 8c4035b..790b23e 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 <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, _("\ |