cortex_m: don't try to halt not-examined targets
commit89d881c19ae89712652f17962b8b7d2e79e25ca3
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 8 Apr 2024 15:40:09 +0000 (8 17:40 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 4 May 2024 08:33:54 +0000 (4 08:33 +0000)
treed8f30a4297e94171465772856472bc5f7eb8b9d0
parent8667a726532604afab099881779a4b898539dabf
cortex_m: don't try to halt not-examined targets

Prevent a segmentation fault by preventing to try to halt a target
that has not been examined yet.

Change-Id: I5d344e7fbdb5422f7c5e2c39bdd48cbc6c2a3e58
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8213
Tested-by: jenkins
src/target/cortex_m.c