Home
last modified time | relevance | path

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), in RemoteDebugInstallWatchpointRequest()
716 fWatchType = type; in SetTo()
736 error = data.FindUInt32("watchtype", &fWatchType); in LoadSpecificInfoFromMessage()
752 error = _output.AddUInt32("watchtype", fWatchType); in SaveSpecificInfoToMessage()
H A DRemoteDebugRequest.h350 uint32 WatchType() const { return fWatchType; } in WatchType()
363 uint32 fWatchType; variable