From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15268 invoked by alias); 22 Apr 2015 13:41:51 -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 15254 invoked by uid 89); 22 Apr 2015 13:41:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: out4-smtp.messagingengine.com Received: from out4-smtp.messagingengine.com (HELO out4-smtp.messagingengine.com) (66.111.4.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 22 Apr 2015 13:41:50 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 363BA207B2 for ; Wed, 22 Apr 2015 09:41:48 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Wed, 22 Apr 2015 09:41:48 -0400 Received: from [192.168.1.102] (unknown [86.141.129.242]) by mail.messagingengine.com (Postfix) with ESMTPA id CF073C00013 for ; Wed, 22 Apr 2015 09:41:47 -0400 (EDT) Message-ID: <5537A51A.6040307@dronecode.org.uk> Date: Wed, 22 Apr 2015 13:41:00 -0000 From: Jon TURNEY User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [PATCH] Find debug symbols file by buildid for PE file format also References: <1426520230-18940-1-git-send-email-jon.turney@dronecode.org.uk> <831tko29ct.fsf@gnu.org> <55082466.3010702@dronecode.org.uk> <55251C45.4070006@dronecode.org.uk> In-Reply-To: <55251C45.4070006@dronecode.org.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-04/txt/msg00816.txt.bz2 On 08/04/2015 13:17, Jon TURNEY wrote: > On 17/03/2015 12:56, Jon TURNEY wrote: >> On 16/03/2015 16:30, Eli Zaretskii wrote: >> [...] >>>> >>>> gdb/doc/ChangeLog: >>>> >>>> 2015-03-14 Jon TURNEY >>>> >>>> * gdb.texinfo (Separate Debug Files): Document that COFF is also >>>> supported. >>> >>> The gdb.texinfo part is OK, except that AFAIK PE is not the same as >>> COFF, so I suggest to amend the ChangeLog entry above. >> >> Yes, this should say PE in the ChangeLog (and subject). > > Updated patch attached. Ping?