Re: [PATCH] Add gdb remote protocol handling to strace

2017-11-02 Thread Eugene Syromiatnikov
On Thu, Nov 02, 2017 at 06:38:39AM +0300, Dmitry V. Levin wrote: > On Tue, Oct 17, 2017 at 02:29:31PM -0400, Stan Cox wrote: > [...] > > + /* Make sure SIGCHLD has the default action so that waitpid > > + definitely works without losing track of children. The user > > + should not have

Re: [PATCH] Add gdb remote protocol handling to strace

2017-11-02 Thread Dmitry V. Levin
On Thu, Nov 02, 2017 at 02:01:20PM +0100, Eugene Syromiatnikov wrote: > On Thu, Nov 02, 2017 at 06:38:39AM +0300, Dmitry V. Levin wrote: > > On Tue, Oct 17, 2017 at 02:29:31PM -0400, Stan Cox wrote: > > [...] > > > + /* Make sure SIGCHLD has the default action so that waitpid > > > +definitely