mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
225ee0ed3c
I think I wasn't sure at the time whether the simple variable was required for pthread_cond_wait (and friends) to work properly, but it is: the time between the target posting the debug event and the target waiting on the condition variable turns out to sometimes be enough for the debugger to handle the event and signal the target to continue, resulting in the target waiting on a signal that will never come because another debug event will not be sent by the target until AFTER it has exited from the debug handler. |
||
---|---|---|
.. | ||
builtins | ||
debugger | ||
editor | ||
ui | ||
.gdbinit | ||
gcd.r | ||
Makemodule.am | ||
qwaq-app.h | ||
qwaq-app.r | ||
qwaq.h |