This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: thread function definitions


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]