Home
last modified time | relevance | path

Searched refs:IsWatchingReads (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBWatchpointDocstrings.i45 ) lldb::SBWatchpoint::IsWatchingReads;
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h86 bool IsWatchingReads();
/src/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp332 bool SBWatchpoint::IsWatchingReads() { in IsWatchingReads() function in SBWatchpoint
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp80668 result = (bool)(arg1)->IsWatchingReads(); in _wrap_SBWatchpoint_IsWatchingReads()