mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fire and Exit event.
This commit is contained in:
parent
363897361c
commit
43e6ac9930
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,7 @@ import org.eclipse.cdt.debug.mi.core.command.MIExecAbort;
|
|||
import org.eclipse.cdt.debug.mi.core.command.MIExecInterrupt;
|
||||
import org.eclipse.cdt.debug.mi.core.command.MIGDBExit;
|
||||
import org.eclipse.cdt.debug.mi.core.command.MIGDBSet;
|
||||
import org.eclipse.cdt.debug.mi.core.event.MIExitEvent;
|
||||
import org.eclipse.cdt.debug.mi.core.output.MIInfo;
|
||||
import org.eclipse.cdt.debug.mi.core.output.MIOutput;
|
||||
import org.eclipse.cdt.debug.mi.core.output.MIParser;
|
||||
|
@ -233,6 +234,8 @@ MIPlugin.getDefault().debugLog(number++ + " " + cmd.toString());
|
|||
} catch (MIException e) {
|
||||
}
|
||||
|
||||
getEventQueue().addItem(new MIExitEvent());
|
||||
|
||||
// Close the input GDB prompt
|
||||
try {
|
||||
if (inChannel != null)
|
||||
|
|
Loading…
Add table
Reference in a new issue