Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DBreakpointCommand.cs34 || type == BreakpointType.ReadWatchpoint in InsertBreakpoint()
57 case BreakpointType.ReadWatchpoint: in InsertBreakpoint()
94 case BreakpointType.ReadWatchpoint: in RemoveBreakpoint()
133 …pModeSafely(new HaltArguments(HaltReason.Breakpoint, cpu, address, BreakpointType.ReadWatchpoint)); in ReadWatchpointHook()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DBreakpointType.cs14 ReadWatchpoint, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DBreakpointTypeExtensions.cs22 case BreakpointType.ReadWatchpoint: in GetStopReason()
DGdbStub.cs112 case BreakpointType.ReadWatchpoint: in OnHalted()