helper/command: make script_debug() static
authorAntonio Borneo <borneo.antonio@gmail.com>
Wed, 13 May 2020 14:51:00 +0000 (16:51 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 18 Apr 2021 14:35:03 +0000 (15:35 +0100)
commit6b5e77ada6520398f9a2135e43e60067bc072e27
tree1e26a6055459b24ca469d8d040c850c326dfb98a
parentfa23b1a71e4f1974791e90055c301f9bf124e835
helper/command: make script_debug() static

Now that all commands are executed through the common handler
command_unknown(), the message about command execution is logged
by command_unknown(). There is no need, for "native" commands
(.jim_handler) at root level to log the message (again) by itself.

Remove calls to script_debug() apart from command_unknown().
Make script_debug() static as only used in command.c.

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