Re: Adjusting my debugger to work with NPTL
Roland McGrath <[email protected]>
| Newsgroups | gmane.comp.lib.phil |
|---|---|
| Message-ID | <[email protected]> |
> Roland, can't you just tkill using SIGSTOP? That is what pthread_kill(some_thread, SIGSTOP) does. POSIX requires it to stop the whole process, so it does.