mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 16:57:52 +00:00
add HAVE_CONTINUABLE_WATCHPOINT to target_ops
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user