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
Tobias Hunger
qt-creator
Commits
25f0bd7c
Commit
25f0bd7c
authored
Feb 10, 2010
by
hjk
Browse files
debugger: remove wrong dumper output file redirection
parent
5526e5b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/dumper.py
View file @
25f0bd7c
...
...
@@ -74,7 +74,6 @@ def catchCliOutput(command):
gdb
.
execute
(
command
)
gdb
.
execute
(
"set logging off"
)
gdb
.
execute
(
"set logging redirect off"
)
gdb
.
execute
(
"set logging file
\"\"
"
)
file
=
open
(
filename
,
"r"
)
lines
=
[]
for
line
in
file
:
...
...
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