From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29166 invoked by alias); 22 Aug 2002 15:48:32 -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 29083 invoked from network); 22 Aug 2002 15:48:31 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 22 Aug 2002 15:48:31 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g7MFY1l11449 for ; Thu, 22 Aug 2002 11:34:01 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g7MFmTu15945 for ; Thu, 22 Aug 2002 11:48:29 -0400 Received: from cygbert.vinschen.de (vpn50-9.rdu.redhat.com [172.16.50.9]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g7MFmRe18851 for ; Thu, 22 Aug 2002 08:48:27 -0700 Received: (from corinna@localhost) by cygbert.vinschen.de (8.11.6/8.9.3/Linux sendmail 8.9.3) id g7MFRXC29638 for gdb-patches@sources.redhat.com; Thu, 22 Aug 2002 17:27:33 +0200 Date: Thu, 22 Aug 2002 09:35:00 -0000 From: Corinna Vinschen To: gdb-patches@sources.redhat.com Subject: Re: [RFA] aix-thread.c: Allow retargeting of threaded targets Message-ID: <20020822172733.J26346@cygbert.vinschen.de> Reply-To: gdb-patches@sources.redhat.com Mail-Followup-To: gdb-patches@sources.redhat.com References: <20020822155402.I26346@cygbert.vinschen.de> <1020822145004.ZM1597@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1020822145004.ZM1597@localhost.localdomain> User-Agent: Mutt/1.3.22.1i X-SW-Source: 2002-08/txt/msg00691.txt.bz2 On Thu, Aug 22, 2002 at 07:50:04AM -0700, Kevin Buettner wrote: > On Aug 22, 3:54pm, Corinna Vinschen wrote: > > > 2002-08-21 Corinna Vinschen > > > > * aix-thread.c (aix_thread_detach): Disable thread debugging on > > detach to allow reinitialization. > > Okay. > > Kevin Thanks, applied. Corinna