mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Do not terminate process when handling 'terminated' event.
This commit is contained in:
parent
3a38658386
commit
dddc587f19
1 changed files with 0 additions and 12 deletions
|
@ -1346,18 +1346,6 @@ public class CDebugTarget extends CDebugElement
|
|||
|
||||
private void handleTerminatedEvent( ICDIDestroyedEvent event )
|
||||
{
|
||||
IProcess process = getProcess();
|
||||
if ( process != null )
|
||||
{
|
||||
try
|
||||
{
|
||||
process.terminate();
|
||||
}
|
||||
catch( DebugException e )
|
||||
{
|
||||
CDebugCorePlugin.log( e.getStatus() );
|
||||
}
|
||||
}
|
||||
terminated();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue