Hi all, I am using a i386 Linux system. I am currently using gdb 5.1.1 for debugging. Without using libthread_db.so.1, can I debug a multi-threaded program ? Is there any way to disable the use of libthread_db.so.1 through initial configuration? I can see 3 thread specific files in gdb-5.1.1 for linux - lin-thread.c, lin-lwp.c, linux-thread.c. Is there any documentation on the specific usage of each of these files - like when to use which file ? Thanks in advance, debashis