Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Fix wp-replication.exp for targets that provide only 1 hw watchpoint
@ 2013-05-24  3:19 Edjunior Barbosa Machado
  2013-05-24  3:26 ` Edjunior Barbosa Machado
  0 siblings, 1 reply; 5+ messages in thread
From: Edjunior Barbosa Machado @ 2013-05-24  3:19 UTC (permalink / raw)
  To: gdb-patches; +Cc: lgustavo

Thanks,
--
Edjunior

gdb/testsuite/ChangeLog
2013-05-24  Edjunior Barbosa Machado  <emachado@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
@@ -78,6 +78,10 @@ while { $done == 0 } {
     }
   }
 
+  if { $done == 1 } {
+    break
+  }
+
   gdb_test_multiple "continue" "watchpoint created successfully" {
     -re ".*Breakpoint 2, empty_cycle \\(\\).*$gdb_prompt $" {
       incr hwatch_count
-- 
1.7.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-05-24 14:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-24  3:19 [PATCH] Fix wp-replication.exp for targets that provide only 1 hw watchpoint Edjunior Barbosa Machado
2013-05-24  3:26 ` Edjunior Barbosa Machado
2013-05-24  7:32   ` Luis Machado
2013-05-24  8:11     ` Luis Machado
2013-05-24 14:03       ` Edjunior Barbosa Machado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox