forked from qt-creator/qt-creator
Debugger: Rename 'AttachExternal' to 'AttachToLocalProcess'
And AttachCrashedExternal to AttachToCrashedProcess And AttachCore to AttachToCore. Clearer. Change-Id: I47c2eca5cbdbbc0eb38b9f62b2504c96558ff112 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -1641,7 +1641,7 @@ void HeobData::processFinished()
|
||||
debugger->setAttachPid(ProcessHandle(m_data[1]));
|
||||
debugger->setRunControlName(tr("Process %1").arg(m_data[1]));
|
||||
debugger->setInferiorDevice(DeviceKitAspect::device(m_kit));
|
||||
debugger->setStartMode(AttachExternal);
|
||||
debugger->setStartMode(AttachToLocalProcess);
|
||||
debugger->setCloseMode(DetachAtClose);
|
||||
debugger->setContinueAfterAttach(true);
|
||||
debugger->setInferiorExecutable(FilePath::fromString(Utils::imageName(m_data[1])));
|
||||
|
||||
Reference in New Issue
Block a user