From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30307 invoked by alias); 28 Jul 2014 21:27:43 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 30291 invoked by uid 89); 28 Jul 2014 21:27:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_DNS_FOR_FROM,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mailuogwdur.emc.com Received: from mailuogwdur.emc.com (HELO mailuogwdur.emc.com) (128.221.224.79) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 28 Jul 2014 21:27:37 +0000 Received: from maildlpprd53.lss.emc.com (maildlpprd53.lss.emc.com [10.106.48.157]) by mailuogwprd54.lss.emc.com (Sentrion-MTA-4.3.0/Sentrion-MTA-4.3.0) with ESMTP id s6SLRWCL025820 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Jul 2014 17:27:34 -0400 X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd54.lss.emc.com s6SLRWCL025820 X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd54.lss.emc.com s6SLRWCL025820 Received: from mailsyshubprd51.lss.emc.com (mailsyshubprd51.lss.emc.com [10.106.48.26]) by maildlpprd53.lss.emc.com (RSA Interceptor); Mon, 28 Jul 2014 17:27:21 -0400 Received: from usendtaylorx2l.lss.emc.com (usendtaylorx2l.lss.emc.com [10.243.10.188]) by mailsyshubprd51.lss.emc.com (Sentrion-MTA-4.3.0/Sentrion-MTA-4.3.0) with ESMTP id s6SLRK7v011625; Mon, 28 Jul 2014 17:27:21 -0400 Received: by usendtaylorx2l.lss.emc.com (Postfix, from userid 26043) id 953455D0CEB; Mon, 28 Jul 2014 17:27:19 -0400 (EDT) Received: from usendtaylorx2l (localhost [127.0.0.1]) by usendtaylorx2l.lss.emc.com (Postfix) with ESMTP id 0464C5D09A5; Mon, 28 Jul 2014 17:27:19 -0400 (EDT) From: David Taylor To: gdb@sourceware.org cc: Eli Zaretskii Subject: qTStatus response Date: Mon, 28 Jul 2014 21:27:00 -0000 Message-ID: <25817.1406582838@usendtaylorx2l> X-RSA-Classifications: DLM_1, public X-Sentrion-Hostname: mailuogwprd54.lss.emc.com X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00031.txt.bz2 In the description of qTStatus, the GDB manual says in part The reply has the form: `Trunning[;field]...' In the listing of possible 'values' for 'running', tfull is omitted, but it is one of the values that GDB scans for and recognizes. For 'field', starttime, stoptime, username, and notes are omitted. For username and notes, the format is username:hex-encoded-text notes:hex-encoded-text where the hex-encoded-text is the content that was previously sent to the remote target by a GDB.