Home
last modified time | relevance | path

Searched refs:inDebugMode (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/peripherals/
Dcpu-agent.h200 if (!inDebugMode) in pushByteToAgent()
208 if (!inDebugMode) in pushWordToAgent()
216 if (!inDebugMode) in pushDoubleWordToAgent()
225 if (!inDebugMode) in requestDoubleWordFromAgent()
313 inDebugMode = true; in runDebugProgram()
326 inDebugMode = false; in runDebugProgram()
362 bool inDebugMode = false; variable