* config/arm/embed.mt (DEPRECATED_TM_FILE): Set to tm-arm.h.
[deliverable/binutils-gdb.git] / gdb / arm-tdep.h
index e49bc43b6c3bea051ef1db38950d8a7b40ca1c92..29f23283629b296b2f56d3e70275d99393e311c4 100644 (file)
 struct gdbarch;
 struct regset;
 
-/* Register numbers of various important registers.  Note that some of
-   these values are "real" register numbers, and correspond to the
-   general registers of the machine, and some are "phony" register
-   numbers which are too large to be actual register numbers as far as
-   the user is concerned but do serve to get the desired values when
-   passed to read_register.  */
+/* Register numbers of various important registers.  */
 
 enum gdb_regnum {
   ARM_A1_REGNUM = 0,           /* first integer-like argument */
@@ -187,6 +182,8 @@ struct gdbarch_tdep
 #define LOWEST_PC (gdbarch_tdep (current_gdbarch)->lowest_pc)
 #endif
 
+int arm_software_single_step (struct regcache *);
+
 /* Functions exported from armbsd-tdep.h.  */
 
 /* Return the appropriate register set for the core section identified
This page took 0.024439 seconds and 4 git commands to generate.