diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/tm-linux.h | 5 | ||||
-rw-r--r-- | gdb/config/mips/tm-mips.h | 3 |
2 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/mips/tm-linux.h b/gdb/config/mips/tm-linux.h index 7b10e4e..2012fec 100644 --- a/gdb/config/mips/tm-linux.h +++ b/gdb/config/mips/tm-linux.h @@ -39,11 +39,6 @@ #include "config/tm-linux.h" -/* We do single stepping in software. */ - -#define SOFTWARE_SINGLE_STEP_P() 1 -#define SOFTWARE_SINGLE_STEP(sig,bp_p) mips_software_single_step (sig, bp_p) - #undef IN_SOLIB_DYNSYM_RESOLVE_CODE #define IN_SOLIB_DYNSYM_RESOLVE_CODE(PC) mips_linux_in_dynsym_resolve_code (PC) int mips_linux_in_dynsym_resolve_code (CORE_ADDR pc); diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 040ab15..8efb229 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -107,6 +107,3 @@ extern int mips_ignore_helper (CORE_ADDR pc); typedef unsigned long t_inst; /* Integer big enough to hold an instruction */ #endif /* TM_MIPS_H */ - -/* Single step based on where the current instruction will take us. */ -extern void mips_software_single_step (enum target_signal, int); |