Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/peripherals/
Dcpu-agent.h253 debugProgramReadLastInstruction = true; in requestDoubleWordFromAgent()
317 debugProgramReadLastInstruction = false; in runDebugProgram()
319 …readCount || (!debugProgramReturnSuccess && withReturnSuccess) || !debugProgramReadLastInstruction) in runDebugProgram()
359 bool debugProgramReadLastInstruction = false; variable