2008-09-04 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / gdb.exp
index 3761d7a170343ae7ce74481f30c944a1afcdc7ec..3fbd97f158d563c97d3a4f732157ce67a026c8d4 100644 (file)
@@ -456,7 +456,7 @@ proc gdb_continue_to_breakpoint {name {location_pattern .*}} {
 
     send_gdb "continue\n"
     gdb_expect {
-       -re "Breakpoint .* at $location_pattern\r\n$gdb_prompt $" {
+       -re "Breakpoint .* (at|in) $location_pattern\r\n$gdb_prompt $" {
            pass $full_name
        }
        -re ".*$gdb_prompt $" {
This page took 0.031393 seconds and 4 git commands to generate.