thread function definitions
Daniel Jacobowitz
drow@mvista.com
Tue Jun 10 04:40:00 GMT 2003
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
More information about the Gdb
mailing list