add HAVE_CONTINUABLE_WATCHPOINT to target_ops

This commit is contained in:
Kris Warkentin
2003-02-24 21:56:51 +00:00
parent f46169db7a
commit 7df1a32481
9 changed files with 25 additions and 12 deletions

View File

@@ -226,13 +226,6 @@ a command like `return' or `jump' to continue execution.");
#define HAVE_STEPPABLE_WATCHPOINT 1
#endif
#ifndef HAVE_CONTINUABLE_WATCHPOINT
#define HAVE_CONTINUABLE_WATCHPOINT 0
#else
#undef HAVE_CONTINUABLE_WATCHPOINT
#define HAVE_CONTINUABLE_WATCHPOINT 1
#endif
#ifndef CANNOT_STEP_HW_WATCHPOINTS
#define CANNOT_STEP_HW_WATCHPOINTS 0
#else