Searched refs:EnterSingleStepModeSafely (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/ |
| D | BreakpointCommand.cs | 110 …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/ |
| D | ICpuSupportingGdb.cs | 13 void EnterSingleStepModeSafely(HaltArguments args); in EnterSingleStepModeSafely() method
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/ |
| D | MSP430X.cs | 154 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/ |
| D | TranslationCPU.cs | 1237 public void EnterSingleStepModeSafely(HaltArguments args) in EnterSingleStepModeSafely() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
|