diff options
author | Pedro Alves <palves@redhat.com> | 2009-04-02 22:40:10 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-04-02 22:40:10 +0000 |
commit | f4b95f6ffd67628f45e8a0cc98df6c64c022d0a1 (patch) | |
tree | 2094b4a57721158069a48cee38812cd4b4e54878 /gdb/testsuite/gdb.server | |
parent | de40b933e2a58bdd085dc97f9189ca4cc2026220 (diff) | |
download | binutils-gdb-f4b95f6ffd67628f45e8a0cc98df6c64c022d0a1.tar.gz |
* gdb.server/ext-attach.exp: Expect an optional process id after
"Detached from remote process".
Diffstat (limited to 'gdb/testsuite/gdb.server')
-rw-r--r-- | gdb/testsuite/gdb.server/ext-attach.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.server/ext-attach.exp b/gdb/testsuite/gdb.server/ext-attach.exp index 577c75ace6c..736fc3db557 100644 --- a/gdb/testsuite/gdb.server/ext-attach.exp +++ b/gdb/testsuite/gdb.server/ext-attach.exp @@ -66,7 +66,7 @@ gdb_test "attach $testpid" "Attached to.*" \ "attach to remote program 1" gdb_test "backtrace" ".*main.*" "backtrace 1" -gdb_test "detach" "Detached from remote process\\." +gdb_test "detach" "Detached from remote process.*\\." gdb_test "backtrace" "No stack\\." "backtrace with no program" gdb_test "attach $testpid" "Attached to.*" \ |