From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10777 invoked by alias); 30 Apr 2009 18:26:18 -0000 Received: (qmail 10768 invoked by uid 22791); 30 Apr 2009 18:26:18 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 30 Apr 2009 18:26:12 +0000 Received: from zps36.corp.google.com (zps36.corp.google.com [172.25.146.36]) by smtp-out.google.com with ESMTP id n3UIQ8hv000754 for ; Thu, 30 Apr 2009 19:26:09 +0100 Received: from yx-out-1718.google.com (yxi3.prod.google.com [10.190.3.3]) by zps36.corp.google.com with ESMTP id n3UIQ6oB016706 for ; Thu, 30 Apr 2009 11:26:07 -0700 Received: by yx-out-1718.google.com with SMTP id 3so1343697yxi.0 for ; Thu, 30 Apr 2009 11:26:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.93.8 with SMTP id q8mr404157agb.79.1241115966678; Thu, 30 Apr 2009 11:26:06 -0700 (PDT) In-Reply-To: <200904301804.24014.pedro@codesourcery.com> References: <20090429231844.609AC84890@localhost> <200904301804.24014.pedro@codesourcery.com> Date: Thu, 30 Apr 2009 18:26:00 -0000 Message-ID: Subject: Re: [RFC] watchthreads2.exp: gdb can drop watchpoints From: Doug Evans To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2009-04/txt/msg00816.txt.bz2 On Thu, Apr 30, 2009 at 10:04 AM, Pedro Alves wrot= e: > You'll see > this much easier if you enable 'set debug lin-lwp 1' in addition > to 'set debug infun'. Ah. > See also the current "Do not > call read_pc in startup_inferior" discussion. Yeah, I saw it. > Please don't add failing tests to the > testsuite (on purpose, that is :-) ). =A0The procedure is to open a > PR, and make the test kfail instead of failing. =A0I see you've already > opened a PR, so the test is OK if you make that change. I left it as a given that if the testcase were to get checked in sans fix, we'd mark it kfail or some such. Checked in. Thanks.