diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-31 17:38:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-31 17:38:16 +0000 |
commit | 3352ef37c28505dc3b970e81705977955830eb83 (patch) | |
tree | 324c0600169169c5dbe6e7057b73f38a8720e50a /gdb/config | |
parent | 2440b685a76ca2758eb810a305e6a903805fe199 (diff) | |
download | gdb-3352ef37c28505dc3b970e81705977955830eb83.zip gdb-3352ef37c28505dc3b970e81705977955830eb83.tar.gz gdb-3352ef37c28505dc3b970e81705977955830eb83.tar.bz2 |
2004-10-31 Orjan Friberg <organ.friberg@axis.com>
Andrew Cagney <cagney@gnu.org>
* gdbarch.sh (single_step_through_delay): Add.
* gdbarch.h, gdbarch.c: Re-generate.
* config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
(mips_step_skips_delay): Delete.
* mips-tdep.c (mips_single_step_through_delay): Replace
mips_step_skips_delay.
(mips_gdbarch_init): Set single_step_through_delay.
(mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 0830342..09af61d 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -33,12 +33,6 @@ struct symbol; struct type; struct value; -/* Return non-zero if PC points to an instruction which will cause a step - to execute both the instruction at PC and an instruction at PC+4. */ -extern int mips_step_skips_delay (CORE_ADDR); -#define STEP_SKIPS_DELAY_P (1) -#define STEP_SKIPS_DELAY(pc) (mips_step_skips_delay (pc)) - /* Special symbol found in blocks associated with routines. We can hang mdebug_extra_func_info's off of this. */ |