From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56605 invoked by alias); 16 Jun 2015 11:35:14 -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 56584 invoked by uid 89); 16 Jun 2015 11:35:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 16 Jun 2015 11:35:08 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 9D37CBC909; Tue, 16 Jun 2015 11:35:07 +0000 (UTC) Received: from [10.36.7.175] (vpn1-7-175.ams2.redhat.com [10.36.7.175]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t5GBZ5Lv014305 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 16 Jun 2015 07:35:06 -0400 Message-ID: <558009E9.2020906@redhat.com> Date: Tue, 16 Jun 2015 11:35:00 -0000 From: Nicholas Clifton User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Jon TURNEY , Andreas Schwab CC: binutils@sourceware.org, gdb-patches@sourceware.org Subject: Re: [PATCH] Allow gdb to find debug symbols file by build-id for PE file format also References: <20150609193638.GM2855@adacore.com> <1433946324-7600-1-git-send-email-jon.turney@dronecode.org.uk> <20150615163431.GF23443@vapier> <87oakgq1pv.fsf@igel.home> <557F18A5.2080906@dronecode.org.uk> In-Reply-To: <557F18A5.2080906@dronecode.org.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-06/txt/msg00343.txt.bz2 Hi Jon, >>> don't know what the policy is here in this header >> It should use bfd_size_type. > Patch attached. Patch approved - please apply. Cheers Nick