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
991aceb0
Commit
991aceb0
authored
Aug 18, 2010
by
hjk
Browse files
debugger: finish "Launching" bar even if we don't hit a "^running"
parent
9e59bdf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
991aceb0
...
...
@@ -4158,6 +4158,10 @@ void GdbEngine::startInferiorPhase2()
{
debugMessage
(
_
(
"BREAKPOINTS SET, CONTINUING INFERIOR STARTUP"
));
m_gdbAdapter
->
startInferiorPhase2
();
if
(
m_progress
)
{
m_progress
->
setProgressValue
(
100
);
m_progress
->
reportFinished
();
}
}
void
GdbEngine
::
handleInferiorStartFailed
(
const
QString
&
msg
)
...
...
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