Searched refs:fWatchType (Results 1 – 2 of 2) sorted by relevance
700 fWatchType(B_DATA_READ_WATCHPOINT), in RemoteDebugInstallWatchpointRequest()716 fWatchType = type; in SetTo()736 error = data.FindUInt32("watchtype", &fWatchType); in LoadSpecificInfoFromMessage()752 error = _output.AddUInt32("watchtype", fWatchType); in SaveSpecificInfoToMessage()
350 uint32 WatchType() const { return fWatchType; } in WatchType()363 uint32 fWatchType; variable