mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 237308: Support for multiple inferior processes. No need to have this method public.
This commit is contained in:
parent
b23909e73c
commit
04a75138e2
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ public class GDBProcesses extends MIProcesses implements IGDBProcesses {
|
||||||
*
|
*
|
||||||
* @since 4.0
|
* @since 4.0
|
||||||
*/
|
*/
|
||||||
public void initializeInputOutput(IContainerDMContext containerDmc, final RequestMonitor rm) {
|
protected void initializeInputOutput(IContainerDMContext containerDmc, final RequestMonitor rm) {
|
||||||
if (fBackend.getSessionType() == SessionType.REMOTE || fBackend.getIsAttachSession()) {
|
if (fBackend.getSessionType() == SessionType.REMOTE || fBackend.getIsAttachSession()) {
|
||||||
// These types do not use a PTY
|
// These types do not use a PTY
|
||||||
fPty = null;
|
fPty = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue