1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Fixed thread termination bug.

This commit is contained in:
Mikhail Khodjaiants 2002-08-29 18:07:25 +00:00
parent 02caa120d3
commit 6644f6a970

View file

@ -864,9 +864,11 @@ public class CThread extends CDebugElement
private void handleTerminatedEvent( ICDIDestroyedEvent event )
{
/*
setCurrentStateId( IState.TERMINATED );
setCurrentStateInfo( null );
terminated();
*/
}
private void handleDisconnectedEvent( ICDIDisconnectedEvent event )