Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DExecutionResult.cs14 StoppedAtBreakpoint = 3, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs2310 if(result == ExecutionResult.StoppedAtBreakpoint) in ExecutionFinished()
2380 StoppedAtBreakpoint = 0x10002, enumerator
2428 case TlibExecutionResult.StoppedAtBreakpoint: in ExecuteInstructions()
2429 return ExecutionResult.StoppedAtBreakpoint; in ExecuteInstructions()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs260 return ExecutionResult.StoppedAtBreakpoint; in ExecuteInstructions()
269 if(result == ExecutionResult.StoppedAtBreakpoint) in ExecutionFinished()