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
93cb30b1
Commit
93cb30b1
authored
Aug 09, 2010
by
Friedemann Kleint
Browse files
Debugger[Trk]: Fix warning about states.
parent
6878198a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/trkgdbadapter.cpp
View file @
93cb30b1
...
...
@@ -1604,7 +1604,6 @@ void TrkGdbAdapter::handleTargetRemote(const GdbResponse &record)
{
QTC_ASSERT
(
state
()
==
InferiorSetupRequested
,
qDebug
()
<<
state
());
if
(
record
.
resultClass
==
GdbResultDone
)
{
m_engine
->
notifyInferiorStopOk
();
m_engine
->
handleInferiorPrepared
();
}
else
{
QString
msg
=
tr
(
"Connecting to TRK server adapter failed:
\n
"
)
...
...
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