forked from auracaster/openocd
server/gdb: Restructure commands
Use a command group 'gdb' with subcommands instead of individual commands with 'gdb_' prefix. The old commands are still available to ensure backwards compatibility, but are marked as deprecated. Change-Id: I037dc58554e589d5710cf46924e0a00f863aa300 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8336 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
2992ec9095
commit
44cfdef0a4
@@ -330,7 +330,7 @@ static const struct command_registration tcl_command_handlers[] = {
|
||||
.mode = COMMAND_CONFIG,
|
||||
.help = "Specify port on which to listen "
|
||||
"for incoming Tcl syntax. "
|
||||
"Read help on 'gdb_port'.",
|
||||
"Read help on 'gdb port'.",
|
||||
.usage = "[port_num]",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user