helper/command: simplify jim_command_mode()
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 10 May 2020 15:48:25 +0000 (17:48 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 18 Apr 2021 14:34:34 +0000 (15:34 +0100)
commitd8d24f3b3696f5d2e64a67df87684132b48031d2
tree03ed59275c6c93f007012e6beb66589aa7102cb7
parentf238337c9c2fdabb48992487e5243d03d32e215d
helper/command: simplify jim_command_mode()

Now that every command has struct command as private data, use jim
to get access to the struct command to read the command mode,
instead of running through the tree of struct command.

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