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:
Marcus Tillmanns
2022-09-14 17:34:16 +02:00
parent e9af100f83
commit df074e06fa

View File

@@ -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;