Change gdbarch software_single_step frame_info to regcache
[deliverable/binutils-gdb.git] / gdb / mips-tdep.h
index 8a870aae01b78e2618bbfde1952a2e046f45cbcf..3b24394d14dcbf0e6ee0107c024fd26a8b6e28a1 100644 (file)
@@ -154,7 +154,7 @@ enum
 };
 
 /* Single step based on where the current instruction will take us.  */
-extern VEC (CORE_ADDR) *mips_software_single_step (struct frame_info *frame);
+extern VEC (CORE_ADDR) *mips_software_single_step (struct regcache *regcache);
 
 /* Strip the ISA (compression) bit off from ADDR.  */
 extern CORE_ADDR mips_unmake_compact_addr (CORE_ADDR addr);
This page took 0.024731 seconds and 4 git commands to generate.