From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31741 invoked by alias); 18 Nov 2008 21:23:06 -0000 Received: (qmail 31713 invoked by uid 22791); 18 Nov 2008 21:23:05 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 18 Nov 2008 21:22:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8A72F2A9661; Tue, 18 Nov 2008 16:22:28 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QU2RLoabmAr2; Tue, 18 Nov 2008 16:22:28 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 70E3F2A9675; Tue, 18 Nov 2008 16:22:26 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 358B1E7ACD; Tue, 18 Nov 2008 16:22:21 -0500 (EST) Date: Wed, 19 Nov 2008 11:37:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [RFC] output remote protocol timestamps with "set debug remote" Message-ID: <20081118212221.GC3838@adacore.com> References: <200811141850.28537.pedro@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200811141850.28537.pedro@codesourcery.com> User-Agent: Mutt/1.4.2.2i 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: 2008-11/txt/msg00483.txt.bz2 > ... to enable timestamps, you do "set debug remote 2". level 1 > still outputs the same as usual. [...] > WDYT? Sounds like a very useful feature to me. And since I was at it, I had a quick look at the code, which looks fine. I'm in favor. > 2008-11-14 Pedro Alves > > * remote.c (remote_vlog, remote_log): New. > (putpkt_binary, getpkt_sane): Use remote_log. -- Joel