From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14607 invoked by alias); 1 Apr 2019 19:05:11 -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 14598 invoked by uid 89); 1 Apr 2019 19:05:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mailsec109.isp.belgacom.be Received: from mailsec109.isp.belgacom.be (HELO mailsec109.isp.belgacom.be) (195.238.20.105) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 01 Apr 2019 19:05:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1554145508; x=1585681508; h=message-id:subject:from:to:date:in-reply-to:references: mime-version:content-transfer-encoding; bh=LoJ8QcwBDVmxqcxjn5awJjh5+67fSr6/P+XYNXrhXVw=; b=StUwR52zZd6qVyV1/UTsg4IxF8B1CQT8qMQXbtKmiY/u9ppGWllLkQwU hm79hdfjsfc9/62Sl43wiofkIpfUrA==; 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; 01 Apr 2019 21:05:06 +0200 Message-ID: <1554145505.1854.7.camel@skynet.be> Subject: Re: [RFAv2] Fix internal error and improve 'set debug infrun 1'/target wait kind trace From: Philippe Waroquiers To: Kevin Buettner , gdb-patches@sourceware.org Date: Mon, 01 Apr 2019 19:05:00 -0000 In-Reply-To: <20190401093248.615b2c5c@f29-4.lan> References: <20190330095831.5616-1-philippe.waroquiers@skynet.be> <20190401093248.615b2c5c@f29-4.lan> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00006.txt.bz2 On Mon, 2019-04-01 at 09:32 -0700, Kevin Buettner wrote: > > gdb/ChangeLog > > 2019-03-30 Philippe Waroquiers > > > > * infrun.c (stop_all_threads): If debug_infrun, always > > trace the wait status after wait_one, using > > target_waitstatus_to_string and target_pid_to_str. > > (handle_inferior_event): Replace various trace of > > wait status kind by a single trace. > > * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local > > wait status kind image by target_waitstatus_to_string. > > * target/waitstatus.c (target_waitstatus_to_string): Fix > > obsolete comment. > > Okay. > > Kevin Thanks for the reviews, pushed. Philippe