forked from Imagelibrary/binutils-gdb
gdb/
* s390-nat.c (s390_can_use_hw_breakpoint): Only support breakpoints of type bp_hardware_watchpoint. gdb/testsuite/ * gdb.base/hbreak.exp: Disable for s390*-*-* targets. * gdb.base/watchpoint-hw-hit-once.exp: Likewise. * gdb.threads/watchthreads-reorder.exp: Likewise.
This commit is contained in:
@@ -380,7 +380,7 @@ s390_remove_watchpoint (CORE_ADDR addr, int len, int type)
|
||||
static int
|
||||
s390_can_use_hw_breakpoint (int type, int cnt, int othertype)
|
||||
{
|
||||
return 1;
|
||||
return type == bp_hardware_watchpoint;
|
||||
}
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user