mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2005-02-21 Andrew Cagney <cagney@gnu.org>
Add more uses of add_setshow_string_cmd, add_setshow_integer_cmd, and add_setshow_string_noescape_cmd. * cli/cli-setshow.c (deprecated_show_value_hack): Do not print a NULL command's value. * kod.c, language.c, ocd.c, remote-e7000.c, remote-mips.c: Update. * remote-sds.c, remote.c, symfile.c, top.c: Update.
This commit is contained in:
@@ -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, _("\
|
||||
|
||||
Reference in New Issue
Block a user