From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74087 invoked by alias); 5 Apr 2019 21:21:39 -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 74076 invoked by uid 89); 5 Apr 2019 21:21:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-8.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=H*F:D*be, oops X-HELO: mailsec102.isp.belgacom.be Received: from mailsec102.isp.belgacom.be (HELO mailsec102.isp.belgacom.be) (195.238.20.98) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 05 Apr 2019 21:21:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1554499295; x=1586035295; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=2JRT4gOSlkfLwIacPzsG6VBxnEeNWjmvLu/hcHfVjS4=; b=hxsZO5+ofai/tYCsGiKnr19J9jMHzBJnFGsy72smqo6xoMqfDz/ItmvO oUZUmx2XqvbRvZCcVVmwgrUCayx6FQ==; Received: from 212.135-131-109.adsl-dyn.isp.belgacom.be (HELO md) ([109.131.135.212]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 05 Apr 2019 23:21:33 +0200 Message-ID: <1554499293.1854.11.camel@skynet.be> Subject: Re: [RFAv2] Fix internal error and improve 'set debug infrun 1'/target wait kind trace From: Philippe Waroquiers To: Thomas Schwinge , gdb-patches@sourceware.org Cc: Kevin Buettner Date: Fri, 05 Apr 2019 21:21:00 -0000 In-Reply-To: <87sguym84y.fsf@euler.schwinge.homeip.net> References: <20190330095831.5616-1-philippe.waroquiers@skynet.be> <87sguym84y.fsf@euler.schwinge.homeip.net> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00091.txt.bz2 On Thu, 2019-04-04 at 11:28 +0200, Thomas Schwinge wrote: > I pushed the attached commit > e9f8e3f109d57c119eaaa1e56378926f7f20863f "[GDB, Hurd] Fix build; > 'target_waitstatus_to_string' call" to make it work. ;-) Oops, sorry, and thanks for fixing. I have not yet taken the time to see how to use the buildbot to catch such errors before pushing. Is there a Hurd machine in the buildbot set of machines ? Thanks Philippe