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
63c2ceae
Commit
63c2ceae
authored
Oct 20, 2009
by
Oswald Buddenhagen
Browse files
fix compile :}
parent
8f4bdd53
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/cdb/cdbdebugengine.cpp
View file @
63c2ceae
...
...
@@ -824,7 +824,7 @@ void CdbDebugEnginePrivate::processCreatedAttached(ULONG64 processHandle, ULONG6
void
CdbDebugEngine
::
processTerminated
(
unsigned
long
exitCode
)
{
manager
()
->
showDebuggerOutput
(
LogMisc
,
tr
(
"The process exited with exit code %1."
).
arg
(
exitCode
));
if
(
m_engine
->
state
()
!=
InferiorStopping
)
if
(
state
()
!=
InferiorStopping
)
setState
(
InferiorStopping
,
Q_FUNC_INFO
,
__LINE__
);
setState
(
InferiorStopped
,
Q_FUNC_INFO
,
__LINE__
);
setState
(
InferiorShuttingDown
,
Q_FUNC_INFO
,
__LINE__
);
...
...
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