debugger: more robust version string parsing

Fix for QTCREATORBUG-1490

Reviewed-By: Friedemann Kleint
This commit is contained in:
hjk
2010-05-27 15:41:52 +02:00
parent aa93d6f422
commit 5afeaa720d
6 changed files with 152 additions and 54 deletions

View File

@@ -168,6 +168,9 @@ public:
QVariant cookie;
};
void extractGdbVersion(const QString &msg,
int *gdbVersion, int *gdbBuildVersion, bool *isMacGdb);
} // namespace Internal
} // namespace Debugger