[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Adjusting my debugger to work with NPTL
- From: "Norman Black" <stonybrk ix netcom com>
- To: <phil-list redhat com>
- Subject: Adjusting my debugger to work with NPTL
- Date: Thu, 1 May 2003 16:21:15 -0700
The subject says it all. I have Redhat 9 installed.
My specific needs/questions are how to.
1) stop and continue an individual thread. previously I used SIGSTOP and
SIGCONT with kill.
2) How are thread debug events received since wait returns "process"
signals. previously waitpid (possibly using __WCLONE) resulting in a
SIGTRAP was the catchall.
man ptrace
gives no information about anything new/changed so is there a new API.
I do use libthread_db, but of course it depends on me for the literal
work.
Best Regards,
Norman Black
Stony Brook Software
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]