From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113487 invoked by alias); 24 May 2018 04:08:45 -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 112728 invoked by uid 89); 24 May 2018 04:08:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=ship, Hx-languages-length:851 X-HELO: gateway21.websitewelcome.com Received: from gateway21.websitewelcome.com (HELO gateway21.websitewelcome.com) (192.185.45.31) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 24 May 2018 04:08:39 +0000 Received: from cm13.websitewelcome.com (cm13.websitewelcome.com [100.42.49.6]) by gateway21.websitewelcome.com (Postfix) with ESMTP id E5674400CE6AA for ; Wed, 23 May 2018 23:08:37 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id LhYLfC9HN79N3LhYLfiZrE; Wed, 23 May 2018 23:08:37 -0500 X-Authority-Reason: nr=8 Received: from 174-29-44-154.hlrn.qwest.net ([174.29.44.154]:59838 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1fLhYL-002xbU-ID; Wed, 23 May 2018 23:08:37 -0500 From: Tom Tromey To: Sergio Durigan Junior Cc: Tom Tromey , Joel Brobecker , Keith Seitz , gdb-patches@sourceware.org, Pedro Alves Subject: Re: possible fix for PR symtab/23010 References: <87po34kzxh.fsf@tromey.com> <20180430224454.wrnu4u45o5gukrxs@adacore.com> <20180507171309.f4yjprji4g3deubw@adacore.com> <8736yp4xo8.fsf@redhat.com> <87po1l2ab0.fsf@tromey.com> <87d0xl7ulv.fsf@redhat.com> Date: Thu, 24 May 2018 10:50:00 -0000 In-Reply-To: <87d0xl7ulv.fsf@redhat.com> (Sergio Durigan Junior's message of "Wed, 23 May 2018 20:41:48 -0400") Message-ID: <87lgc91yrf.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Source-L: No X-Exim-ID: 1fLhYL-002xbU-ID X-Source-Sender: 174-29-44-154.hlrn.qwest.net (bapiya) [174.29.44.154]:59838 X-Source-Auth: tom+tromey.com X-Email-Count: 4 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-SW-Source: 2018-05/txt/msg00637.txt.bz2 >>>>> "Sergio" == Sergio Durigan Junior writes: Sergio> Keith has performed a few tests today, and it seems that the patch Sergio> doesn't fix the real issues reported by Fedora GDB users after all. Sergio> I'm still deciding if it makes sense to ship this on Fedora GDB or Sergio> not... Sorry for requesting the backport, I hope it's still useful for Sergio> GDB 8.1.1. Maybe the backport is flawed some way. Or did Keith try git master? I'm a bit curious to know what fails. Also, after this patch I noticed that there are now two mechanisms for skipping partial CUs -- one for psymtabs and one more generic one that was added by the patch. I have a patch to remove the psymtab one which I can submit soon. (The current setup doesn't hurt anything, it's just a little redundant.) Tom