* arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
[deliverable/binutils-gdb.git] / gdb / arm-tdep.h
index 60bcf01582c166bb41c18102ee9e41a9dff15864..85d9e4fb0cec5c75203ca66e362cbcd30781f706 100644 (file)
@@ -123,6 +123,10 @@ struct gdbarch_tdep
   const char *abi_name;                /* Name of the above.  */
   CORE_ADDR lowest_pc;         /* Lowest address at which instructions 
                                   will appear.  */
+  const char *arm_breakpoint;
+  int arm_breakpoint_size;
+  const char *thumb_breakpoint;
+  int thumb_breakpoint_size;
 };
 
 #ifndef LOWEST_PC
This page took 0.025491 seconds and 4 git commands to generate.