mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* demangle.c: Make it so `help set dem' tells you how to get the
list of demangling styles. * Makefile.in: Use REMOTE_O macro not remote.o.
This commit is contained in:
@@ -177,7 +177,8 @@ _initialize_demangler ()
|
||||
|
||||
set = add_set_cmd ("demangle-style", class_support, var_string_noescape,
|
||||
(char *) ¤t_demangling_style_string,
|
||||
"Set the current C++ demangling style.",
|
||||
"Set the current C++ demangling style.\n\
|
||||
Use `set demangle-style' without arguments for a list of demangling styles.",
|
||||
&setlist);
|
||||
show = add_show_from_set (set, &showlist);
|
||||
set -> function.cfunc = set_demangling_command;
|
||||
|
||||
Reference in New Issue
Block a user