Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DBreakpointCommand.cs35 || type == BreakpointType.WriteWatchpoint)) in InsertBreakpoint()
60 case BreakpointType.WriteWatchpoint: in InsertBreakpoint()
97 case BreakpointType.WriteWatchpoint: in RemoveBreakpoint()
128 …ModeSafely(new HaltArguments(HaltReason.Breakpoint, cpu, address, BreakpointType.WriteWatchpoint)); in WriteWatchpointHook()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DBreakpointType.cs13 WriteWatchpoint, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DBreakpointTypeExtensions.cs20 case BreakpointType.WriteWatchpoint: in GetStopReason()
DGdbStub.cs111 case BreakpointType.WriteWatchpoint: in OnHalted()