Allow "tcl_port" to be run after config to simply display the port.
authorRobert P. J. Day <rpjday@crashcourse.ca>
Wed, 8 Jan 2014 16:43:25 +0000 (11:43 -0500)
committerSpencer Oliver <spen@spen-soft.co.uk>
Wed, 8 Jan 2014 22:17:59 +0000 (22:17 +0000)
To be consistent with gdb_port and telnet_port, allow tcl_port
to be run to display the configured port number, while still
not allowing the user to change it after configuration.

Change-Id: Ibe6aedb3bd447f2985e42dd8246358481a047dd6
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-on: http://openocd.zylin.com/1857
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/server/tcl_server.c

index 91f9778636eaab4f99abedb126bac403f0e576bc..b62f1a37e2c99e584e61020f9a13dd0d53fc9206 100644 (file)
@@ -176,7 +176,7 @@ static const struct command_registration tcl_command_handlers[] = {
        {
                .name = "tcl_port",
                .handler = handle_tcl_port_command,
-               .mode = COMMAND_CONFIG,
+               .mode = COMMAND_ANY,
                .help = "Specify port on which to listen "
                        "for incoming Tcl syntax.  "
                        "Read help on 'gdb_port'.",