From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11889 invoked by alias); 10 Jun 2003 04:32:35 -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 11787 invoked from network); 10 Jun 2003 04:32:33 -0000 Received: from unknown (HELO smtp8.access.co.jp) (157.78.36.253) by sources.redhat.com with SMTP; 10 Jun 2003 04:32:33 -0000 Received: (qmail 17955 invoked from network); 10 Jun 2003 13:32:18 +0900 Received: from unknown (HELO smtp5.access.co.jp) (157.78.36.243) by 0 with SMTP; 10 Jun 2003 13:32:18 +0900 Received: (qmail 31081 invoked by alias); 10 Jun 2003 13:32:18 +0900 Received: (qmail 31062 invoked from network); 10 Jun 2003 13:32:18 +0900 Received: from unknown (HELO ADMIN) (157.78.69.163) by 0 with SMTP; 10 Jun 2003 13:32:18 +0900 From: "Raja Saleru" To: "Gdb Redhat" , "RTEMS Mailing list" Subject: thread function definitions Date: Tue, 10 Jun 2003 04:32:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-06/txt/msg00146.txt.bz2 Hi, The source file thread_db.h contains the following prototype declarations. which file contains the definitions for these functions ? Regards Raja S /* 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);