- explicitly disable monitor mode on ARM7/9 targets
[fw/openocd] / src / target / arm7_9_common.h
index fd9a9e1bb783413ee14f44c96625c478505f0f8b..5e7d54a9ca6b050832e009942f684d27635dfed4 100644 (file)
@@ -55,6 +55,7 @@ typedef struct arm7_9_common_s
        int has_vector_catch;
        
        int reinit_embeddedice;
+       int debug_entry_from_reset;
        
        struct working_area_s *dcc_working_area;
        
@@ -108,6 +109,7 @@ int arm7_9_deassert_reset(target_t *target);
 int arm7_9_reset_request_halt(target_t *target);
 int arm7_9_early_halt(target_t *target);
 int arm7_9_soft_reset_halt(struct target_s *target);
+int arm7_9_prepare_reset_halt(struct target_s *target);
 
 int arm7_9_halt(target_t *target);
 int arm7_9_debug_entry(target_t *target);