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

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBListener.i39 StartListeningForEventClass (SBDebugger &debugger,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBListener.h36 uint32_t StartListeningForEventClass(SBDebugger &debugger,
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp79 uint32_t SBListener::StartListeningForEventClass(SBDebugger &debugger, function in class:SBListener
82 LLDB_RECORD_METHOD(uint32_t, SBListener, StartListeningForEventClass,
340 LLDB_REGISTER_METHOD(uint32_t, SBListener, StartListeningForEventClass,
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32433 SWIG_check_num_args("lldb::SBListener::StartListeningForEventClass",4,4)
32434 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBListener::StartListeningForEventClass",1,"lldb::SBListener *");
32435 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBListener::StartListeningForEventClass",2,"lldb::SBDebugger &");
32436 if(!SWIG_lua_isnilstring(L,3)) SWIG_fail_arg("lldb::SBListener::StartListeningForEventClass",3,"char const *");
32437 if(!lua_isnumber(L,4)) SWIG_fail_arg("lldb::SBListener::StartListeningForEventClass",4,"uint32_t");
32451 result = (uint32_t)(arg1)->StartListeningForEventClass(*arg2,(char const *)arg3,arg4);
[all...]

Completed in 287 milliseconds