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/sparc | |
parent | f46169db7af74c579697433a58ab325ff1e78381 (diff) | |
download | gdb-7df1a32481bceebdcca416187a97c20c12c4a676.zip gdb-7df1a32481bceebdcca416187a97c20c12c4a676.tar.gz gdb-7df1a32481bceebdcca416187a97c20c12c4a676.tar.bz2 |
add HAVE_CONTINUABLE_WATCHPOINT to target_ops
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/nm-sun4sol2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sparc/nm-sun4sol2.h b/gdb/config/sparc/nm-sun4sol2.h index 3cad417..8ad58a1 100644 --- a/gdb/config/sparc/nm-sun4sol2.h +++ b/gdb/config/sparc/nm-sun4sol2.h @@ -51,7 +51,7 @@ /* When a hardware watchpoint fires off the PC will be left at the instruction following the one which caused the watchpoint. It will *NOT* be necessary for GDB to step over the watchpoint. */ -#define HAVE_CONTINUABLE_WATCHPOINT +#define HAVE_CONTINUABLE_WATCHPOINT 1 extern int procfs_stopped_by_watchpoint (ptid_t); #define STOPPED_BY_WATCHPOINT(W) \ |