Home
last modified time | relevance | path

Searched refs:GetWatchpointTypeWrite (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBWatchpointOptionsDocstrings.i12 ) lldb::SBWatchpointOptions::GetWatchpointTypeWrite;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpointOptions.h34 lldb::WatchpointWriteType GetWatchpointTypeWrite() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBWatchpointOptions.cpp67 WatchpointWriteType SBWatchpointOptions::GetWatchpointTypeWrite() const { in GetWatchpointTypeWrite() function in SBWatchpointOptions
H A DSBTarget.cpp1347 if (options.GetWatchpointTypeWrite() == eWatchpointWriteTypeAlways) in WatchpointCreateByAddress()
1349 if (options.GetWatchpointTypeWrite() == eWatchpointWriteTypeOnModify) in WatchpointCreateByAddress()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77681 …t = (lldb::WatchpointWriteType)((lldb::SBWatchpointOptions const *)arg1)->GetWatchpointTypeWrite(); in _wrap_SBWatchpointOptions_GetWatchpointTypeWrite()