cortex_m: set fpb_enabled on enabling fpb
commit3b3e3f67c10cc458321eb9030b671a922eceb149
authorSpencer Oliver <spen@spen-soft.co.uk>
Wed, 25 Sep 2013 13:43:08 +0000 (25 14:43 +0100)
committerSpencer Oliver <spen@spen-soft.co.uk>
Tue, 29 Oct 2013 22:55:04 +0000 (29 22:55 +0000)
treec4dad9c5c9948f41e620dbed6b879d08f6f01197
parent0ebf1eb94d06f892d8699bb35a8af65c721b5f5f
cortex_m: set fpb_enabled on enabling fpb

If the fpb_enabled is not set then as part of cortex_m3_set_breakpoint we
enable the fpb, however we do not signal the fpb as being enabled.

This issue only effects the hla target as the current cortex_m code enables
the fpb during cortex_m3_endreset_event.

Change-Id: I44d3fc65916c131b7a226869dd16aed5afb441b4
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/1634
Tested-by: jenkins
src/target/cortex_m.c