diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-01-17 21:56:12 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-01-17 21:56:12 +0000 |
commit | e74f0f0215a82ede8ebc705f84dde6aa5196c277 (patch) | |
tree | 17a2d67e7bb894cbf326ddf7291208272c0fb592 /gdb/config | |
parent | a20cf136551e8eb434434cad4fc6c56e970b9544 (diff) | |
download | gdb-e74f0f0215a82ede8ebc705f84dde6aa5196c277.zip gdb-e74f0f0215a82ede8ebc705f84dde6aa5196c277.tar.gz gdb-e74f0f0215a82ede8ebc705f84dde6aa5196c277.tar.bz2 |
* breakpoint.c (must_shift_inst_regs): Delete.
(bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
and SHIFT_INST_REGS.
* infcmd.c (step_1, step_1_continuation): Delete references to
SHIFT_INST_REGS.
* infrun.c (keep_going): Likewise.
* target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
* config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/nm-i386.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/config/i386/nm-i386.h b/gdb/config/i386/nm-i386.h index 97a7053..88eacc8 100644 --- a/gdb/config/i386/nm-i386.h +++ b/gdb/config/i386/nm-i386.h @@ -1,5 +1,5 @@ /* Native macro definitions for GDB on an Intel i[3456]86. - Copyright 2001 Free Software Foundation, Inc. + Copyright 2001, 2004 Free Software Foundation, Inc. This file is part of GDB. @@ -113,8 +113,6 @@ extern int i386_remove_hw_breakpoint (CORE_ADDR addr, void *shadow); #define target_remove_hw_breakpoint(addr, shadow) \ i386_remove_hw_breakpoint (addr, shadow) -#define DECR_PC_AFTER_HW_BREAK 0 - /* child_post_startup_inferior used to reset all debug registers by calling i386_cleanup_dregs (). */ #define CHILD_POST_STARTUP_INFERIOR |