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 fromUI after terminating/disconnecting a process

Thanks ! That's certainly a better solution and I'm glad it's fixed in
Eclipse 3.3.

-- Ling 

> -----Original Message-----
> From: cdt-debug-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of ext 
> Darin Wright
> Sent: Wednesday, May 30, 2007 10:19 PM
> To: CDT Debug developers list
> Subject: RE: [cdt-debug-dev] remove a thread fromUI 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.
> > 
> 
> _______________________________________________
> cdt-debug-dev mailing list
> cdt-debug-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
> 


Back to the top