debugger: don't mention python on Mac

This commit is contained in:
hjk
2010-09-23 17:18:22 +02:00
parent 6328ff0038
commit 0f02786d16

View File

@@ -4161,9 +4161,8 @@ bool GdbEngine::startGdb(const QStringList &args, const QString &gdb, const QStr
"dyld \".*CFDataFormatters.*\" all "
"dyld \".*libobjc.*\" all "
"dyld \".*CarbonDataFormatters.*\" all");
// We know that we don't have Python on Mac.
pythonDumpersFailed();
} else {
// We know that we don't have Python on Mac.
loadPythonDumpers();
}