lldb: introduce dialog to start engine remotely

This commit is contained in:
Arvid Ephraim Picciani
2010-12-01 15:41:08 +01:00
parent 1d5fadb12e
commit 0ab67db58e
9 changed files with 267 additions and 28 deletions

View File

@@ -501,11 +501,10 @@ void DebuggerRunControl::createEngine(const DebuggerStartParameters &startParams
}
}
if (getenv("QTC_LLDB_GUEST")) {
// Fixme: unclean ipc override. Someone please have a better idea
if (sp.startMode == StartRemoteEngine)
// for now thats the only supported ipc engine
engineType = LldbEngineType;
sp.executable = sp.processArgs;
qDebug() << "DEBUGGING" << sp.executable;
}
// Fixme: 1 of 3 testing hacks.
if (sp.processArgs.startsWith(__("@tcf@ ")))