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
f911d714
Commit
f911d714
authored
Jun 10, 2010
by
hjk
Browse files
debugger: make profiling the python dumpers optional
parent
050d91e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/dumper.py
View file @
f911d714
...
@@ -784,7 +784,7 @@ class FrameCommand(gdb.Command):
...
@@ -784,7 +784,7 @@ class FrameCommand(gdb.Command):
super
(
FrameCommand
,
self
).
__init__
(
"bb"
,
gdb
.
COMMAND_OBSCURE
)
super
(
FrameCommand
,
self
).
__init__
(
"bb"
,
gdb
.
COMMAND_OBSCURE
)
def
invoke
(
self
,
args
,
from_tty
):
def
invoke
(
self
,
args
,
from_tty
):
if
Fals
e
:
if
Tru
e
:
bb
(
args
)
bb
(
args
)
else
:
else
:
import
cProfile
import
cProfile
...
...
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