mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
Committed by Mark Kettenis <kettenis@gnu.org>.
* config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define.
This commit is contained in:
parent
226361c452
commit
50cca7bbe8
@ -1,3 +1,10 @@
|
||||
2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||
|
||||
Committed by Mark Kettenis <kettenis@gnu.org>.
|
||||
|
||||
* config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
|
||||
Define.
|
||||
|
||||
2004-02-18 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
|
||||
|
@ -47,6 +47,7 @@ extern int s390_remove_watchpoint (CORE_ADDR addr, int len);
|
||||
|
||||
#define TARGET_HAS_HARDWARE_WATCHPOINTS
|
||||
#define TARGET_CAN_USE_HARDWARE_WATCHPOINT(type, cnt, ot) 1
|
||||
#define TARGET_REGION_OK_FOR_HW_WATCHPOINT(addr, len) 1
|
||||
#define HAVE_CONTINUABLE_WATCHPOINT 1
|
||||
|
||||
#define STOPPED_BY_WATCHPOINT(w) \
|
||||
|
Loading…
Reference in New Issue
Block a user