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
Marco Bubke
flatpak-qt-creator
Commits
e759a3a0
Commit
e759a3a0
authored
Oct 28, 2009
by
hjk
Browse files
debugger: fix dumper breakage caused by
0ee09af6
parent
6737ca53
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
e759a3a0
...
...
@@ -2762,7 +2762,7 @@ void GdbEngine::runDebuggingHelper(const WatchData &data0, bool dumpChildren)
<<
','
<<
addr
<<
','
<<
(
dumpChildren
?
"1"
:
"0"
)
<<
','
<<
extraArgs
.
join
(
QString
(
_c
(
','
)))
<<
')'
;
postCommand
(
cmd
,
WatchUpdate
);
postCommand
(
cmd
,
WatchUpdate
|
EmbedToken
);
showStatusMessage
(
msgRetrievingWatchData
(
m_pendingRequests
+
1
),
10000
);
...
...
Write
Preview
Supports
Markdown
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