From: tausq Date: Mon, 7 Jun 2004 15:24:44 +0000 (+0000) Subject: 2004-06-07 Randolph Chung X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3aa4914a0555c3432fbb8632fc438dfaf3e53819;p=pf3gnuchains%2Fsourceware.git 2004-06-07 Randolph Chung * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior has started. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0590ee9fdc..20f5d5419a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-06-07 Randolph Chung + + * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior + has started. + 2004-06-04 Roland McGrath Fix PR gdb/1647. diff --git a/gdb/testsuite/gdb.base/shlib-call.exp b/gdb/testsuite/gdb.base/shlib-call.exp index 4205253e2f..26a6556464 100644 --- a/gdb/testsuite/gdb.base/shlib-call.exp +++ b/gdb/testsuite/gdb.base/shlib-call.exp @@ -291,17 +291,17 @@ send_gdb "set width 0\n" ; gdb_expect -re "$gdb_prompt $" # PR's 16495, 18213 # test that we can re-set breakpoints in shared libraries -gdb_breakpoint "shr1" +gdb_breakpoint "shr1" "allow-pending" # FIXME: should not send "run" explicitly. Non-portable. if ![is_remote target] { - gdb_test "run" "Starting program:.*Breakpoint 1,.*" \ + gdb_test "run" "Starting program:.*Breakpoint .,.*" \ "run to bp in shared library" gdb_test "cont" ".*Program exited normally..*" - gdb_test "run" "Starting program:.*Breakpoint 1,.*" \ + gdb_test "run" "Starting program:.*Breakpoint .,.*" \ "re-run to bp in shared library (PR's 16495, 18213)" gdb_test "cont" ".*Program exited normally..*"