diff options
author | Kung Hsu <kung@cygnus> | 1994-03-10 03:11:19 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1994-03-10 03:11:19 +0000 |
commit | 0906de694fd64cb2c5a203dfad9a4bf920dc9317 (patch) | |
tree | 061a06eb0520ae0e7275f818889bec72945082b1 /gdb | |
parent | d7fb4531821193bd3a57455c59625864f5314dee (diff) | |
download | gdb-0906de694fd64cb2c5a203dfad9a4bf920dc9317.zip gdb-0906de694fd64cb2c5a203dfad9a4bf920dc9317.tar.gz gdb-0906de694fd64cb2c5a203dfad9a4bf920dc9317.tar.bz2 |
CVS:
Modified Files:
tm-i386os9k.h
* config/i386/tm-i386os9k.h : add #define DECR_PC_AFTER_BREAK 0.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/i386/tm-i386os9k.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/config/i386/tm-i386os9k.h b/gdb/config/i386/tm-i386os9k.h index 4024195..a21e5d6 100644 --- a/gdb/config/i386/tm-i386os9k.h +++ b/gdb/config/i386/tm-i386os9k.h @@ -1,7 +1,6 @@ /* Macro definitions for i386 running under BSD Unix. Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc. -This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,6 +37,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ } #define DATABASE_REG 3 /* ebx */ +#undef DECR_PC_AFTER_BREAK +#define DECR_PC_AFTER_BREAK 0 /* On 386 bsd, sigtramp is above the user stack and immediately below the user area. Using constants here allows for cross debugging. |