PR symtab/2161
[deliverable/binutils-gdb.git] / gdb / mips-tdep.h
index a0bafa324cc2aaa2ff54e0b6a090a01660cc8c03..3e5ca4403a42c9dd78c341b8853e72cb4b8309de 100644 (file)
@@ -58,12 +58,7 @@ struct mips_regnum
 };
 extern const struct mips_regnum *mips_regnum (struct gdbarch *gdbarch);
 
-/* 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
 {
@@ -100,7 +95,7 @@ enum
 };
 
 /* Single step based on where the current instruction will take us.  */
-extern void mips_software_single_step (enum target_signal, int);
+extern int mips_software_single_step (struct frame_info *frame);
 
 /* Tell if the program counter value in MEMADDR is in a MIPS16
    function.  */
This page took 0.023584 seconds and 4 git commands to generate.