Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/peripherals/
Dcpu-agent.h141 debugProgram = cpu->getRegisterGetProgram(id); in getRegister()
156 debugProgram = cpu->getRegisterSetProgram(id, value); in setRegister()
170 debugProgram = cpu->getEnterSingleStepModeProgram(); in enterSingleStepMode()
179 debugProgram = cpu->getSingleStepModeProgram(); in enterSingleStepMode()
186 debugProgram = cpu->getExitSingleStepModeProgram(); in exitSingleStepMode()
195 debugProgram = {}; in exitSingleStepMode()
233 return debugProgram.memory[(addr - debugProgram.address) / 4]; in requestDoubleWordFromAgent()
238 return debugProgram.memory.back(); // CPU is prefetching debug program in requestDoubleWordFromAgent()
251 uint64_t idx = (addr - debugProgram.address) / 4; in requestDoubleWordFromAgent()
252 if (idx + 1 == debugProgram.memory.size()) in requestDoubleWordFromAgent()
[all …]