PR gdb/15275
	* remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
+2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
+
+       PR gdb/15275
+       * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
+
 2013-03-27  Pedro Alves  <palves@redhat.com>
 
        * top.c (history_size): Rename to ...
 
 
   trace_regblock_size = get_remote_arch_state ()->sizeof_g_packet;
 
-  putpkt ("qTStatus");
-
   TRY_CATCH (ex, RETURN_MASK_ERROR)
     {
+      putpkt ("qTStatus");
       p = remote_get_noisy_reply (&target_buf, &target_buf_size);
     }
   if (ex.reason < 0)