From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4982 invoked by alias); 9 Jul 2018 19:50:15 -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 4971 invoked by uid 89); 9 Jul 2018 19:50:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_STOCKGEN,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Really, highly 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 ESMTP; Mon, 09 Jul 2018 19:50:13 +0000 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EEA18C049D7F; Mon, 9 Jul 2018 19:50:11 +0000 (UTC) Received: from theo.uglyboxes.com (ovpn04.gateway.prod.ext.phx2.redhat.com [10.5.9.4]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A893E2010D08; Mon, 9 Jul 2018 19:50:11 +0000 (UTC) Subject: Re: [RFC PATCH] Really fix gdb/23010: SYMBOL_LANGUAGE != DICT_LANGUAGE assertion To: Joel Brobecker Cc: gdb-patches@sourceware.org References: <20180605180912.3256-1-keiths@redhat.com> <20180611222652.GA29595@adacore.com> <9943341c-97c7-3bb4-3cee-56e444dd3977@redhat.com> <20180627162459.GE8075@adacore.com> From: Keith Seitz Message-ID: Date: Mon, 09 Jul 2018 19:50:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180627162459.GE8075@adacore.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00227.txt.bz2 On 06/27/2018 09:24 AM, Joel Brobecker wrote: > So I'll wait for the final version of the patch, just I don't normally ping patches so quickly, but this is important enough to warrant one: https://sourceware.org/ml/gdb-patches/2018-06/msg00665.html Highly desired for 8.2, too. Keith