From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129074 invoked by alias); 16 Mar 2016 22:51:34 -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 128917 invoked by uid 89); 16 Mar 2016 22:51:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:397 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 16 Mar 2016 22:51:32 +0000 Received: from svr-orw-fem-03.mgc.mentorg.com ([147.34.97.39]) by relay1.mentorg.com with esmtp id 1agKHq-0002Gc-Ob from Don_Breazeal@mentor.com ; Wed, 16 Mar 2016 15:51:30 -0700 Received: from [172.30.2.127] (147.34.91.1) by SVR-ORW-FEM-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 16 Mar 2016 15:51:30 -0700 Subject: Re: [PATCH v2 3/3] PR remote/19496, timeout in forking-threads-plus-bkpt To: Pedro Alves , "gdb-patches@sourceware.org" References: <1455150506-12760-1-git-send-email-donb@codesourcery.com> <56E82A75.8090103@redhat.com> <56E997CE.9010309@codesourcery.com> From: Don Breazeal Message-ID: <56E9E36D.3050405@codesourcery.com> Date: Wed, 16 Mar 2016 22:51:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56E997CE.9010309@codesourcery.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00282.txt.bz2 On 3/16/2016 10:28 AM, Don Breazeal wrote: > On 3/15/2016 8:29 AM, Pedro Alves wrote: --snip-- > I'm running the full GDB testsuite on the Nios II target to see if > anything else pops up. I'll let you know the results of that. > Tests on Nios II Linux, x86 host showed no regressions with this patch. Thanks again, --Don