Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBWatchpointDocstrings.i49 ) lldb::SBWatchpoint::IsWatchingWrites;
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h88 bool IsWatchingWrites();
/src/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp345 bool SBWatchpoint::IsWatchingWrites() { in IsWatchingWrites() function in SBWatchpoint
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp80692 result = (bool)(arg1)->IsWatchingWrites(); in _wrap_SBWatchpoint_IsWatchingWrites()