]> git.gag.com Git - fw/openocd/commit
target: handle command 'target current' when no target is present
authorAntonio Borneo <borneo.antonio@gmail.com>
Fri, 23 Oct 2020 14:45:35 +0000 (16:45 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Wed, 4 Nov 2020 17:38:20 +0000 (17:38 +0000)
commit65de0d3bfa14c59c2fea31a2974dd3492ac3320d
treee566828edaea620c6175866cf7d5483cd314b329
parente2e8a5f467e8e35618ce4fbf16b8da4e682d8258
target: handle command 'target current' when no target is present

Is it possible to run OpenOCD without any target, for example to
only dump the rom-tables of an arm dap, or to perform low level
jtag operations.
But without any target created, the command 'target current'
causes OpenOCD to abruptly exit.

Handle in command 'target current' the case of no targets.

Change-Id: Ide15cb13bec84b88ccc3e7126523c04a6d70e636
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5881
Tested-by: jenkins
src/target/target.c