Searched refs:AccessWatchpointHook (Results 1 – 1 of 1) sorted by relevance
55 … AddWatchpointsCoveringMemoryArea(address, kind, Access.ReadAndWrite, AccessWatchpointHook); in InsertBreakpoint()92 … RemoveWatchpointsCoveringMemoryArea(address, kind, Access.ReadAndWrite, AccessWatchpointHook); in RemoveBreakpoint()118 …private void AccessWatchpointHook(ICpuSupportingGdb cpu, ulong address, SysbusAccessWidth width, u… in AccessWatchpointHook() method in Antmicro.Renode.Utilities.GDB.Commands.BreakpointCommand