forked from qt-creator/qt-creator
Debugger[Trk]: Fix warning about states.
This commit is contained in:
@@ -1604,7 +1604,6 @@ void TrkGdbAdapter::handleTargetRemote(const GdbResponse &record)
|
|||||||
{
|
{
|
||||||
QTC_ASSERT(state() == InferiorSetupRequested, qDebug() << state());
|
QTC_ASSERT(state() == InferiorSetupRequested, qDebug() << state());
|
||||||
if (record.resultClass == GdbResultDone) {
|
if (record.resultClass == GdbResultDone) {
|
||||||
m_engine->notifyInferiorStopOk();
|
|
||||||
m_engine->handleInferiorPrepared();
|
m_engine->handleInferiorPrepared();
|
||||||
} else {
|
} else {
|
||||||
QString msg = tr("Connecting to TRK server adapter failed:\n")
|
QString msg = tr("Connecting to TRK server adapter failed:\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user