Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1195 if(!hooks.TryGetValue(addr, out descriptor) || !descriptor.RemoveCallback(hook)) in RemoveHook()
2478 public bool RemoveCallback(Action<ICpuSupportingGdb, ulong> action) in RemoveCallback() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU.HookDescriptor