Searched refs:AddWatchpointHook (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/ |
| D | SysbusTester.cs | 40 …machine.SystemBus.AddWatchpointHook(address, SysbusAccessWidth.Byte, Access.Write, (cpu, encounter… in ObserveAddress() 46 …machine.SystemBus.AddWatchpointHook(address, SysbusAccessWidth.Word, Access.Write, (cpu, encounter… in ObserveAddress() 52 …machine.SystemBus.AddWatchpointHook(address, SysbusAccessWidth.DoubleWord, Access.Write, (cpu, enc… in ObserveAddress() 58 …machine.SystemBus.AddWatchpointHook(address, SysbusAccessWidth.QuadWord, Access.Write, (cpu, encou… in ObserveAddress()
|
| /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 39 sysbus.AddWatchpointHook(address, width, access, engine.Hook); in AddWatchpointHook()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/ |
| D | BreakpointCommand.cs | 151 … manager.Machine.SystemBus.AddWatchpointHook(descriptor.Address, descriptor.Width, access, hook); in AddWatchpointsCoveringMemoryArea()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | BusControllerProxy.cs | 250 …public virtual void AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHo… in AddWatchpointHook() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy 252 ParentController.AddWatchpointHook(address, width, access, hook); in AddWatchpointHook()
|
| D | IBusController.cs | 78 …void AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHookDelegate hook… in AddWatchpointHook() method
|
| D | SystemBus.cs | 893 …public void AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHookDelega… in AddWatchpointHook() method in Antmicro.Renode.Peripherals.Bus.SystemBus
|