forked from qt-creator/qt-creator
Add experimental Maemo support.
Includes Maemo tool chain, run configuration, run control, manager, etc. Adds the DebuggerManager to the object pool. This is ugly, but nobody came up with anything better on short notice. To be refactored. Co-Authored-By: kh1
This commit is contained in:
@@ -160,6 +160,8 @@ void RemoteGdbAdapter::startInferior()
|
||||
m_engine->postCommand(_("set architecture %1")
|
||||
.arg(startParameters().remoteArchitecture));
|
||||
m_engine->postCommand(_("set sysroot %1").arg(startParameters().sysRoot));
|
||||
m_engine->postCommand(_("set solib-search-path %1").
|
||||
arg(QFileInfo(startParameters().dumperLibrary).path()));
|
||||
|
||||
if (!startParameters().processArgs.isEmpty())
|
||||
m_engine->postCommand(_("-exec-arguments ")
|
||||
|
||||
Reference in New Issue
Block a user