Home
last modified time | relevance | path

Searched refs:AddHook (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DCpuHooksExtensions.cs17 …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/
DICPUWithHooks.cs18 void AddHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook); in AddHook() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/
DCPUTracer.cs62 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/
DBreakpointCommand.cs45 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/
DMSP430X.cs95 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/
DTranslationCPU.cs1176 public void AddHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in AddHook() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU