mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +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;
|
||||
}
|
||||
|
||||
// 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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue