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
e28968bf
Commit
e28968bf
authored
Jan 12, 2010
by
con
Browse files
Also remove tokens that we consider "lost" from the list.
Reviewed-by: hjk
parent
cdf06a4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
e28968bf
...
...
@@ -3418,8 +3418,12 @@ void GdbEngine::handleDebuggingHelperValue2(const GdbResponse &response)
// The real dumper might have aborted without giving any answers.
// Remove traces of the question, too.
if
(
m_cookieForToken
.
contains
(
response
.
token
-
1
))
{
m_cookieForToken
.
remove
(
response
.
token
-
1
);
debugMessage
(
_
(
"DETECTING LOST COMMAND %1"
).
arg
(
response
.
token
-
1
));
--
m_pendingRequests
;
data
.
setError
(
WatchData
::
msgNotInScope
());
insertData
(
data
);
return
;
}
//qDebug() << "CUSTOM VALUE RESULT:" << response.toString();
...
...
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