add HAVE_CONTINUABLE_WATCHPOINT to target_ops
This commit is contained in:
parent
f46169db7a
commit
7df1a32481
9 changed files with 25 additions and 12 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue