Searched refs:AddHook (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/ |
| D | CpuHooksExtensions.cs | 17 …public static void AddHook(this ICPUWithHooks cpu, [AutoParameter]Machine m, ulong addr, string py… in AddHook() method in Antmicro.Renode.Hooks.CpuHooksExtensions 20 cpu.AddHook(addr, engine.Hook); in AddHook()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICPUWithHooks.cs | 18 void AddHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook); in AddHook() method
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/ |
| D | CPUTracer.cs | 62 cpu.AddHook(traceInfo.Begin, traceInfo.BeginCallback); in TraceFunction() 69 cpu.AddHook(traceInfo.End, traceInfo.EndCallback); in TraceFunction()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/ |
| D | BreakpointCommand.cs | 45 cpu.AddHook(address, MemoryBreakpointHook); in InsertBreakpoint() 51 cpu.AddHook(address, HardwareBreakpointHook); in InsertBreakpoint()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/ |
| D | MSP430X.cs | 95 public void AddHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in AddHook() method in Antmicro.Renode.Peripherals.CPU.MSP430X
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU.cs | 1176 public void AddHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in AddHook() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
|