From: Michael Snyder Date: Fri, 4 Jun 2010 23:09:15 +0000 (+0000) Subject: 2010-06-04 Michael Snyder X-Git-Tag: gdb_7_2-2010-07-07-branchpoint~331 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfb88a23362dcc3945486656dc6f9870bdce7519;p=platform%2Fupstream%2Fbinutils.git 2010-06-04 Michael Snyder * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 595ab9f..d0bb484 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,6 +1,7 @@ 2010-06-04 Michael Snyder - * 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. diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp index fdea642..bc7d4eb 100644 --- a/gdb/testsuite/gdb.base/attach.exp +++ b/gdb/testsuite/gdb.base/attach.exp @@ -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}"