forked from qt-creator/qt-creator
Debugger: Search for toolchain style gdb's
See also: QTCREATORBUG-27985 Change-Id: I60f0561b83a77a9cba9753af29e125550750e684 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -701,7 +701,7 @@ void DebuggerItemManagerPrivate::autoDetectGdbOrLldbDebuggers(const FilePaths &s
|
||||
{
|
||||
const QStringList filters = {"gdb-i686-pc-mingw32", "gdb-i686-pc-mingw32.exe", "gdb",
|
||||
"gdb.exe", "lldb", "lldb.exe", "lldb-[1-9]*",
|
||||
"arm-none-eabi-gdb-py.exe"};
|
||||
"arm-none-eabi-gdb-py.exe", "*-*-*-gdb"};
|
||||
|
||||
if (searchPaths.isEmpty())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user