forked from qt-creator/qt-creator
Debugger: Support gdbservers that don't have --once again
There are too many setup without support for --once. Change-Id: I172b8b8d58a3960d9d93b48e692e612b7627ba56 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: Tim Sander <tim@krieglstein.org>
This commit is contained in:
@@ -182,7 +182,6 @@ void LinuxDeviceDebugSupport::startExecution()
|
||||
if (command.isEmpty())
|
||||
command = QLatin1String("gdbserver");
|
||||
args.clear();
|
||||
args.append(QString::fromLatin1("--once"));
|
||||
args.append(QString::fromLatin1("--multi"));
|
||||
args.append(QString::fromLatin1(":%1").arg(d->gdbServerPort));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user