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
5def7f38
Commit
5def7f38
authored
Mar 05, 2010
by
hjk
Browse files
debugger: suppress generation of breakpoint information in the new dumpers
Functionality has been moved back to the plugin for now.
parent
66552723
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/dumper.py
View file @
5def7f38
...
...
@@ -645,14 +645,14 @@ class FrameCommand(gdb.Command):
#
# Breakpoints
#
breakpoints
=
""
d
.
safeoutput
=
""
listOfBreakpoints
(
d
)
d
.
pushOutput
()
breakpoints
=
d
.
safeoutput
print
(
'data=['
+
locals
+
sep
+
watchers
+
'],bkpts=['
+
breakpoints
+
']
\n
'
)
#
print('data=[' + locals + sep + watchers + ']\n')
#
breakpoints = ""
#
d.safeoutput = ""
#
listOfBreakpoints(d)
#
d.pushOutput()
#
breakpoints = d.safeoutput
#
print('data=[' + locals + sep + watchers + '],bkpts=[' + breakpoints + ']\n')
print
(
'data=['
+
locals
+
sep
+
watchers
+
']
\n
'
)
def
handleWatch
(
self
,
d
,
exp
,
iname
):
...
...
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