Re: [PATCH] server: if a debugger is attached to a process, the DEBUG_ONLY_THIS_PROCESS should get set
2 Sep
2011
2 Sep
'11
5:47 p.m.
Bernhard Loos <bernhardloos(a)googlemail.com> writes:
@@ -825,6 +825,9 @@ int set_process_debug_flag( struct process *process, int flag ) { char data = (flag != 0);
+ process->create_flags = (process->create_flags & ~(DEBUG_PROCESS | DEBUG_ONLY_THIS_PROCESS)) + | flag; +
I don't think this belongs in set_process_debug_flag, that's a different flag. Also I don't see what DEBUG_PROCESS is here for. -- Alexandre Julliard julliard(a)winehq.org
5218
Age (days ago)
5218
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard