From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106419 invoked by alias); 10 Apr 2017 16:01:24 -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 101195 invoked by uid 89); 10 Apr 2017 16:01:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:466 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Apr 2017 16:01:13 +0000 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id C2531528F37FC for ; Mon, 10 Apr 2017 17:01:08 +0100 (IST) Received: from HHMAIL-X.hh.imgtec.org (10.100.10.113) by HHMAIL01.hh.imgtec.org (10.100.10.19) with Microsoft SMTP Server (TLS) id 14.3.294.0; Mon, 10 Apr 2017 17:01:11 +0100 Received: from BAMAIL02.ba.imgtec.org (10.20.40.28) by HHMAIL-X.hh.imgtec.org (10.100.10.113) with Microsoft SMTP Server (TLS) id 14.3.294.0; Mon, 10 Apr 2017 17:01:11 +0100 Received: from [10.20.2.42] (10.20.2.42) by bamail02.ba.imgtec.org (10.20.40.28) with Microsoft SMTP Server id 14.3.266.1; Mon, 10 Apr 2017 09:01:09 -0700 From: Doug Gilmore To: Subject: Re: [PATCH] [mips] Fix PR 21337 v1: segfault when re-reading symbols with remote debugging. References: Message-ID: <6e735708-5ef3-430a-08a2-d562102181bd@imgtec.com> Date: Mon, 10 Apr 2017 16:01:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-SW-Source: 2017-04/txt/msg00248.txt.bz2 On 03/31/2017 04:04 PM, Doug Gilmore wrote: > This is a fix to a problem that was introduced with commit g3e29f34. > > OK to apply? > > Doug > Could a global maintainer review the patch attached to: https://www.sourceware.org/ml/gdb-patches/2017-03/msg00559.html when they have the chance? Note that patch involves changing code that is not MIPS specific. Thanks, Doug