Merge remote-tracking branch 'origin/4.5'

Change-Id: Ib6739725e6b251ea962880e4b72700c5be5a192c
This commit is contained in:
Eike Ziller
2017-11-14 11:23:57 +01:00
13 changed files with 67 additions and 21 deletions

View File

@@ -2087,6 +2087,7 @@ RunControl *DebuggerPluginPrivate::attachToRunningProcess(Kit *kit,
debugger->setAttachPid(ProcessHandle(process.pid));
debugger->setRunControlName(tr("Process %1").arg(process.pid));
debugger->setInferiorExecutable(process.exe);
debugger->setInferiorDevice(device);
debugger->setStartMode(AttachExternal);
debugger->setCloseMode(DetachAtClose);
debugger->setContinueAfterAttach(contAfterAttach);