From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28260 invoked by alias); 22 Aug 2002 14:50:11 -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 28227 invoked from network); 22 Aug 2002 14:50:09 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 22 Aug 2002 14:50:09 -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 g7MEZel29288 for ; Thu, 22 Aug 2002 10:35:40 -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 g7MEo7u15687 for ; Thu, 22 Aug 2002 10:50:07 -0400 Received: from romulus.sfbay.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g7MEo6e17397 for ; Thu, 22 Aug 2002 07:50:06 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g7MEo4e01598 for gdb-patches@sources.redhat.com; Thu, 22 Aug 2002 07:50:04 -0700 Date: Thu, 22 Aug 2002 08:15:00 -0000 From: Kevin Buettner Message-Id: <1020822145004.ZM1597@localhost.localdomain> In-Reply-To: Corinna Vinschen "[RFA] aix-thread.c: Allow retargeting of threaded targets" (Aug 22, 3:54pm) References: <20020822155402.I26346@cygbert.vinschen.de> To: gdb-patches@sources.redhat.com Subject: Re: [RFA] aix-thread.c: Allow retargeting of threaded targets MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00688.txt.bz2 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