gdb/testsuite:

* gdb.base/info-os.exp: Resume the inferior until it exits.
This commit is contained in:
Yao Qi 2012-10-23 15:49:11 +00:00
parent 38a69d0a4d
commit 545f743d64
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-10-23 Yao Qi <yao@codesourcery.com>
* gdb.base/info-os.exp: Resume the inferior until it exits.
2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
* gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.

View File

@ -176,4 +176,4 @@ expect_multiline "info os msg" "$msgkey +$msqid +666 .*" "get message queues"
# The SysV IPC primitives linger on after the creating process is killed
# unless they are destroyed explicitly, so allow the test program to tidy
# up after itself.
send_gdb "continue\n"
gdb_test "continue" "exited.*"