1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
This commit is contained in:
Mikhail Khodjaiants 2002-08-29 18:06:30 +00:00
parent adac5a0ece
commit 02caa120d3

View file

@ -753,13 +753,6 @@ public class CDebugTarget extends CDebugElement
handleRestartedEvent( (ICDIRestartedEvent)event );
}
}
//else if ( event instanceof ICDISteppingEvent )
//{
// if ( source instanceof ICDITarget )
// {
// handleSteppingEvent( (ICDISteppingEvent)event );
// }
//}
}
}
@ -1136,13 +1129,7 @@ public class CDebugTarget extends CDebugElement
private void handleRestartedEvent( ICDIRestartedEvent event )
{
}
/*
private void handleSteppingEvent( ICDISteppingEvent event )
{
setCurrentStateId( IState.STEPPING );
setCurrentStateInfo( null );
}
*/
private void handleThreadCreatedEvent( ICDICreatedEvent event )
{
ICDIThread cdiThread = (ICDIThread)event.getSource();