Home
last modified time | relevance | path

Searched defs:AddHook (Results 1 – 4 of 4) sorted by relevance

/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/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
/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