Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] fix break-always test
@ 2009-05-29 23:44 Michael Snyder
  2009-05-29 23:56 ` Pedro Alves
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Snyder @ 2009-05-29 23:44 UTC (permalink / raw)
  To: vladimir, gdb-patches

[-- Attachment #1: Type: text/plain, Size: 61 bytes --]

"set breakpoint always" does not accept "1", it wants "on".


[-- Attachment #2: always.txt --]
[-- Type: text/plain, Size: 687 bytes --]

2009-05-29  Michael Snyder  <msnyder@vmware.com>

	* gdb.base/break-always.exp: Change "1" to "on".

Index: gdb.base/break-always.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/break-always.exp,v
retrieving revision 1.2
diff -u -p -r1.2 break-always.exp
--- gdb.base/break-always.exp	3 Jan 2009 05:58:03 -0000	1.2
+++ gdb.base/break-always.exp	29 May 2009 23:41:24 -0000
@@ -21,7 +21,7 @@ if { [prepare_for_testing break-always.e
 
 set bar_location [gdb_get_line_number "break in bar" break-always.c]
 
-gdb_test "set breakpoint always-inserted 1" ""
+gdb_test "set breakpoint always-inserted on" ""
 
 runto foo
 

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

end of thread, other threads:[~2009-06-01 19:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-29 23:44 [PATCH] fix break-always test Michael Snyder
2009-05-29 23:56 ` Pedro Alves
2009-06-01 19:24   ` Michael Snyder

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