From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id cDAgNUnGrl8ieAAAWB0awg (envelope-from ) for ; Fri, 13 Nov 2020 12:45:45 -0500 Received: by simark.ca (Postfix, from userid 112) id D75601F08B; Fri, 13 Nov 2020 12:45:45 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 533F21E58F for ; Fri, 13 Nov 2020 12:45:45 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B8C333854830; Fri, 13 Nov 2020 17:45:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B8C333854830 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1605289544; bh=RAKZqaxns+maqHabZiqh4DpijoNepuIk8GrrhYI/LEQ=; h=Subject:References:To:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=m9ANisrpogwlc9AHWlMKjh68QZPZtiQnAyHuV48OmXlCpIFTPgTO8b/G3iYhvLbvo C+RJaptbwbIRNU1QhTcGIDhfdUbSFdJZkel7sP7wIKjAlpShN9EPoleX66hhn80Efw V5SCrEV8Ucp0Y+iuV8m++i8vGU7Q+x09H+XNLgLw= Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by sourceware.org (Postfix) with ESMTP id 9E4C3385482C for ; Fri, 13 Nov 2020 17:45:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9E4C3385482C Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-318-mafAxO6WOwqhPE0VwzIYLg-1; Fri, 13 Nov 2020 12:45:40 -0500 X-MC-Unique: mafAxO6WOwqhPE0VwzIYLg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 75A65100F946 for ; Fri, 13 Nov 2020 17:45:39 +0000 (UTC) Received: from theo.uglyboxes.com (ovpn-113-189.phx2.redhat.com [10.3.113.189]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2FBBD5B4D2 for ; Fri, 13 Nov 2020 17:45:39 +0000 (UTC) Subject: Re: [PATCH 2/2] Exclude debuginfo files from "outside of ELF segments" warning References: <20201112205327.2733425-1-keiths@redhat.com> <20201112205327.2733425-2-keiths@redhat.com> <87imaab66o.fsf@tromey.com> <87blg1bc29.fsf@tromey.com> To: Keith Seitz via Gdb-patches Message-ID: Date: Fri, 13 Nov 2020 09:45:38 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <87blg1bc29.fsf@tromey.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Keith Seitz via Gdb-patches Reply-To: Keith Seitz Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On 11/13/20 5:50 AM, Tom Tromey wrote: >>> I wonder if gdb should just use its own idea here, though -- like if the >>> objfile has a backlink, it is a separate debug file. > > Keith> Yeah, I debated that, too, but ultimately, I thought it best to do what > Keith> BFD does. Camaraderie? :-) > > Makes sense to me. You can check it in. > I have pushed both patches. Thank you for taking a look. Keith