From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22166 invoked by alias); 10 Nov 2004 22:08:51 -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 21898 invoked from network); 10 Nov 2004 22:08:44 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 10 Nov 2004 22:08:44 -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 iAAM8icB001518 for ; Wed, 10 Nov 2004 17:08:44 -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 iAAM8Yr10831; Wed, 10 Nov 2004 17:08:34 -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 iAAM8XoS019443; Wed, 10 Nov 2004 17:08:33 -0500 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id AB53280035F; Wed, 10 Nov 2004 17:08:33 -0500 (EST) Message-ID: <41929161.1090404@redhat.com> Date: Wed, 10 Nov 2004 22:08: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: Eli Zaretskii Cc: drow@false.org, cagney@gnu.org, 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> <41912D20.6090706@redhat.com> <01c4c75b$Blat.v2.2.2$cf870420@zahav.net.il> In-Reply-To: <01c4c75b$Blat.v2.2.2$cf870420@zahav.net.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00216.txt.bz2 Eli Zaretskii wrote: >>Date: Tue, 09 Nov 2004 15:48:32 -0500 >>From: Jeff Johnston >>Cc: Andrew Cagney , Eli Zaretskii , >> gdb-patches@sources.redhat.com >> >> >>>We could use a Linux native specific observer, or handle this through >>>the target stack. I think handling it through the target stack makes >>>more sense, but I haven't sketched out what the target method would >>>look like. If other GDB developers think that the precedent of a >>>native-code-only observer isn't a bad one, then maybe we should go back >>>to your previous placement of the observer and give it a Linux specific >>>name. This will be aided by renaming thread-db to be clearly Linux >>>native code. >>> >> >>Ok. I'll wait and see if anybody else has objections. Eli, I understand that I >>would have to rename the observer and change its definition appropriately. > > > Yes, if you decide to modify the observer's name to a > GNU/Linux-specific one. > Yes, that is what I mean to do. -- Jeff J.