summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerprotocol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggerprotocol.cpp')
-rw-r--r--src/plugins/debugger/debuggerprotocol.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerprotocol.cpp b/src/plugins/debugger/debuggerprotocol.cpp
index 07f5e1658f..b0d3e3787e 100644
--- a/src/plugins/debugger/debuggerprotocol.cpp
+++ b/src/plugins/debugger/debuggerprotocol.cpp
@@ -438,7 +438,8 @@ void extractGdbVersion(const QString &msg,
const QChar dot(QLatin1Char('.'));
const bool ignoreParenthesisContent = msg.contains(QLatin1String("rubenvb"))
- || msg.contains(QLatin1String("SUSE"));
+ || msg.contains(QLatin1String("openSUSE"))
+ || msg.contains(QLatin1String("SUSE Linux Enterprise"));
const QChar parOpen(QLatin1Char('('));
const QChar parClose(QLatin1Char(')'));