gdb/testsuite/
* gdb.server/server-kill.exp: Use command 'tstatus' instead of 'step'.
This commit is contained in:
parent
dcd7e9d6a5
commit
4bd05f2493
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user