From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2044 invoked by alias); 9 Apr 2013 12:47:26 -0000 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 Received: (qmail 2034 invoked by uid 89); 9 Apr 2013 12:47:26 -0000 X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham version=3.3.1 Received: from na3sys009aog123.obsmtp.com (HELO na3sys009aog123.obsmtp.com) (74.125.149.149) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 09 Apr 2013 12:47:25 +0000 Received: from mx20.qnx.com ([72.1.200.103]) (using TLSv1) by na3sys009aob123.postini.com ([74.125.148.12]) with SMTP ID DSNKUWQN21Oj6gz9nFHMSdu31xSKR03/dMwG@postini.com; Tue, 09 Apr 2013 05:47:25 PDT Received: by mx20.qnx.com (Postfix, from userid 500) id EB0BB210F4; Tue, 9 Apr 2013 08:47:22 -0400 (EDT) Received: from exhts.ott.qnx.com (exch2 [10.222.2.136]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx20.qnx.com (Postfix) with ESMTPS id C2DBF20E14; Tue, 9 Apr 2013 08:47:22 -0400 (EDT) Received: from [10.222.96.215] (10.222.2.5) by EXCH2.ott.qnx.com (10.222.2.136) with Microsoft SMTP Server (TLS) id 14.2.318.4; Tue, 9 Apr 2013 08:47:22 -0400 Message-ID: <51640DDA.3090204@qnx.com> Date: Tue, 09 Apr 2013 15:29:00 -0000 From: Aleksandar Ristovski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: Jan Kratochvil CC: "gdb-patches@sourceware.org" , Gary Benson Subject: Re: [patch 6/6] gdbserver build-id attribute generator References: <20130326204157.GC12291@host2.jankratochvil.net> <51530465.30503@qnx.com> <20130327145028.GA17905@host2.jankratochvil.net> <515353CF.40601@qnx.com> <5154ADD2.9040206@qnx.com> <20130331174322.GB21374@host2.jankratochvil.net> <515B05D8.1000003@qnx.com> <20130403193258.GA9853@host2.jankratochvil.net> <515ECB30.5010504@qnx.com> <20130409112930.GA5005@blade.wire.rat> <20130409114245.GA14179@host2.jankratochvil.net> In-Reply-To: <20130409114245.GA14179@host2.jankratochvil.net> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-04/txt/msg00222.txt.bz2 On 13-04-09 07:42 AM, Jan Kratochvil wrote: > On Tue, 09 Apr 2013 13:29:31 +0200, Gary Benson wrote: >> For the record this is the only part of your patchset that clashes >> with the gdbserver work I'm doing. It's not an *awful* clash, but >> it will require a manual merge. > > It's not just about technical patch clash but rather a possible for example > runtime performance regression applying both patches together. But I do not > know your (Gary's) patch to say more. I will be posting new patchset (in a new thread) today, and we can discuss more to see what is the impact. Thanks, Aleksandar