Re: Can gdb be used on a another 'debugger'? (was: How do I detect when a new thread is created?)
Roland McGrath <[email protected]>
| Newsgroups | gmane.comp.lib.phil |
|---|---|
| Message-ID | <[email protected]> |
> Will it be possible to run a process inside gdb when this > process itself forks and uses ptrace to trace its child, > setting breakpoints at __nptl_death_event, too? If it's a normal fork, then the parent's tracedness doesn't have anything to do with the child.