From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22099 invoked by alias); 11 Nov 2011 06:10:19 -0000 Received: (qmail 22090 invoked by uid 22791); 11 Nov 2011 06:10:16 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Nov 2011 06:10:02 +0000 Received: from nat-jpt.mentorg.com ([192.94.33.2] helo=PR1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1ROkJN-0000mh-LA from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Thu, 10 Nov 2011 22:10:01 -0800 Received: from [127.0.0.1] ([172.16.63.104]) by PR1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 11 Nov 2011 15:09:59 +0900 Message-ID: <4EBCBC34.7060400@codesourcery.com> Date: Fri, 11 Nov 2011 06:10:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1 MIME-Version: 1.0 To: Pedro Alves CC: gdb-patches@sourceware.org Subject: Re: [patch] Increase the bar of printing `handling possible serial event' References: <4EBB6ED6.7050408@codesourcery.com> <201111101941.30469.pedro@codesourcery.com> In-Reply-To: <201111101941.30469.pedro@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 X-SW-Source: 2011-11/txt/msg00309.txt.bz2 On 11/11/2011 03:41 AM, Pedro Alves wrote: > I've found it more than once very useful when debugging non-stop/async mode > issues, where the order of serial and target events isn't predictable, > and knowing when a packet was just handled can help figure out > following weird behaviors. > OK, I understand. > If it bothers so much, I could go with outputting it only when non_stop is No. "--debug=N" is a right way to go in long term. -- Yao (齐尧)