Skip to content
Snippets Groups Projects
Commit 33996aa1 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

remove bogus assertion

the state check is in higher-level functions already
parent 50038d59
No related branches found
No related tags found
No related merge requests found
...@@ -1529,8 +1529,6 @@ void TrkGdbAdapter::readMemory(uint addr, uint len, bool buffered) ...@@ -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...");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment