From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30488 invoked by alias); 10 Jun 2003 04:40:00 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30480 invoked from network); 10 Jun 2003 04:40:00 -0000 Received: from unknown (HELO crack.them.org) (146.82.138.56) by sources.redhat.com with SMTP; 10 Jun 2003 04:40:00 -0000 Received: from dsl093-172-017.pit1.dsl.speakeasy.net ([66.93.172.17] helo=nevyn.them.org ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 19Paw0-0001fj-00; Mon, 09 Jun 2003 23:40:36 -0500 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 19PavF-00079E-00; Tue, 10 Jun 2003 00:39:49 -0400 Date: Tue, 10 Jun 2003 04:40:00 -0000 From: Daniel Jacobowitz To: Raja Saleru Cc: Gdb Redhat , RTEMS Mailing list Subject: Re: thread function definitions Message-ID: <20030610043949.GB27455@nevyn.them.org> Mail-Followup-To: Raja Saleru , Gdb Redhat , RTEMS Mailing list References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i X-SW-Source: 2003-06/txt/msg00148.txt.bz2 On Mon, Jun 10, 2002 at 01:32:12PM +0900, Raja Saleru wrote: > Hi, > The source file thread_db.h contains the following prototype declarations. > which file contains the definitions for these functions ? They come from thread_db which must come from your C library. > /* Prototypes for exported library functions. */ > > /* Initialize the thread debug support library. */ > extern td_err_e td_init (void); > > /* Historical relict. Should not be used anymore. */ > extern td_err_e td_log (void); > > /* Generate new thread debug library handle for process PS. */ > extern td_err_e td_ta_new (struct ps_prochandle *__ps, td_thragent_t > **__ta); > > /* Free resources allocated for TA. */ > extern td_err_e td_ta_delete (td_thragent_t *__ta); > > -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer