helper/command: rename s/command_unknown/jim_command_dispatch/
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 3 Aug 2020 21:03:46 +0000 (23:03 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 18 Apr 2021 14:35:18 +0000 (15:35 +0100)
commitd3a687432f96d90fdaa7c1264cf2c17df3ad58c1
treee7551a6fce0b5a96266c18b23386c840ddce3095
parent6b5e77ada6520398f9a2135e43e60067bc072e27
helper/command: rename s/command_unknown/jim_command_dispatch/

The function's name was consistent with its purpose to handle
commands that were not at root level, thus not directly 'known'
by jimtcl.

Rename it as jim_command_dispatch() to highlight that now it is
a jim_handler and its purpose is to dispatch the call to the
proper command handler.

Change-Id: I9491a6d6459b8eb37a6c402abcae08388c693764
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5791
Tested-by: jenkins
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
src/helper/command.c