forked from qt-creator/qt-creator
Maemo: Complete support for debugging via remote gdb.
1) Make sources available on device. 2) Enable users to switch between gdb and gdbserver approach (users may not be able to use the former if they have no control over their firewall). Reviewed-by: kh1
This commit is contained in:
@@ -57,7 +57,7 @@ MaemoRunControl::MaemoRunControl(RunConfiguration *rc)
|
||||
: RunControl(rc, ProjectExplorer::Constants::RUNMODE)
|
||||
, m_runConfig(qobject_cast<MaemoRunConfiguration *>(rc))
|
||||
, m_devConfig(m_runConfig ? m_runConfig->deviceConfig() : MaemoDeviceConfig())
|
||||
, m_runner(new MaemoSshRunner(this, m_runConfig))
|
||||
, m_runner(new MaemoSshRunner(this, m_runConfig, false))
|
||||
, m_running(false)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user