gdb/testsuite/

* gdb.server/server-kill.exp: Use command 'tstatus' instead of
	'step'.
This commit is contained in:
Yao Qi 2013-04-04 02:16:04 +00:00
parent dcd7e9d6a5
commit 4bd05f2493
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-04-04 Yao Qi <yao@codesourcery.com>
* gdb.server/server-kill.exp: Use command 'tstatus' instead of
'step'.
2013-04-03 Yao Qi <yao@codesourcery.com>
* gdb.trace/mi-traceframe-changed.exp: Update tfile name to

View File

@ -40,4 +40,6 @@ delete_breakpoints
set server_pid [exp_pid -i [board_info target fileid]]
remote_exec target "kill -9 $server_pid"
gdb_test "step" "Remote connection closed"
# Force GDB to talk with GDBserver, so that we can get the
# "connection closed" error.
gdb_test "tstatus" "Remote connection closed"