target/cortex_m: cumulate DHCSR sticky bits
[fw/openocd] / src / target / cortex_m.h
index 16fc8ab709ddf34a8ab437689ec46570c958c92f..a5dfbf856aef0aea68f5922373622d3881b13a56 100644 (file)
@@ -213,6 +213,7 @@ struct cortex_m_common {
 
        /* Context information */
        uint32_t dcb_dhcsr;
+       uint32_t dcb_dhcsr_cumulated_sticky;
        uint32_t nvic_dfsr;  /* Debug Fault Status Register - shows reason for debug halt */
        uint32_t nvic_icsr;  /* Interrupt Control State Register - shows active and pending IRQ */