From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105438 invoked by alias); 24 Jul 2018 20:25:29 -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 105419 invoked by uid 89); 24 Jul 2018 20:25:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_STOCKGEN,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*UA:52.5.2, H*u:52.5.2, hear, HContent-Transfer-Encoding:8bit 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; Tue, 24 Jul 2018 20:25:28 +0000 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F3ABE4ACAD for ; Tue, 24 Jul 2018 20:25:26 +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 C949C16BEB for ; Tue, 24 Jul 2018 20:25:26 +0000 (UTC) Subject: Re: [PATCH v2] Really fix gdb/23010: SYMBOL_LANGUAGE != DICT_LANGUAGE assertion References: <20180627190341.24442-1-keiths@redhat.com> <33b99113-c705-a029-47df-3e6c0fc49139@simark.ca> <97d83efa-56b9-0e1a-a6d5-1ee2115c8a99@redhat.com> <55e7afcd-b8c3-c099-a5d9-e064b034ba82@ericsson.com> To: gdb-patches@sourceware.org From: Keith Seitz Message-ID: <49422359-2610-5e87-c999-46c61cc69dec@redhat.com> Date: Tue, 24 Jul 2018 20:25: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: <55e7afcd-b8c3-c099-a5d9-e064b034ba82@ericsson.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00683.txt.bz2 On 07/24/2018 01:13 PM, Simon Marchi wrote: > On 2018-07-12 01:12 PM, Simon Marchi wrote: >> Ok, thanks.  The patch looks good to me, but I'd like if somebody with more experience in this area gave a second opinion. >> >> Simon > > Since we didn't hear from anybody else and don't want to keep you waiting > for ever, please go ahead and push the patch. Done [for both master and gdb-8.2-branch]. Thank you! Keith