Home
last modified time | relevance | path

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

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