24 May 2013 05:19
[PATCH] Fix wp-replication.exp for targets that provide only 1 hw watchpoint
Edjunior Barbosa Machado <emachado <at> linux.vnet.ibm.com>
2013-05-24 03:19:21 GMT
2013-05-24 03:19:21 GMT
Thanks,
--
Edjunior
gdb/testsuite/ChangeLog
2013-05-24 Edjunior Barbosa Machado <emachado <at> linux.vnet.ibm.com>
* gdb.threads/wp-replication.exp: Fix accounting of hardware watchpoints
on targets that provide only one hw watchpoint.
---
gdb/testsuite/gdb.threads/wp-replication.exp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/gdb/testsuite/gdb.threads/wp-replication.exp b/gdb/testsuite/gdb.threads/wp-replication.exp
index 8927a43..f73b763 100644
--- a/gdb/testsuite/gdb.threads/wp-replication.exp
+++ b/gdb/testsuite/gdb.threads/wp-replication.exp
<at> <at> -78,6 +78,10 <at> <at> while { $done == 0 } {
}
}
+ if { $done == 1 } {
+ break
+ }
+
gdb_test_multiple "continue" "watchpoint created successfully" {
-re ".*Breakpoint 2, empty_cycle \\(\\).*$gdb_prompt $" {
incr hwatch_count
--
--
(Continue reading)
RSS Feed