aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-26 14:13:24 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-26 14:13:24 +0000
commit0d0266c631018f5eecc0486d1d83fdeffe08faac (patch)
tree12cdcc79d32a8345915e1264f644d558a216d418 /gdb/mips-tdep.h
parent3e3b46e5c8d9d578ea136983b5dd1de82dbff86b (diff)
2004-10-26 Andrew Cagney <cagney@gnu.org>
* mips-tdep.h (mips_software_single_step): Move to here ... * config/mips/tm-mips.h: ... from here. * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P) (SOFTWARE_SINGLE_STEP): Delete. * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
Diffstat (limited to 'gdb/mips-tdep.h')
-rw-r--r--gdb/mips-tdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/mips-tdep.h b/gdb/mips-tdep.h
index a28f7297eb..67d8cd855c 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 */