From 0f02786d167aeee17cc5a40304caf3c192c48ad7 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 23 Sep 2010 17:18:22 +0200 Subject: [PATCH] debugger: don't mention python on Mac --- src/plugins/debugger/gdb/gdbengine.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/debugger/gdb/gdbengine.cpp b/src/plugins/debugger/gdb/gdbengine.cpp index 3f2ce59168f..27311de6e85 100644 --- a/src/plugins/debugger/gdb/gdbengine.cpp +++ b/src/plugins/debugger/gdb/gdbengine.cpp @@ -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(); }