thread function definitions

Raja Saleru iap_sraja@access.co.jp
Tue Jun 10 04:32:00 GMT 2003


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);



More information about the Gdb mailing list