mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Copyrigth.
This commit is contained in:
parent
3c005bb592
commit
67898c2411
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
/*
|
||||
* (c) Copyright QNX Software Systems Ltd. 2002.
|
||||
* All Rights Reserved.
|
||||
*/
|
||||
package org.eclipse.cdt.debug.mi.core;
|
||||
|
||||
import java.io.IOException;
|
||||
|
@ -202,7 +206,7 @@ public class MIInferior extends Process {
|
|||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
session.getRxThread().fireEvent(new MIInferiorExitEvent());
|
||||
session.fireEvent(new MIInferiorExitEvent());
|
||||
notifyAll();
|
||||
}
|
||||
|
||||
|
@ -213,4 +217,5 @@ public class MIInferior extends Process {
|
|||
public OutputStream getPipedErrorStream() {
|
||||
return errPiped;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue