Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp275 bool SBWatchpoint::EventIsWatchpointEvent(const lldb::SBEvent &event) { in EventIsWatchpointEvent() function in SBWatchpoint
276 LLDB_RECORD_STATIC_METHOD(bool, SBWatchpoint, EventIsWatchpointEvent, in EventIsWatchpointEvent()
341 LLDB_REGISTER_STATIC_METHOD(bool, SBWatchpoint, EventIsWatchpointEvent, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBWatchpoint.i85 EventIsWatchpointEvent (const lldb::SBEvent &event);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h69 static bool EventIsWatchpointEvent(const lldb::SBEvent &event);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70255 result = (bool)lldb::SBWatchpoint::EventIsWatchpointEvent((lldb::SBEvent const &)*arg1); in _wrap_SBWatchpoint_EventIsWatchpointEvent()