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]

td_thr_tlsbase in thread_db.h


In recent versions of thread_db.h, there is this
function:

/* Get address of the given module's TLS storage area
for the given thread.  */
extern td_err_e td_thr_tlsbase (const td_thrhandle_t
*__th,
				unsigned long int __modid,
				psaddr_t *__base);

Does anyone know where and how to get a module's modid
so that it can be used to call this function? Thanks.


	
		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


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