* gdb.base/solib-disc.exp: Fix regexps.
This commit is contained in:
parent
5d26827631
commit
484abf42a0
|
@ -1,3 +1,7 @@
|
|||
2012-01-25 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.base/solib-disc.exp: Fix regexps.
|
||||
|
||||
2012-01-24 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* lib/mi-support.exp (mi_expect_stop): Add special case for
|
||||
|
|
|
@ -62,7 +62,7 @@ if ![runto_main] then {
|
|||
|
||||
gdb_test_no_output "set stop-on-solib-events 1"
|
||||
|
||||
gdb_test "continue" "Stopped due to shared library event" "continue to load"
|
||||
gdb_test "continue" "Stopped due to shared library event.*" "continue to load"
|
||||
|
||||
set msg "save \$pc after load"
|
||||
set saved_pc ""
|
||||
|
@ -84,7 +84,7 @@ if { [gdb_reconnect] == 0 } {
|
|||
gdb_test "print/x \$pc" "\\\$$decimal = $saved_pc" "check \$pc after load"
|
||||
|
||||
|
||||
gdb_test "continue" "Stopped due to shared library event" "continue to unload"
|
||||
gdb_test "continue" "Stopped due to shared library event.*" "continue to unload"
|
||||
|
||||
set msg "save \$pc after unload"
|
||||
set saved_pc ""
|
||||
|
|
Loading…
Reference in New Issue