Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DSysbusTester.cs40 …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/
DSystemBusHooksExtensions.cs36 …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/
DBreakpointCommand.cs151 … manager.Machine.SystemBus.AddWatchpointHook(descriptor.Address, descriptor.Width, access, hook); in AddWatchpointsCoveringMemoryArea()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs250 …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()
DIBusController.cs78 …void AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHookDelegate hook… in AddWatchpointHook() method
DSystemBus.cs893 …public void AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHookDelega… in AddWatchpointHook() method in Antmicro.Renode.Peripherals.Bus.SystemBus