[PATCH] server: if a debugger is attached to a process, child processes shouldn't get debugged (resend)

Marcus Meissner marcus at jet.franken.de
Fri Oct 7 13:32:27 CDT 2011


On Fri, Oct 07, 2011 at 11:44:24AM +0900, Dmitry Timoshkov wrote:
> Bernhard Loos <bernhardloos at googlemail.com> wrote:
> 
> > +    int                  debug_childs:1;  /* also debug all child processes */
> 
> 'debug_children' would be a better name.

also
	unsigned int	foo:1;
please. (int foo:1 works, but is semidefined only ;)

Ciao, Marcus



More information about the wine-devel mailing list