- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)
[fw/openocd] / src / target / arm7_9_common.h
index fc90c05912ba7cb77073b77ec7f6c82847624e78..25141a14ce24d7beaed66a979d8a79f416d91769 100644 (file)
@@ -45,7 +45,11 @@ typedef struct arm7_9_common_s
        int force_hw_bkpts;
        int dbgreq_adjust_pc;
        int use_dbgrq;
+       
        int has_etm;
+       int has_single_step;
+       int has_monitor_mode;
+       int has_vector_catch;
        
        int reinit_embeddedice;