Lines Matching refs:SetProcessPluginName
6215 SWIG_check_num_args("lldb::SBAttachInfo::SetProcessPluginName",2,2)
6216 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetProcessPluginName",1,"lldb::SBAttachInfo *");
6217 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetProcessPluginName",2,"char const *");
6224 (arg1)->SetProcessPluginName((char const *)arg2);
6854 { "SetProcessPluginName", _wrap_SBAttachInfo_SetProcessPluginName},
35654 SWIG_check_num_args("lldb::SBLaunchInfo::SetProcessPluginName",2,2)
35655 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBLaunchInfo::SetProcessPluginName",1,"lldb::SBLaunchInfo *");
35656 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBLaunchInfo::SetProcessPluginName",2,"char const *");
35663 (arg1)->SetProcessPluginName((char const *)arg2);
36202 { "SetProcessPluginName", _wrap_SBLaunchInfo_SetProcessPluginName},