Searched refs:fWatchType (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.cpp700 fWatchType(B_DATA_READ_WATCHPOINT),
716 fWatchType = type;
736 error = data.FindUInt32("watchtype", &fWatchType);
752 error = _output.AddUInt32("watchtype", fWatchType);
H A DRemoteDebugRequest.h350 uint32 WatchType() const { return fWatchType; }
363 uint32 fWatchType; member in class:RemoteDebugInstallWatchpointRequest

Completed in 85 milliseconds