Searched refs:GetWatchpointTypeWrite (Results 1 – 5 of 5) sorted by relevance
12 ) lldb::SBWatchpointOptions::GetWatchpointTypeWrite;
34 lldb::WatchpointWriteType GetWatchpointTypeWrite() const;
67 WatchpointWriteType SBWatchpointOptions::GetWatchpointTypeWrite() const { in GetWatchpointTypeWrite() function in SBWatchpointOptions
1347 if (options.GetWatchpointTypeWrite() == eWatchpointWriteTypeAlways) in WatchpointCreateByAddress()1349 if (options.GetWatchpointTypeWrite() == eWatchpointWriteTypeOnModify) in WatchpointCreateByAddress()
77681 …t = (lldb::WatchpointWriteType)((lldb::SBWatchpointOptions const *)arg1)->GetWatchpointTypeWrite(); in _wrap_SBWatchpointOptions_GetWatchpointTypeWrite()