]> www.infradead.org Git - users/borneoa/openocd-next.git/commit
command: drop Jim Command handler, at last
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 16 Dec 2023 16:39:12 +0000 (17:39 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 25 May 2025 12:42:19 +0000 (12:42 +0000)
commit6cec67251d29a4a62d330ff6289807babee04fda
tree093c3ea4f62f2d41e4dc2e3e104127f67e249938
parente9c78512b30b13fc6a9714e3fad0074bc2387bb5
command: drop Jim Command handler, at last

With all OpenOCD commands converted to COMMAND_HANDLER, we can
drop the management of jim_handler commands.
Drop also from documentation the subsection on Jim Command
Registration.

Change-Id: I4d13abc7e384e64ecb155cb40bbbd52bb79ec672
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8901
Tested-by: jenkins
doc/manual/helper.txt
src/helper/command.c
src/helper/command.h
src/server/telnet_server.c