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

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBListener.i62 WaitForEventForBroadcaster (uint32_t num_seconds,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBListener.h53 bool WaitForEventForBroadcaster(uint32_t num_seconds,
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp167 bool SBListener::WaitForEventForBroadcaster(uint32_t num_seconds, function in class:SBListener
170 LLDB_RECORD_METHOD(bool, SBListener, WaitForEventForBroadcaster,
351 bool, SBListener, WaitForEventForBroadcaster,
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32614 SWIG_check_num_args("lldb::SBListener::WaitForEventForBroadcaster",4,4)
32615 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBListener::WaitForEventForBroadcaster",1,"lldb::SBListener *");
32616 if(!lua_isnumber(L,2)) SWIG_fail_arg("lldb::SBListener::WaitForEventForBroadcaster",2,"uint32_t");
32617 if(!lua_isuserdata(L,3)) SWIG_fail_arg("lldb::SBListener::WaitForEventForBroadcaster",3,"lldb::SBBroadcaster const &");
32618 if(!lua_isuserdata(L,4)) SWIG_fail_arg("lldb::SBListener::WaitForEventForBroadcaster",4,"lldb::SBEvent &");
32636 result = (bool)(arg1)->WaitForEventForBroadcaster(arg2,(lldb::SBBroadcaster const &)*arg3,*arg4);
[all...]

Completed in 174 milliseconds