From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27990 invoked by alias); 8 Oct 2012 13:54:20 -0000 Received: (qmail 27975 invoked by uid 22791); 8 Oct 2012 13:54:16 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Oct 2012 13:54:09 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1TLDmZ-00013b-8Q from Dmitry_Kozlov@mentor.com ; Mon, 08 Oct 2012 06:54:07 -0700 Received: from SVR-IES-FEM-02.mgc.mentorg.com ([137.202.0.106]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 8 Oct 2012 06:54:07 -0700 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-02.mgc.mentorg.com (137.202.0.106) with Microsoft SMTP Server id 14.1.289.1; Mon, 8 Oct 2012 14:54:04 +0100 Message-ID: <5072DAF9.6030909@mentor.com> Date: Mon, 08 Oct 2012 13:54:00 -0000 From: Dmitry Kozlov User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: Tom Tromey CC: , "'Stan_Shebs@mentor.com'" , Vladimir Prus Subject: Re: PATCH fix start-time and stop-time in trace-status References: <506444DD.9040503@mentor.com> <87d317wlaa.fsf@fleche.redhat.com> In-Reply-To: <87d317wlaa.fsf@fleche.redhat.com> 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: 2012-10/txt/msg00132.txt.bz2 Hi Tom, I have posted revised patch (http://sourceware.org/ml/gdb-patches/2012-10/msg00005.html), could you approve it if you don't have any other objections. Thank you, Dmitry On 09/27/2012 07:14 PM, Tom Tromey wrote: >>>>>> "Dmitry" == Dmitry Kozlov writes: > Dmitry> +char *unpack_ulongest (char *buff, ULONGEST *result); > > I think you could use the existing strtoulst rather than introducing a > new function. > > Tom