Searched refs:WaitForEventForBroadcasterWithType (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBListener.i67 WaitForEventForBroadcasterWithType (uint32_t num_seconds,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBListener.h57 bool WaitForEventForBroadcasterWithType(
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp189 bool SBListener::WaitForEventForBroadcasterWithType( function in class:SBListener
193 bool, SBListener, WaitForEventForBroadcasterWithType,
354 bool, SBListener, WaitForEventForBroadcasterWithType,
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32657 SWIG_check_num_args("lldb::SBListener::WaitForEventForBroadcasterWithType",5,5)
32658 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBListener::WaitForEventForBroadcasterWithType",1,"lldb::SBListener *");
32659 if(!lua_isnumber(L,2)) SWIG_fail_arg("lldb::SBListener::WaitForEventForBroadcasterWithType",2,"uint32_t");
32660 if(!lua_isuserdata(L,3)) SWIG_fail_arg("lldb::SBListener::WaitForEventForBroadcasterWithType",3,"lldb::SBBroadcaster const &");
32661 if(!lua_isnumber(L,4)) SWIG_fail_arg("lldb::SBListener::WaitForEventForBroadcasterWithType",4,"uint32_t");
32662 if(!lua_isuserdata(L,5)) SWIG_fail_arg("lldb::SBListener::WaitForEventForBroadcasterWithType",5,"lldb::SBEvent &");
32682 result = (bool)(arg1)->WaitForEventForBroadcasterWithType(arg2,(lldb::SBBroadcaster const &)*arg3,arg4,*arg5)
[all...]

Completed in 249 milliseconds