Searched refs:RemoveHook (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICPUWithHooks.cs | 19 void RemoveHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook); in RemoveHook() method
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/ |
| D | CPUTracer.cs | 85 cpu.RemoveHook(traceInfo.Begin, traceInfo.BeginCallback); in RemoveTracing() 88 cpu.RemoveHook(traceInfo.End, traceInfo.EndCallback); in RemoveTracing()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/ |
| D | BreakpointCommand.cs | 82 cpu.RemoveHook(address, MemoryBreakpointHook); in RemoveBreakpoint() 88 cpu.RemoveHook(address, HardwareBreakpointHook); in RemoveBreakpoint()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/ |
| D | MSP430X.cs | 104 public void RemoveHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in RemoveHook() method in Antmicro.Renode.Peripherals.CPU.MSP430X
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU.cs | 1190 public void RemoveHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in RemoveHook() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
|