From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19095 invoked by alias); 2 Oct 2005 20:19:58 -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 19077 invoked by uid 22791); 2 Oct 2005 20:19:56 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sun, 02 Oct 2005 20:19:56 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1EMAJN-0008Iu-QP; Sun, 02 Oct 2005 16:19:53 -0400 Date: Sun, 02 Oct 2005 20:19:00 -0000 From: Daniel Jacobowitz To: Kris Warkentin Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] clean up potential memory leak in thread.c Message-ID: <20051002201953.GA31820@nevyn.them.org> Mail-Followup-To: Kris Warkentin , gdb-patches@sources.redhat.com References: <433C21F1.9000903@qnx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <433C21F1.9000903@qnx.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-10/txt/msg00000.txt.bz2 On Thu, Sep 29, 2005 at 01:18:41PM -0400, Kris Warkentin wrote: > Got rid of a 'FIXME' by implementing a target hook for cleaning up > private thread info. Look kosher? I assume you have some target data that you need to get rid of for QNX? Most other threaded targets have found a single struct sufficient, so I'm mildly curious what you need. -- Daniel Jacobowitz CodeSourcery, LLC