From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8552 invoked by alias); 3 May 2011 21:34:43 -0000 Received: (qmail 8445 invoked by uid 22791); 3 May 2011 21:34:42 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 May 2011 21:34:29 +0000 Received: (qmail 4545 invoked from network); 3 May 2011 21:34:28 -0000 Received: from unknown (HELO scottsdale.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 3 May 2011 21:34:28 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: replace debug_linux_nat_async with debug_linux_nat ? Date: Tue, 03 May 2011 21:34:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.35-28-generic; KDE/4.6.2; x86_64; ; ) Cc: Doug Evans References: <20110503202514.5241E2461A9@ruffy.mtv.corp.google.com> In-Reply-To: <20110503202514.5241E2461A9@ruffy.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201105032234.36317.pedro@codesourcery.com> 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-05/txt/msg00078.txt.bz2 On Tuesday 03 May 2011 21:25:14, Doug Evans wrote: > Hi. > Anyone mind if I delete linux-nat.c:debug_linux_nat_async > and replace it with debug_linux_nat? > > I've been in some sessions where I turn the latter on > only to find I also want the former, and from what I read > I pretty much always want both. It's considerably more noisy, and doesn't help much sync debugging, but I won't mind. Especially since I'd like to flip to async on by default :-) (needs fixing some regressions compared to sync mode first though). Note some tests rely on "set debug lin-lwp", so you'll most probably need to fix them. -- Pedro Alves