helper/command: get current target from dedicated API
authorAntonio Borneo <borneo.antonio@gmail.com>
Tue, 12 May 2020 00:36:56 +0000 (02:36 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 18 Apr 2021 14:33:15 +0000 (15:33 +0100)
commit7cd679a2de697065bbd36cde9042516ccf20f0f1
treec2f4cce1ed3d4009bf2ed4719fead5b6e533eb71
parent462323f123ede2c8da59cb4acb772dc4f98dee79
helper/command: get current target from dedicated API

Now that target override is uniformly implemented for all types of
commands, there is no need for target-prefixed "native" commands
(.jim_handler) to sneakily extract the overridden target from the
struct command.

Modify the commands to use the standard API get_current_target().

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