From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 992 invoked by alias); 9 Apr 2013 12:46:10 -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 983 invoked by uid 89); 9 Apr 2013 12:46:09 -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 na3sys009aog137.obsmtp.com (HELO na3sys009aog137.obsmtp.com) (74.125.149.18) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 09 Apr 2013 12:46:08 +0000 Received: from mx20.qnx.com ([72.1.200.103]) (using TLSv1) by na3sys009aob137.postini.com ([74.125.148.12]) with SMTP ID DSNKUWQNjl3ytTqCy/VR9k2jEioJbtv7XGIV@postini.com; Tue, 09 Apr 2013 05:46:08 PDT Received: by mx20.qnx.com (Postfix, from userid 500) id 5C2AD210F4; Tue, 9 Apr 2013 08:46:06 -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 1E6D220E1B; Tue, 9 Apr 2013 08:46:06 -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:46:05 -0400 Message-ID: <51640D8D.80306@qnx.com> Date: Tue, 09 Apr 2013 15:28: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 , "gdb-patches@sourceware.org" Subject: Re: [patch 6/6] gdbserver build-id attribute generator References: <514C56D4.1060906@qnx.com> <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> In-Reply-To: <20130409112930.GA5005@blade.wire.rat> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-04/txt/msg00221.txt.bz2 On 13-04-09 07:29 AM, Gary Benson wrote: > Aleksandar Ristovski wrote: >> (linux_qxfer_libraries_svr4): Add optional build-id attribute >> to reply XML document. > > 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. I'm happy to do that if necessary. > > Thanks, > Gary > Thank you for your update. I'm sorry for the clash. If there is something obvious I can do in this patch to reduce the clash let me know. BTW, I am not familiar with your patch, if you want you can give me an overview here or offline. Thanks, Aleksandar