diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-11-27 16:12:00 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2009-11-27 16:12:00 +0000 |
commit | b179846202c8d5ce5742fea55f8d1f181463740e (patch) | |
tree | b08976f02ea1b763d6413236d3f37aa5b6f90c1e /gdb/ChangeLog | |
parent | 1b536f04b94ca3e7821a151553397d04a789aa54 (diff) | |
download | gdb-b179846202c8d5ce5742fea55f8d1f181463740e.zip gdb-b179846202c8d5ce5742fea55f8d1f181463740e.tar.gz gdb-b179846202c8d5ce5742fea55f8d1f181463740e.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 64b8603..a23f2ba 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-11-27 Ulrich Weigand <uweigand@de.ibm.com> + + * s390-nat.c (s390_can_use_hw_breakpoint): Only support breakpoints + of type bp_hardware_watchpoint. + 2009-11-27 Joel Brobecker <brobecker@adacore.com> * ada-lang.c: Apply some corrections to the previous comment addition. |