Home
last modified time | relevance | path

Searched refs:EventIsWatchpointEvent (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h73 static bool EventIsWatchpointEvent(const lldb::SBEvent &event);
/src/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp262 bool SBWatchpoint::EventIsWatchpointEvent(const lldb::SBEvent &event) { in EventIsWatchpointEvent() function in SBWatchpoint
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp80518 result = (bool)lldb::SBWatchpoint::EventIsWatchpointEvent((lldb::SBEvent const &)*arg1); in _wrap_SBWatchpoint_EventIsWatchpointEvent()