Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBWatchpointOptionsDocstrings.i8 ) lldb::SBWatchpointOptions::GetWatchpointTypeRead;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpointOptions.h30 bool GetWatchpointTypeRead() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBWatchpointOptions.cpp51 bool SBWatchpointOptions::GetWatchpointTypeRead() const { in GetWatchpointTypeRead() function in SBWatchpointOptions
H A DSBTarget.cpp1345 if (options.GetWatchpointTypeRead()) in WatchpointCreateByAddress()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77631 result = (bool)((lldb::SBWatchpointOptions const *)arg1)->GetWatchpointTypeRead(); in _wrap_SBWatchpointOptions_GetWatchpointTypeRead()