Searched defs:AddWatchpointHook (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/ | ||
| D | SystemBusHooksExtensions.cs | 36 …public static void AddWatchpointHook(this IBusController sysbus, ulong address, SysbusAccessWidth … in AddWatchpointHook() method in Antmicro.Renode.Hooks.IBusControllerHooksExtensions |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ | ||
| D | IBusController.cs | 78 …void AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHookDelegate hook… in AddWatchpointHook() method |
| D | BusControllerProxy.cs | 250 …public virtual void AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHo… in AddWatchpointHook() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy |
| D | SystemBus.cs | 893 …public void AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHookDelega… in AddWatchpointHook() method in Antmicro.Renode.Peripherals.Bus.SystemBus |