From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22082 invoked by alias); 24 Jul 2014 21:03:46 -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 22047 invoked by uid 89); 24 Jul 2014 21:03:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,NO_DNS_FOR_FROM,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mailuogwhop.emc.com Received: from mailuogwhop.emc.com (HELO mailuogwhop.emc.com) (168.159.213.141) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 24 Jul 2014 21:03:40 +0000 Received: from maildlpprd04.lss.emc.com (maildlpprd04.lss.emc.com [10.253.24.36]) by mailuogwprd01.lss.emc.com (Sentrion-MTA-4.3.0/Sentrion-MTA-4.3.0) with ESMTP id s6OL3ahJ016739 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 24 Jul 2014 17:03:36 -0400 X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd01.lss.emc.com s6OL3ahJ016739 X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd01.lss.emc.com s6OL3ahJ016739 Received: from mailsyshubprd05.lss.emc.com (mailsyshubprd05.lss.emc.com [10.253.24.23]) by maildlpprd04.lss.emc.com (RSA Interceptor) for ; Thu, 24 Jul 2014 14:03:25 -0700 Received: from usendtaylorx2l.lss.emc.com (usendtaylorx2l.lss.emc.com [10.243.10.188]) by mailsyshubprd05.lss.emc.com (Sentrion-MTA-4.3.0/Sentrion-MTA-4.3.0) with ESMTP id s6OL3PZ6029222 for ; Thu, 24 Jul 2014 17:03:25 -0400 Received: by usendtaylorx2l.lss.emc.com (Postfix, from userid 26043) id BDBB45D04D7; Thu, 24 Jul 2014 17:03:24 -0400 (EDT) Received: from usendtaylorx2l (localhost [127.0.0.1]) by usendtaylorx2l.lss.emc.com (Postfix) with ESMTP id B96475D04C3 for ; Thu, 24 Jul 2014 17:03:24 -0400 (EDT) From: David Taylor To: gdb@sourceware.org Subject: trace state variables -- remote protocol Date: Thu, 24 Jul 2014 21:03:00 -0000 Message-ID: <13630.1406235804@usendtaylorx2l> X-RSA-Classifications: public X-Sentrion-Hostname: mailuogwprd01.lss.emc.com X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00024.txt.bz2 A minor documentation nit -- I am looking into implementing trace state variables for our new GDB stub and noticed a discrepancy between the documentation and the code. In the documentation the QTDV message is described as having two fields QTDV:n:value where 'n' is the trace state variable number and 'value' is its value. Looking at the code in GDB, it should be: QTDV:n:value:builtin:name where n is the trace state variable number value is its value builtin is a boolean -- is it builtin to the stub or not name is a string David -- David Taylor dtaylor at emc dot com