Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/peripherals/
Dcpu-agent.h250 debugProgramReadCount++; in requestDoubleWordFromAgent()
315 debugProgramReadCount = 0; in runDebugProgram()
319 …while (debugProgramReadCount < debugProgram.readCount || (!debugProgramReturnSuccess && withReturn… in runDebugProgram()
354 uint64_t debugProgramReadCount = 0; variable