diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index d5e5272..9db3410 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -10249,7 +10249,7 @@ remote_delete_command (char *args, int from_tty) static void remote_command (char *args, int from_tty) { - help_list (remote_cmdlist, "remote ", -1, gdb_stdout); + help_list (remote_cmdlist, "remote ", all_commands, gdb_stdout); } static int @@ -11601,7 +11601,7 @@ remote_async (struct target_ops *ops, static void set_remote_cmd (char *args, int from_tty) { - help_list (remote_set_cmdlist, "set remote ", -1, gdb_stdout); + help_list (remote_set_cmdlist, "set remote ", all_commands, gdb_stdout); } static void |