Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DBreakpointCommand.cs61 … AddWatchpointsCoveringMemoryArea(address, kind, Access.Write, WriteWatchpointHook); in InsertBreakpoint()
98 … RemoveWatchpointsCoveringMemoryArea(address, kind, Access.Write, WriteWatchpointHook); in RemoveBreakpoint()
126 …private void WriteWatchpointHook(ICpuSupportingGdb cpu, ulong address, SysbusAccessWidth width, ul… in WriteWatchpointHook() method in Antmicro.Renode.Utilities.GDB.Commands.BreakpointCommand