cc [ flag ... ] file ... -lthread_db [ library ... ] #include <proc_service.h> #include <thread_db.h>
td_init() is the global initialization function for the libthread_db() library of interfaces. It must be called exactly once by any process using the libthread_db() library before any other libthread_db function can be called.
See attributes(5) for description of the following attributes:
libthread_db(3THR), libthread_db(3LIB), attributes(5)