Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
0f02786d
Commit
0f02786d
authored
Sep 23, 2010
by
hjk
Browse files
debugger: don't mention python on Mac
parent
6328ff00
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
0f02786d
...
...
@@ -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
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment