Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DBreakpointCommand.cs45 cpu.AddHook(address, MemoryBreakpointHook); in InsertBreakpoint()
82 cpu.RemoveHook(address, MemoryBreakpointHook); in RemoveBreakpoint()
113 private void MemoryBreakpointHook(ICpuSupportingGdb cpu, ulong address) in MemoryBreakpointHook() method in Antmicro.Renode.Utilities.GDB.Commands.BreakpointCommand