riscv-openocd/src/server
Marc Schink ad21613618 server/telnet: Restructure commands
Use a command group 'telnet' with subcommands instead of individual
commands with 'telnet_' prefix. Even though there is only one subcommand
at the moment, make this change to ensure consistency with other commands.

The old command is still available to ensure backwards compatibility,
but are marked as deprecated.

Change-Id: I5e88632fa0d0ce5a8129e9fcf5ae743fc5b093cb
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/8378
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2024-09-21 09:05:36 +00:00
..
Makefile.am openocd: build: add SPDX tag 2022-07-23 13:06:38 +00:00
gdb_server.c server/gdb_server: improve error handling for `Z/z` packet 2024-09-21 09:05:02 +00:00
gdb_server.h server: gdb: export gdb_actual_connections through a function 2023-05-18 10:14:56 +00:00
ipdbg.c ipdbg: fix double free of virtual-ir data 2024-05-04 08:36:50 +00:00
ipdbg.h ipdbg: split ipdbg command into multiple commands 2024-03-16 14:43:33 +00:00
rtt_server.c rtt_server: Add option for a message when client connects 2023-11-24 21:06:24 +00:00
rtt_server.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00
server.c ipdbg: split ipdbg command into multiple commands 2024-03-16 14:43:33 +00:00
server.h break from long loops on shutdown request 2023-12-24 14:24:38 +00:00
startup.tcl server/telnet: Restructure commands 2024-09-21 09:05:36 +00:00
tcl_server.c server/tcl: Restructure commands 2024-07-13 22:29:04 +00:00
tcl_server.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00
telnet_server.c server/telnet: Restructure commands 2024-09-21 09:05:36 +00:00
telnet_server.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00