From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73751 invoked by alias); 2 Jun 2015 13:33:21 -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 73739 invoked by uid 89); 2 Jun 2015 13:33:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: out5-smtp.messagingengine.com Received: from out5-smtp.messagingengine.com (HELO out5-smtp.messagingengine.com) (66.111.4.29) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 02 Jun 2015 13:33:09 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id C46FA204E8 for ; Tue, 2 Jun 2015 09:33:07 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Tue, 02 Jun 2015 09:33:07 -0400 Received: from [192.168.1.102] (unknown [31.51.205.195]) by mail.messagingengine.com (Postfix) with ESMTPA id 58FEE6800C5 for ; Tue, 2 Jun 2015 09:33:07 -0400 (EDT) Message-ID: <556DB08D.3070704@dronecode.org.uk> Date: Tue, 02 Jun 2015 13:33:00 -0000 From: Jon TURNEY User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.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-06/txt/msg00020.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?