Searched refs:AddWatchpointsCoveringMemoryArea (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/ |
| D | BreakpointCommand.cs | 55 … AddWatchpointsCoveringMemoryArea(address, kind, Access.ReadAndWrite, AccessWatchpointHook); in InsertBreakpoint() 58 … AddWatchpointsCoveringMemoryArea(address, kind, Access.Read, ReadWatchpointHook); in InsertBreakpoint() 61 … AddWatchpointsCoveringMemoryArea(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
|