target/cortex_m.c: vector_catch command checks if a target is examined
authorDaniel Trnka <daniel.trnka@gmail.com>
Mon, 17 Aug 2020 15:51:43 +0000 (17:51 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 3 Oct 2020 10:21:33 +0000 (11:21 +0100)
commit87b95ab21292166eed23693616c9ee21a2c5a0c0
tree9bf7ffd5d3d12dad41cd0c4f9b28f9be3fcb6675
parentd7d70c2719e6fe94dc9ca15aeb81cf142d597cdc
target/cortex_m.c: vector_catch command checks if a target is examined

If a target is not examined, command vector_catch crashes while accessing
the debug_ap NULL pointer.

maskisr and reset_config commands don't require this check.

Change-Id: I949b6f6e8b983327dd98fbe403735141f8f0b5d6
Signed-off-by: Daniel Trnka <daniel.trnka@gmail.com>
Reviewed-on: http://openocd.zylin.com/5813
Tested-by: jenkins
Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/target/cortex_m.c