Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DBreakpointCommand.cs110 …cpu.EnterSingleStepModeSafely(new HaltArguments(HaltReason.Breakpoint, cpu, breakpointType: Breakp… in HardwareBreakpointHook()
115 …cpu.EnterSingleStepModeSafely(new HaltArguments(HaltReason.Breakpoint, cpu, breakpointType: Breakp… in MemoryBreakpointHook()
123 …cpu.EnterSingleStepModeSafely(new HaltArguments(HaltReason.Breakpoint, cpu, address, BreakpointTyp… in AccessWatchpointHook()
128 …cpu.EnterSingleStepModeSafely(new HaltArguments(HaltReason.Breakpoint, cpu, address, BreakpointTyp… in WriteWatchpointHook()
133 …cpu.EnterSingleStepModeSafely(new HaltArguments(HaltReason.Breakpoint, cpu, address, BreakpointTyp… in ReadWatchpointHook()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICpuSupportingGdb.cs13 void EnterSingleStepModeSafely(HaltArguments args); in EnterSingleStepModeSafely() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs154 public void EnterSingleStepModeSafely(HaltArguments args) in EnterSingleStepModeSafely() method in Antmicro.Renode.Peripherals.CPU.MSP430X
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1237 public void EnterSingleStepModeSafely(HaltArguments args) in EnterSingleStepModeSafely() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU