1831554 Members
4186 Online
110025 Solutions
New Discussion

Re: Debugger Tool

 
chennai
Occasional Advisor

Debugger Tool

Could anyone suggest me a Thread Level debugging tool for HP-UX 11.00 and 11i.

thanks in advance...
2 REPLIES 2
Ravi_8
Honored Contributor

Re: Debugger Tool

Muthukumar_5
Honored Contributor

Re: Debugger Tool

hai,

We can use wdb or gdb to debug the threads.
You can also use ttrace (tracing facility for multithreaded processes ) call for this.

gdb will be having some problem to debug the threads. Lower versions will hang after the pthread_exit() call from thread funtion.

A guide (simple) thread debugging is at,
http://www.ugcs.caltech.edu/info/gdb/gdb_5.html

Regards,
Muthukumar.
Easy to suggest when don't know about the problem!