From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29261 invoked by alias); 7 Jun 2010 13:40:41 -0000 Received: (qmail 29242 invoked by uid 22791); 7 Jun 2010 13:40:38 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Jun 2010 13:40:23 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o57DeFKm007276 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 7 Jun 2010 09:40:15 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o57DeCUG019352 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Jun 2010 09:40:14 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id o57DeB1b011240; Mon, 7 Jun 2010 15:40:11 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id o57DeBtS011239; Mon, 7 Jun 2010 15:40:11 +0200 Date: Mon, 07 Jun 2010 13:40:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [patch 1/3] Clear stale specific locs, not whole bpts [rediff] Message-ID: <20100607134011.GA10971@host0.dyn.jankratochvil.net> References: <20100503200201.GB30386@host0.dyn.jankratochvil.net> <201005232240.17414.pedro@codesourcery.com> <20100604191855.GA29142@host0.dyn.jankratochvil.net> <201006071250.31842.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201006071250.31842.pedro@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-12-10) 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: 2010-06/txt/msg00172.txt.bz2 On Mon, 07 Jun 2010 13:50:31 +0200, Pedro Alves wrote: > On Friday 04 June 2010 20:18:55, Jan Kratochvil wrote: > > > While I can do the simple move in next mail do you still request it? > > I'm not going to request it. We'll probably end up with refcounting > these things at some point anyway. Your patch is okay. Checked-in: http://sourceware.org/ml/gdb-cvs/2010-06/msg00058.html > > 2010-06-04 Jan Kratochvil > > > > * breakpoint.h (owner): Extend the comment. > > Okay too. Thanks. Checked-in: http://sourceware.org/ml/gdb-cvs/2010-06/msg00059.html Thanks, Jan