> It seems to me this will cause the context to never be freed. I don't> understand the problem with multiple processes, the context is bound> to the debugger thread so it shouldn't make any difference how many> processes are being debugged. Could you please give more details on> the problem?well,
Eric Pouech <[EMAIL PROTECTED]> writes:
> when a debugging thread is attached to several processes, the debug
> context (shared across all processes) is destroyed when the first
> process terminates. This patch destroys it when the last process
> attached terminates.
It seems to me this will caus