From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110082 invoked by alias); 24 Feb 2020 13:42: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 110074 invoked by uid 89); 24 Feb 2020 13:42:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=laptop, 24-02-2020, H*f:sk:87lfosm, H*MI:sk:87lfosm X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 24 Feb 2020 13:42:13 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id DD14DAC42; Mon, 24 Feb 2020 13:42:10 +0000 (UTC) Subject: Re: [PATCH 00/14] Share DWARF partial symtabs between objfiles To: Tom Tromey Cc: Simon Marchi , gdb-patches@sourceware.org References: <20200215165444.32653-1-tom@tromey.com> <87y2ss5019.fsf@tromey.com> <8b11c5f6-771f-69b5-c98c-94ced592132f@simark.ca> <87r1ykn0o7.fsf@tromey.com> <87lfosmzy4.fsf@tromey.com> From: Tom de Vries Message-ID: Date: Mon, 24 Feb 2020 13:42:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <87lfosmzy4.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00920.txt.bz2 On 24-02-2020 04:22, Tom Tromey wrote: > Tom> Take a look at my branch, t/reorganize-dwarf-code-sharing-3. FWIW, I tried to build this earlier today and ran into a build error. [ Sorry, don't have the specifics available right now, my laptop is tied up building a series of commits. ] Thanks, - Tom