2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / consecutive.exp
index 7dc77c06ddb218714f003b199a7ee7ef4e1f8f1c..6437a4680e2ca2341e850009d88a3faa4db7dce2 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright 2001, 2007, 2008 Free Software Foundation, Inc.
+#   Copyright 2001, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -64,7 +64,7 @@ set stop_addr 0
 
 send_gdb "x /2i \$pc\n"
 gdb_expect {
-    -re "$hex.*${nl}($hex).*$gdb_prompt $" {
+    -re "=> $hex.*${nl}   ($hex).*$gdb_prompt $" {
        set bp_addr $expect_out(1,string)
        pass "get breakpoint address for foo"
     }
This page took 0.024327 seconds and 4 git commands to generate.