forked from qt-creator/qt-creator
Debugger: Remove support for non-Python GDB
This affects mainly Apple's version of GDB. Mac users are advised to use LLDB, or some recent build of FSF GDB. Change-Id: I6a7fbb591e79f737e12d08b0e881e9e4d1d9660c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -2585,10 +2585,6 @@ static QString formatStartParameters(DebuggerStartParameters &sp)
|
||||
}
|
||||
str << "Sysroot: " << sp.sysRoot << '\n';
|
||||
str << "Debug Source Location: " << sp.debugSourceLocation.join(QLatin1String(":")) << '\n';
|
||||
str << "Dumper libraries: " << QDir::toNativeSeparators(sp.dumperLibrary);
|
||||
foreach (const QString &dl, sp.dumperLibraryLocations)
|
||||
str << ' ' << QDir::toNativeSeparators(dl);
|
||||
str << '\n';
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user