public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* thread function definitions
@ 2003-06-10  4:32 Raja Saleru
  2003-06-10  4:40 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Raja Saleru @ 2003-06-10  4:32 UTC (permalink / raw)
  To: Gdb Redhat, RTEMS Mailing list

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: thread function definitions
  2003-06-10  4:32 thread function definitions Raja Saleru
@ 2003-06-10  4:40 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2003-06-10  4:40 UTC (permalink / raw)
  To: Raja Saleru; +Cc: Gdb Redhat, RTEMS Mailing list

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-10  4:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-10  4:32 thread function definitions Raja Saleru
2003-06-10  4:40 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).