mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-02 05:45:58 +02:00
Try to detect when gdb dies unexpectely(sp?).
This commit is contained in:
parent
c437685dfd
commit
42e4cbf928
1 changed files with 16 additions and 16 deletions
|
@ -73,6 +73,7 @@ MIPlugin.getDefault().debugLog(line);
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
//e.printStackTrace();
|
//e.printStackTrace();
|
||||||
|
}
|
||||||
// This code should be executed when gdb been abruptly
|
// This code should be executed when gdb been abruptly
|
||||||
// or unxepectedly killed. This is detected by checking
|
// or unxepectedly killed. This is detected by checking
|
||||||
// if the channelInputStream is not null. In normal case
|
// if the channelInputStream is not null. In normal case
|
||||||
|
@ -90,7 +91,6 @@ MIPlugin.getDefault().debugLog(line);
|
||||||
clean.start();
|
clean.start();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Search for the command in the RxQueue, set the MIOutput
|
* Search for the command in the RxQueue, set the MIOutput
|
||||||
|
|
Loading…
Add table
Reference in a new issue