]> git.sur5r.net Git - openocd/commit
target: cortex_m: fix segfault with HLA
authorPaul Fertser <fercerpav@gmail.com>
Wed, 30 Dec 2015 07:43:32 +0000 (10:43 +0300)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Wed, 30 Dec 2015 11:06:32 +0000 (11:06 +0000)
commit32bb775c7a97dc28c571c9055bcb77f63cdcae6c
tree03e80cab959ff030035c80c6047068ea70d2e6d7
parent5bee7f5b2c13b02f2d6ad98de6a826279777c8a9
target: cortex_m: fix segfault with HLA

The HLA target shares an examine handler with cortex_m but since it
lacks direct access to DAP, some operations need to be omitted.

Change-Id: Ifdd9d3da4a3a3c2e1c9721284b21d041b3ccaa7a
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/3183
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
src/target/cortex_m.c