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/target.h | |
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/target.h')
-rw-r--r-- | gdb/target.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gdb/target.h b/gdb/target.h index 21956df..8894ac6 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1,7 +1,7 @@ /* Interface between GDB and target environments, including files and processes Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by John Gilmore. @@ -1084,13 +1084,6 @@ extern void (*target_new_objfile_hook) (struct objfile *); (*current_target.to_stopped_data_address) () #endif -/* If defined, then we need to decr pc by this much after a hardware break- - point. Presumably this overrides DECR_PC_AFTER_BREAK... */ - -#ifndef DECR_PC_AFTER_HW_BREAK -#define DECR_PC_AFTER_HW_BREAK 0 -#endif - /* Sometimes gdb may pick up what appears to be a valid target address from a minimal symbol, but the value really means, essentially, "This is an index into a table which is populated when the inferior |