mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-20 23:45:23 +02:00
Bug 344890: We don't support starting a new process on a remote target yet
This commit is contained in:
parent
d1cb95f6ed
commit
9503913d77
1 changed files with 6 additions and 0 deletions
|
@ -327,6 +327,12 @@ public class GDBProcesses_7_2 extends GDBProcesses_7_1 {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// We don't yet support starting a new process on a remote target
|
||||||
|
// Bug 344890
|
||||||
|
if (type == SessionType.REMOTE && fBackend.getIsAttachSession()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue