From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27551 invoked by alias); 15 Mar 2010 18:58:23 -0000 Received: (qmail 27542 invoked by uid 22791); 15 Mar 2010 18:58:22 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Mar 2010 18:58:15 +0000 Received: (qmail 23212 invoked from network); 15 Mar 2010 18:58:13 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 15 Mar 2010 18:58:13 -0000 Message-ID: <4B9E8340.60605@codesourcery.com> Date: Mon, 15 Mar 2010 18:58:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Pedro Alves CC: gdb-patches@sourceware.org, Stan Shebs , Vladimir Prus Subject: Re: [MI tracepoints 4/9] -trace-start/end/status References: <201003141154.07272.vladimir@codesourcery.com> <201003151846.05739.pedro@codesourcery.com> In-Reply-To: <201003151846.05739.pedro@codesourcery.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00556.txt.bz2 Pedro Alves wrote: > Hmmm, I don't see any of the qTStatus optional fields described > anywhere in manual. Stan? Am I just looking at the wrong > place? > I was holding off until things were "more done" - there was a period where it seemed like we were getting weekly requests for additions. :-) I'm about to post the circular trace buffer patch, which is one of the ones that adds an additional status field. I'll add docs to that one. Stan