Home
last modified time | relevance | path

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

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