diff options
author | Daniel Jacobowitz <dan@debian.org> | 2004-01-17 21:56:12 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2004-01-17 21:56:12 +0000 |
commit | 8c32f37b328f5c42ed44cc5931c0640ba4a8d9d8 (patch) | |
tree | 7d2ac06b66daf181dac5fb413d365c7f819dfbd8 /gdb/target.h | |
parent | ec236f4740816b28ba58f5f136097563b396c5a8 (diff) | |
download | gdb-8c32f37b328f5c42ed44cc5931c0640ba4a8d9d8.tar.gz |
* 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 21956df9dd9..8894ac6ab9a 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 |