helper: command: rewrite command 'ocd_find' as COMMAND_HANDLER
commit1ec8b83cbdb407536966b4e455dbb39d1cb42b3a
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 18 Dec 2022 23:01:00 +0000 (19 00:01 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 25 Mar 2023 18:09:35 +0000 (25 18:09 +0000)
tree760cf489336be59aea9d20ab362c8ea7ac20cd6f
parent5f6ceebbba3a34fc4bfcf56e963739dd2e9cf056
helper: command: rewrite command 'ocd_find' as COMMAND_HANDLER

The mixed use of jim commands and OpenOCD commands is error prone
due to handling of errors through JIM_xx and ERROR_yy.

Rewrite the jim command 'ocd_find' as OpenOCD command.

Change-Id: Id775bccc12840bcf95d8c19787beda5e7c3107fc
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7484
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Tested-by: jenkins
src/helper/command.c