mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +08:00
Make gdb.base/catch-gdb-caused-signals.exp use gdb_test_stdio
gdb/testsuite/ChangeLog: 2015-07-29 Pedro Alves <palves@redhat.com> * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
This commit is contained in:
parent
452397af30
commit
2051d61f76
@ -1,3 +1,7 @@
|
||||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
|
||||
|
||||
2015-07-29 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
|
||||
|
@ -59,5 +59,5 @@ if ![target_info exists gdb,noinferiorio] {
|
||||
# Also test with dprintf since the original bug was noticed using dprintf.
|
||||
gdb_test "dprintf $dp_location,\"testdprintf\\n\"" "Dprintf .*"
|
||||
|
||||
gdb_test "continue" "testdprintf.*"
|
||||
gdb_test_stdio "continue" "testdprintf"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user