Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DBreakpointCommand.cs58 … AddWatchpointsCoveringMemoryArea(address, kind, Access.Read, ReadWatchpointHook); in InsertBreakpoint()
95 … RemoveWatchpointsCoveringMemoryArea(address, kind, Access.Read, ReadWatchpointHook); in RemoveBreakpoint()
131 …private void ReadWatchpointHook(ICpuSupportingGdb cpu, ulong address, SysbusAccessWidth width, ulo… in ReadWatchpointHook() method in Antmicro.Renode.Utilities.GDB.Commands.BreakpointCommand