From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11315 invoked by alias); 13 Sep 2014 23:04:57 -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 11304 invoked by uid 89); 13 Sep 2014 23:04:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pd0-f170.google.com Received: from mail-pd0-f170.google.com (HELO mail-pd0-f170.google.com) (209.85.192.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 13 Sep 2014 23:04:55 +0000 Received: by mail-pd0-f170.google.com with SMTP id fp1so3763739pdb.1 for ; Sat, 13 Sep 2014 16:04:54 -0700 (PDT) X-Received: by 10.68.94.196 with SMTP id de4mr26215465pbb.18.1410649494168; Sat, 13 Sep 2014 16:04:54 -0700 (PDT) Received: from seba.sebabeach.org.gmail.com (173-13-178-50-sfba.hfc.comcastbusiness.net. [173.13.178.50]) by mx.google.com with ESMTPSA id f12sm7740944pat.36.2014.09.13.16.04.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 13 Sep 2014 16:04:53 -0700 (PDT) From: Doug Evans To: gdb-patches@sourceware.org Subject: Re: [PATCH] Add some debugging printfs to linux-nat.c References: Date: Sat, 13 Sep 2014 23:04:00 -0000 In-Reply-To: (Doug Evans's message of "Sun, 31 Aug 2014 11:44:22 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00476.txt.bz2 Doug Evans writes: > Hi. > > I found these useful when debugging 17247,17314. > > 2014-08-31 Doug Evans > > * linux-nat.c (wait_lwp): Add debugging printf. > (linux_nat_wait_1): Ditto. Committed.