]> git.sur5r.net Git - openocd/blobdiff - src/target/armv4_5.h
xscale: use register_commands()
[openocd] / src / target / armv4_5.h
index 49314554ddc8f5d75a2b66e154eb0975335bf885..7a6cb61865d52f98db6304ca955fda4b03b89ddc 100644 (file)
@@ -101,6 +101,12 @@ struct arm
        /** Flag reporting unavailability of the BKPT instruction. */
        bool is_armv4;
 
+       /** Backpointer to the target. */
+       struct target *target;
+
+       /** Handle for the debug module, if one is present. */
+       struct arm_dpm *dpm;
+
        /** Handle for the Embedded Trace Module, if one is present. */
        struct etm_context *etm;