Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] remove a thread from UI after terminating/disconnecting a process

FYI, I filed a bug for this:

        https://bugs.eclipse.org/bugs/show_bug.cgi?id=190115

Darin Wright


> This code is for efficiency. Rather than remove each thread as is 
> terminates, we remove them all at once (the viewer updates faster if 
there 
> 100's/1000's of threads to be removed). However, there is a slight bug 
> here. When the launch terminates, a CONTENT change is handled for the 
> launch, which in turn refreshes the content of the target (and removes 
> threads). However, if a launch were to have multiple targets, the 
> terminated target would not get cleaned up properly. The target should 
> also fire a CONTENT change when it terminates to handle this properly.
> 



Back to the top