diff options
Diffstat (limited to 'gdb/mips-tdep.h')
-rw-r--r-- | gdb/mips-tdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/mips-tdep.h b/gdb/mips-tdep.h index a28f729..67d8cd8 100644 --- a/gdb/mips-tdep.h +++ b/gdb/mips-tdep.h @@ -74,5 +74,7 @@ enum { /* Defined in mips-tdep.c and used in remote-mips.c */ extern void deprecated_mips_set_processor_regs_hack (void); +/* Single step based on where the current instruction will take us. */ +extern void mips_software_single_step (enum target_signal, int); #endif /* MIPS_TDEP_H */ |