Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DBreakpointCommand.cs55AddWatchpointsCoveringMemoryArea(address, kind, Access.ReadAndWrite, AccessWatchpointHook); in InsertBreakpoint()
58AddWatchpointsCoveringMemoryArea(address, kind, Access.Read, ReadWatchpointHook); in InsertBreakpoint()
61AddWatchpointsCoveringMemoryArea(address, kind, Access.Write, WriteWatchpointHook); in InsertBreakpoint()
136 …private void AddWatchpointsCoveringMemoryArea(ulong address, uint kind, Access access, BusHookDele… in AddWatchpointsCoveringMemoryArea() method in Antmicro.Renode.Utilities.GDB.Commands.BreakpointCommand