diff options
Diffstat (limited to 'gdb/ser-tcp.c')
-rw-r--r-- | gdb/ser-tcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c index c288ab4..5600001 100644 --- a/gdb/ser-tcp.c +++ b/gdb/ser-tcp.c @@ -363,13 +363,13 @@ ser_tcp_send_break (struct serial *scb) static void set_tcp_cmd (char *args, int from_tty) { - help_list (tcp_set_cmdlist, "set tcp ", -1, gdb_stdout); + help_list (tcp_set_cmdlist, "set tcp ", all_commands, gdb_stdout); } static void show_tcp_cmd (char *args, int from_tty) { - help_list (tcp_show_cmdlist, "show tcp ", -1, gdb_stdout); + help_list (tcp_show_cmdlist, "show tcp ", all_commands, gdb_stdout); } #ifndef USE_WIN32API |