Home
last modified time | relevance | path

Searched refs:setDebugServerPath (Results 1 – 3 of 3) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/remotelinux/
H A Dgenericlinuxdeviceconfigurationwidget.cpp132 device()->setDebugServerPath(m_ui->gdbServerLineEdit->text()); in gdbServerEditingFinished()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/devicesupport/
H A Didevice.h215 void setDebugServerPath(const QString &path);
H A Didevice.cpp722 void IDevice::setDebugServerPath(const QString &path) in setDebugServerPath() function in ProjectExplorer::IDevice