diff options
Diffstat (limited to 'gdb/valprint.c')
-rw-r--r-- | gdb/valprint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/valprint.c b/gdb/valprint.c index f55b5db..8600b34 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -2704,7 +2704,7 @@ set_print (char *arg, int from_tty) { printf_unfiltered ( "\"set print\" must be followed by the name of a print subcommand.\n"); - help_list (setprintlist, "set print ", -1, gdb_stdout); + help_list (setprintlist, "set print ", all_commands, gdb_stdout); } static void @@ -2718,7 +2718,7 @@ set_print_raw (char *arg, int from_tty) { printf_unfiltered ( "\"set print raw\" must be followed by the name of a \"print raw\" subcommand.\n"); - help_list (setprintrawlist, "set print raw ", -1, gdb_stdout); + help_list (setprintrawlist, "set print raw ", all_commands, gdb_stdout); } static void |