Daniel Jacobowitz wrote: > On Mon, Nov 12, 2007 at 02:07:31AM +0000, Pedro Alves wrote: >> 2007-11-12 Leo Zayas >> Pedro Alves >> >> * win32-low.c (winapi_SetProcessPriorityBoost) >> (winapi_GetProcessPriorityBoost, winapi_SetProcessAffinityMask) >> [!_WIN32_WCE]: New typedefs. >> (interrupt_thread_event) [!_WIN32_WCE]: New global. >> (consume_cpu_interrupt_thread) [!_WIN32_WCE]: New. >> (realtime_execute) [!_WIN32_WCE]: New. >> (winapi_CeSetThreadPriority, winapi_CeGetThreadPriority) >> [_WIN32_WCE]: New typedefs. >> (realtime_execute) [_WIN32_WCE]: New. >> (do_continue_one_thread): New. >> (child_continue): If continuing with a faked breakpoint, do the >> thread resuming with higher priority, and don't call >> ContinueDebugEvent. >> (suspend_all_threads): New. >> (fake_breakpoint_event): Do the thread suspending with higher >> priority. > > I'm just going to have to trust you on this one. It looks fine. > Thank you. I've checked the whole series in, except for this one and the next (6). Leo, could you take a look at the attached patch? It's a refresh against current cvs, with a minor tweak to minimize a race in the previous version -- we were creating the threads but not waiting for them to start. -- Pedro Alves