Re: problem with signal delivery SIGCHLD

2006-12-19 Thread Mike Galbraith
On Mon, 2006-12-18 at 20:05 +0100, Nicholas Mc Guire wrote: > > Hi ! > > I have a phenomena that I don't quite understand. gdbserver forks and > after setting ptrace (PTRACE_TRACEME, 0, 0, 0); it then execv > (program, allargs); when this child process hits ptrace_stoped (breakpoint > it does

Re: problem with signal delivery SIGCHLD

2006-12-19 Thread Chuck Ebbert
In-Reply-To: <[EMAIL PROTECTED]> On Mon, 18 Dec 2006 20:05:35 +0100, Nicholas Mc Guire wrote: > I have a phenomena that I don't quite understand. gdbserver forks and > after setting ptrace (PTRACE_TRACEME, 0, 0, 0); it then execv > (program, allargs); when this child process hits ptrace_stope