mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
2010-06-04 Michael Snyder <msnyder@vmware.com>
* gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
2010-06-04 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* gdb.base/pending.exp: Replace gdb_test_multiple with gdb_test.
|
||||
* gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
|
||||
* gdb.base/pending.exp: Ditto.
|
||||
|
||||
* gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
|
||||
|
||||
|
@ -309,11 +309,11 @@ proc do_attach_tests {} {
|
||||
"attach when process' a.out not in cwd"
|
||||
|
||||
set test "after attach3, exit"
|
||||
gdb_test_multiple "kill" "$test" {
|
||||
-re "Kill the program being debugged.*y or n. $" {
|
||||
gdb_test "y" "" "$test"
|
||||
}
|
||||
}
|
||||
gdb_test "kill" \
|
||||
"" \
|
||||
"$test" \
|
||||
"Kill the program being debugged.*y or n. $" \
|
||||
"y"
|
||||
|
||||
# Another "don't leave a process around"
|
||||
remote_exec build "kill -9 ${testpid}"
|
||||
|
Reference in New Issue
Block a user