From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1020 invoked by alias); 6 Jan 2010 19:23:50 -0000 Received: (qmail 1003 invoked by uid 22791); 6 Jan 2010 19:23:48 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS 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; Wed, 06 Jan 2010 19:23:44 +0000 Received: (qmail 8579 invoked from network); 6 Jan 2010 19:23:43 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 6 Jan 2010 19:23:43 -0000 Message-ID: <4B44E339.1050407@codesourcery.com> Date: Wed, 06 Jan 2010 19:23:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Eli Zaretskii CC: Stan Shebs , gdb-patches@sourceware.org Subject: Re: [PATCH] Disconnected tracing References: <4B441D89.6030902@codesourcery.com> <833a2jcbtw.fsf@gnu.org> In-Reply-To: <833a2jcbtw.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; 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-01/txt/msg00120.txt.bz2 Eli Zaretskii wrote: >> + that define tracepoints. (FIXME add detailed syntax) >> > > When will this FIXME be taken care of? > Two weeks or so, I think. To be a little less mysterious about it, I ended up designing a unified syntax for tracepoint/tsv downloads, uploads, and file storage. Not a drastic change, basically the existing parameter lists to QTDP/QTDV, but defined more independently of remote protocol. Stan