From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15629 invoked by alias); 10 Nov 2004 00:02:25 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15592 invoked from network); 10 Nov 2004 00:02:16 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 10 Nov 2004 00:02:16 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iAA02GW8005445 for ; Tue, 9 Nov 2004 19:02:16 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iAA02Gr06216; Tue, 9 Nov 2004 19:02:16 -0500 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id iAA02GoS007148; Tue, 9 Nov 2004 19:02:16 -0500 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id F0D2780035F; Tue, 9 Nov 2004 19:02:15 -0500 (EST) Message-ID: <41915A87.2000606@redhat.com> Date: Wed, 10 Nov 2004 00:02:00 -0000 From: Jeff Johnston User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 MIME-Version: 1.0 To: Jim Blandy Cc: Daniel Jacobowitz , Andrew Cagney , Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: [RFA]: Watchpoints per thread patch References: <01c4bca9$Blat.v2.2.2$adcffb00@zahav.net.il> <418A741C.4080306@redhat.com> <20041105044917.GA13554@nevyn.them.org> <418BAFC9.6050705@gnu.org> <20041105182850.GA22533@nevyn.them.org> <418FE5E7.3070501@gnu.org> <20041109010425.GA31431@nevyn.them.org> <4190292D.5070103@gnu.org> <20041109023306.GA1797@nevyn.them.org> <4191151F.6070607@redhat.com> <20041109193124.GA4085@nevyn.them.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00183.txt.bz2 Jim Blandy wrote: >>>If you have a fix planned soon regarding the ptid format, I have absolutely >>>no objection to waiting for it. However, if you can't get around to this >>>for a while due to other commitments or it is going to take some hashing >>>out on the list, let's stop punishing the end-user and do something helpful >>>while we work things out proper. >> >>Jeff, I've already posted the thread-db change to make this >>unnecessary. I was asked to rename the file first, and I've posted >>that too. > > > For those of us trying desperately to keep score, may I ask for a > recap of Our Story Thus Far? > > - What are the specific pieces of work needed to do this The Right Way? > - Which have been done already, or at least posted? > - How long will the rest take? > - Who has volunteered to do them? > > I'd like to hear Daniel's, Andrew's, and Jeff's answers. > > Jim, I think this is settled now. I am waiting for Daniel's patch to ptids to be posted and accepted. Then, I will modify my previous patch over top of this. -- Jeff J.