diff options
author | Kris Warkentin <kewarken@qnx.com> | 2003-02-24 21:56:51 +0000 |
---|---|---|
committer | Kris Warkentin <kewarken@qnx.com> | 2003-02-24 21:56:51 +0000 |
commit | 7df1a32481bceebdcca416187a97c20c12c4a676 (patch) | |
tree | 1d9ce8d894b26fd3f89d9cfe2c989cbb8ddfcc0d /gdb/config/i386/nm-i386sco5.h | |
parent | f46169db7af74c579697433a58ab325ff1e78381 (diff) | |
download | ppe42-binutils-7df1a32481bceebdcca416187a97c20c12c4a676.tar.gz ppe42-binutils-7df1a32481bceebdcca416187a97c20c12c4a676.zip |
add HAVE_CONTINUABLE_WATCHPOINT to target_ops
Diffstat (limited to 'gdb/config/i386/nm-i386sco5.h')
-rw-r--r-- | gdb/config/i386/nm-i386sco5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/nm-i386sco5.h b/gdb/config/i386/nm-i386sco5.h index 37a4b16d44..65f317621e 100644 --- a/gdb/config/i386/nm-i386sco5.h +++ b/gdb/config/i386/nm-i386sco5.h @@ -63,7 +63,7 @@ extern int kernel_u_size (void); /* After a watchpoint trap, the PC points to the instruction which caused the trap. But we can continue over it without disabling the trap. */ -#define HAVE_CONTINUABLE_WATCHPOINT +#define HAVE_CONTINUABLE_WATCHPOINT 1 #define HAVE_STEPPABLE_WATCHPOINT #define STOPPED_BY_WATCHPOINT(W) \ |