From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4185 invoked by alias); 3 May 2011 20:25:49 -0000 Received: (qmail 4152 invoked by uid 22791); 3 May 2011 20:25:48 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 May 2011 20:25:35 +0000 Received: from hpaq2.eem.corp.google.com (hpaq2.eem.corp.google.com [172.25.149.2]) by smtp-out.google.com with ESMTP id p43KPXUP028403 for ; Tue, 3 May 2011 13:25:34 -0700 Received: from ruffy.mtv.corp.google.com (ruffy.mtv.corp.google.com [172.18.118.116]) by hpaq2.eem.corp.google.com with ESMTP id p43KPEXA009818 for ; Tue, 3 May 2011 13:25:15 -0700 Received: by ruffy.mtv.corp.google.com (Postfix, from userid 67641) id 5241E2461A9; Tue, 3 May 2011 13:25:14 -0700 (PDT) To: gdb-patches@sourceware.org Subject: replace debug_linux_nat_async with debug_linux_nat ? Message-Id: <20110503202514.5241E2461A9@ruffy.mtv.corp.google.com> Date: Tue, 03 May 2011 20:25:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true 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/msg00076.txt.bz2 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.