Searched refs:StopListeningForEvents (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBListener.i53 StopListeningForEvents (const lldb::SBBroadcaster& broadcaster,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBListener.h47 bool StopListeningForEvents(const lldb::SBBroadcaster &broadcaster,
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp130 bool SBListener::StopListeningForEvents(const SBBroadcaster &broadcaster, function in class:SBListener
132 LLDB_RECORD_METHOD(bool, SBListener, StopListeningForEvents,
137 return m_opaque_sp->StopListeningForEvents(broadcaster.get(), event_mask);
346 LLDB_REGISTER_METHOD(bool, SBListener, StopListeningForEvents,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DListener.h76 bool StopListeningForEvents(Broadcaster *broadcaster, uint32_t event_mask);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp148 bool Listener::StopListeningForEvents(Broadcaster *broadcaster, function in class:Listener
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32543 SWIG_check_num_args("lldb::SBListener::StopListeningForEvents",3,3)
32544 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBListener::StopListeningForEvents",1,"lldb::SBListener *");
32545 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBListener::StopListeningForEvents",2,"lldb::SBBroadcaster const &");
32546 if(!lua_isnumber(L,3)) SWIG_fail_arg("lldb::SBListener::StopListeningForEvents",3,"uint32_t");
32559 result = (bool)(arg1)->StopListeningForEvents((lldb::SBBroadcaster const &)*arg2,arg3);
[all...]

Completed in 327 milliseconds