Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
cfe771cc
Commit
cfe771cc
authored
Apr 16, 2010
by
hjk
Browse files
debugger: fix for "Can not step into functions on Symbian" QTCREATORBUG-1185
parent
6c492dac
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/dumper.py
View file @
cfe771cc
...
...
@@ -124,7 +124,7 @@ def parseAndEvaluate(exp):
def
catchCliOutput
(
command
):
file
,
file
name
=
createTempFile
()
file
name
,
file
=
createTempFile
()
gdb
.
execute
(
"set logging off"
)
gdb
.
execute
(
"set logging redirect off"
)
gdb
.
execute
(
"set logging file %s"
%
filename
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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