forked from qt-creator/qt-creator
remove bogus assertion
the state check is in higher-level functions already
This commit is contained in:
@@ -1529,8 +1529,6 @@ void TrkGdbAdapter::readMemory(uint addr, uint len, bool buffered)
|
|||||||
|
|
||||||
void TrkGdbAdapter::interruptInferior()
|
void TrkGdbAdapter::interruptInferior()
|
||||||
{
|
{
|
||||||
QTC_ASSERT(state() == AdapterStarted, qDebug() << state());
|
|
||||||
logMessage("TRYING TO INTERRUPT INFERIOR");
|
|
||||||
sendTrkMessage(0x1a, TrkCallback(), trkInterruptMessage(), "Interrupting...");
|
sendTrkMessage(0x1a, TrkCallback(), trkInterruptMessage(), "Interrupting...");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user