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
1354 if (options.GetWatchpointTypeWrite() == eWatchpointWriteTypeAlways) in WatchpointCreateByAddress()1356 if (options.GetWatchpointTypeWrite() == eWatchpointWriteTypeOnModify) in WatchpointCreateByAddress()
80964 …t = (lldb::WatchpointWriteType)((lldb::SBWatchpointOptions const *)arg1)->GetWatchpointTypeWrite(); in _wrap_SBWatchpointOptions_GetWatchpointTypeWrite()