Enable qTStatus packet in case it is disabled
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.server / server-kill.exp
index 83c11f2d0d4885c7d2700c904da0da5e0f2cc2a2..53d8e9a07c18be1a7e1bc5357d8ec9d2934f8132 100644 (file)
@@ -52,6 +52,11 @@ if {$server_pid == "" } {
 
 remote_exec target "kill -9 $server_pid"
 
+# Enable trace status packet which is disabled after the connection
+# if the remote target doesn't support tracepoint at all.  Otherwise,
+# no RSP packet is sent out.
+gdb_test_no_output "set remote trace-status-packet on"
+
 # Force GDB to talk with GDBserver, so that we can get the
 # "connection closed" error.
 gdb_test "tstatus" {Remote connection closed|Remote communication error\.  Target disconnected\.: Connection reset by peer\.}
This page took 0.024339 seconds and 4 git commands to generate.