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:
parent
02caa120d3
commit
6644f6a970
1 changed files with 2 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Reference in a new issue