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

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBListener.i44 StopListeningForEventClass (SBDebugger &debugger,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBListener.h40 bool StopListeningForEventClass(SBDebugger &debugger,
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp97 bool SBListener::StopListeningForEventClass(SBDebugger &debugger, function in class:SBListener
100 LLDB_RECORD_METHOD(bool, SBListener, StopListeningForEventClass,
342 LLDB_REGISTER_METHOD(bool, SBListener, StopListeningForEventClass,
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32471 SWIG_check_num_args("lldb::SBListener::StopListeningForEventClass",4,4)
32472 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBListener::StopListeningForEventClass",1,"lldb::SBListener *");
32473 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBListener::StopListeningForEventClass",2,"lldb::SBDebugger &");
32474 if(!SWIG_lua_isnilstring(L,3)) SWIG_fail_arg("lldb::SBListener::StopListeningForEventClass",3,"char const *");
32475 if(!lua_isnumber(L,4)) SWIG_fail_arg("lldb::SBListener::StopListeningForEventClass",4,"uint32_t");
32489 result = (uint32_t)(arg1)->StopListeningForEventClass(*arg2,(char const *)arg3,arg4);
[all...]

Completed in 190 milliseconds