debugger: comment cosmetics

This commit is contained in:
hjk
2010-12-15 09:35:31 +01:00
parent 91a6eee3ad
commit 95731517be

View File

@@ -301,12 +301,12 @@ DebuggerRunControl::DebuggerRunControl(RunConfiguration *runConfiguration,
}
}
// Fixme: unclean ipc override. Someone please have a better idea
// FIXME: Unclean ipc override. Someone please have a better idea.
if (sp.startMode == StartRemoteEngine)
// for now thats the only supported ipc engine
// For now thats the only supported IPC engine.
engineType = LldbEngineType;
// Fixme: 1 of 3 testing hacks.
// FIXME: 1 of 3 testing hacks.
if (sp.processArgs.startsWith(__("@tcf@ ")))
engineType = GdbEngineType;