Searched refs:BusHookDelegate (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | BusHookHandler.cs | 12 …public delegate void BusHookDelegate(ICpuSupportingGdb cpu, ulong address, SysbusAccessWidth acces… in BusHookDelegate() method 16 public BusHookHandler(BusHookDelegate action, SysbusAccessWidth width) in BusHookHandler() 31 public bool ContainsAction(BusHookDelegate actionToTest) in ContainsAction() 38 private readonly BusHookDelegate action;
|
| D | IBusController.cs | 78 …oid AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHookDelegate hook); in AddWatchpointHook() 79 void RemoveWatchpointHook(ulong address, BusHookDelegate hook); in RemoveWatchpointHook()
|
| D | BusControllerProxy.cs | 250 …void AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHookDelegate hook) in AddWatchpointHook() 270 public virtual void RemoveWatchpointHook(ulong address, BusHookDelegate hook) in RemoveWatchpointHook()
|
| D | SystemBus.cs | 893 …void AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHookDelegate hook) in AddWatchpointHook() 930 public void RemoveWatchpointHook(ulong address, BusHookDelegate hook) in RemoveWatchpointHook()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/ |
| D | BreakpointCommand.cs | 136 …oid AddWatchpointsCoveringMemoryArea(ulong address, uint kind, Access access, BusHookDelegate hook) in AddWatchpointsCoveringMemoryArea() 157 … RemoveWatchpointsCoveringMemoryArea(ulong address, uint kind, Access access, BusHookDelegate hook) in RemoveWatchpointsCoveringMemoryArea() 178 …ptor> CalculateAllCoveringAddressess(ulong address, uint kind, Access access, BusHookDelegate hook) in CalculateAllCoveringAddressess() 193 …c WatchpointDescriptor(ulong address, SysbusAccessWidth width, Access access, BusHookDelegate hook) in WatchpointDescriptor() 226 public readonly BusHookDelegate Hook;
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/ |
| D | WatchpointHookPythonEngine.cs | 40 public BusHookDelegate Hook { get; private set; }
|