mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 10:09:16 +08:00
2005-02-18 Andrew Cagney <cagney@gnu.org>
Use add_setshow_uinteger_cmd through out. * printcmd.c, source.c, utils.c, valprint.c: Update.
This commit is contained in:
@ -2128,12 +2128,13 @@ Same as \"print\" command, except that if you are running in the epoch\n\
|
||||
environment, the value is printed in its own window."));
|
||||
set_cmd_completer (c, location_completer);
|
||||
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("max-symbolic-offset", no_class, var_uinteger,
|
||||
(char *) &max_symbolic_offset,
|
||||
"Set the largest offset that will be printed in <symbol+1234> form.",
|
||||
&setprintlist),
|
||||
&showprintlist);
|
||||
add_setshow_uinteger_cmd ("max-symbolic-offset", no_class,
|
||||
&max_symbolic_offset, _("\
|
||||
Set the largest offset that will be printed in <symbol+1234> form."), _("\
|
||||
Show the largest offset that will be printed in <symbol+1234> form."), NULL,
|
||||
NULL,
|
||||
NULL, /* FIXME: i18n: */
|
||||
&setprintlist, &showprintlist);
|
||||
add_setshow_boolean_cmd ("symbol-filename", no_class,
|
||||
&print_symbol_filename, _("\
|
||||
Set printing of source filename and line number with <symbol>."), _("\
|
||||
|
Reference in New Issue
Block a user