Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/peripherals/
Dcpu-agent.h316 debugProgramReturnSuccess = false; in runDebugProgram()
319 …while (debugProgramReadCount < debugProgram.readCount || (!debugProgramReturnSuccess && withReturn… in runDebugProgram()
340 if (debugProgramReturnSuccess) in debugProgramReturn()
344 debugProgramReturnSuccess = true; in debugProgramReturn()
358 bool debugProgramReturnSuccess = false; variable