• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/lib/clang/liblldb/

Lines Matching refs:SBAttachInfo

3128 #include "lldb/API/SBAttachInfo.h"
4653 lldb::SBAttachInfo *result = 0 ;
4655 SWIG_check_num_args("lldb::SBAttachInfo::SBAttachInfo",0,0)
4656 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo();
4671 lldb::SBAttachInfo *result = 0 ;
4673 SWIG_check_num_args("lldb::SBAttachInfo::SBAttachInfo",1,1)
4674 if(!lua_isnumber(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",1,"lldb::pid_t");
4676 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo(arg1);
4692 lldb::SBAttachInfo *result = 0 ;
4694 SWIG_check_num_args("lldb::SBAttachInfo::SBAttachInfo",2,2)
4695 if(!SWIG_lua_isnilstring(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",1,"char const *");
4696 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",2,"bool");
4699 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((char const *)arg1,arg2);
4716 lldb::SBAttachInfo *result = 0 ;
4718 SWIG_check_num_args("lldb::SBAttachInfo::SBAttachInfo",3,3)
4719 if(!SWIG_lua_isnilstring(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",1,"char const *");
4720 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",2,"bool");
4721 if(!lua_isboolean(L,3)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",3,"bool");
4725 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((char const *)arg1,arg2,arg3);
4739 lldb::SBAttachInfo *arg1 = 0 ;
4740 lldb::SBAttachInfo *result = 0 ;
4742 SWIG_check_num_args("lldb::SBAttachInfo::SBAttachInfo",1,1)
4743 if(!lua_isuserdata(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",1,"lldb::SBAttachInfo const &");
4749 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((lldb::SBAttachInfo const &)*arg1);
4830 " lldb::SBAttachInfo::SBAttachInfo()\n"
4831 " lldb::SBAttachInfo::SBAttachInfo(lldb::pid_t)\n"
4832 " lldb::SBAttachInfo::SBAttachInfo(char const *,bool)\n"
4833 " lldb::SBAttachInfo::SBAttachInfo(char const *,bool,bool)\n"
4834 " lldb::SBAttachInfo::SBAttachInfo(lldb::SBAttachInfo const &)\n");
4841 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
4844 SWIG_check_num_args("lldb::SBAttachInfo::GetProcessID",1,1)
4845 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetProcessID",1,"lldb::SBAttachInfo *");
4865 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
4868 SWIG_check_num_args("lldb::SBAttachInfo::SetProcessID",2,2)
4869 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetProcessID",1,"lldb::SBAttachInfo *");
4870 if(!lua_isnumber(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetProcessID",2,"lldb::pid_t");
4891 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
4894 SWIG_check_num_args("lldb::SBAttachInfo::SetExecutable",2,2)
4895 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetExecutable",1,"lldb::SBAttachInfo *");
4896 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetExecutable",2,"char const *");
4917 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
4921 SWIG_check_num_args("lldb::SBAttachInfo::SetExecutable",2,2)
4922 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetExecutable",1,"lldb::SBAttachInfo *");
4923 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetExecutable",2,"lldb::SBFileSpec");
5000 " lldb::SBAttachInfo::SetExecutable(char const *)\n"
5001 " lldb::SBAttachInfo::SetExecutable(lldb::SBFileSpec)\n");
5008 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5011 SWIG_check_num_args("lldb::SBAttachInfo::GetWaitForLaunch",1,1)
5012 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetWaitForLaunch",1,"lldb::SBAttachInfo *");
5032 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5035 SWIG_check_num_args("lldb::SBAttachInfo::SetWaitForLaunch",2,2)
5036 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetWaitForLaunch",1,"lldb::SBAttachInfo *");
5037 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetWaitForLaunch",2,"bool");
5058 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5062 SWIG_check_num_args("lldb::SBAttachInfo::SetWaitForLaunch",3,3)
5063 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetWaitForLaunch",1,"lldb::SBAttachInfo *");
5064 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetWaitForLaunch",2,"bool");
5065 if(!lua_isboolean(L,3)) SWIG_fail_arg("lldb::SBAttachInfo::SetWaitForLaunch",3,"bool");
5138 " lldb::SBAttachInfo::SetWaitForLaunch(bool)\n"
5139 " lldb::SBAttachInfo::SetWaitForLaunch(bool,bool)\n");
5146 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5149 SWIG_check_num_args("lldb::SBAttachInfo::GetIgnoreExisting",1,1)
5150 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetIgnoreExisting",1,"lldb::SBAttachInfo *");
5170 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5173 SWIG_check_num_args("lldb::SBAttachInfo::SetIgnoreExisting",2,2)
5174 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetIgnoreExisting",1,"lldb::SBAttachInfo *");
5175 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetIgnoreExisting",2,"bool");
5196 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5199 SWIG_check_num_args("lldb::SBAttachInfo::GetResumeCount",1,1)
5200 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetResumeCount",1,"lldb::SBAttachInfo *");
5220 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5223 SWIG_check_num_args("lldb::SBAttachInfo::SetResumeCount",2,2)
5224 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetResumeCount",1,"lldb::SBAttachInfo *");
5225 if(!lua_isnumber(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetResumeCount",2,"uint32_t");
5247 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5250 SWIG_check_num_args("lldb::SBAttachInfo::GetProcessPluginName",1,1)
5251 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetProcessPluginName",1,"lldb::SBAttachInfo *");
5271 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5274 SWIG_check_num_args("lldb::SBAttachInfo::SetProcessPluginName",2,2)
5275 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetProcessPluginName",1,"lldb::SBAttachInfo *");
5276 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetProcessPluginName",2,"char const *");
5297 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5300 SWIG_check_num_args("lldb::SBAttachInfo::GetUserID",1,1)
5301 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetUserID",1,"lldb::SBAttachInfo *");
5321 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5324 SWIG_check_num_args("lldb::SBAttachInfo::GetGroupID",1,1)
5325 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetGroupID",1,"lldb::SBAttachInfo *");
5345 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5348 SWIG_check_num_args("lldb::SBAttachInfo::UserIDIsValid",1,1)
5349 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::UserIDIsValid",1,"lldb::SBAttachInfo *");
5369 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5372 SWIG_check_num_args("lldb::SBAttachInfo::GroupIDIsValid",1,1)
5373 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GroupIDIsValid",1,"lldb::SBAttachInfo *");
5393 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5396 SWIG_check_num_args("lldb::SBAttachInfo::SetUserID",2,2)
5397 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetUserID",1,"lldb::SBAttachInfo *");
5398 if(!lua_isnumber(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetUserID",2,"uint32_t");
5420 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5423 SWIG_check_num_args("lldb::SBAttachInfo::SetGroupID",2,2)
5424 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetGroupID",1,"lldb::SBAttachInfo *");
5425 if(!lua_isnumber(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetGroupID",2,"uint32_t");
5447 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5450 SWIG_check_num_args("lldb::SBAttachInfo::GetEffectiveUserID",1,1)
5451 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetEffectiveUserID",1,"lldb::SBAttachInfo *");
5471 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5474 SWIG_check_num_args("lldb::SBAttachInfo::GetEffectiveGroupID",1,1)
5475 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetEffectiveGroupID",1,"lldb::SBAttachInfo *");
5495 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5498 SWIG_check_num_args("lldb::SBAttachInfo::EffectiveUserIDIsValid",1,1)
5499 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::EffectiveUserIDIsValid",1,"lldb::SBAttachInfo *");
5519 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5522 SWIG_check_num_args("lldb::SBAttachInfo::EffectiveGroupIDIsValid",1,1)
5523 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::EffectiveGroupIDIsValid",1,"lldb::SBAttachInfo *");
5543 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5546 SWIG_check_num_args("lldb::SBAttachInfo::SetEffectiveUserID",2,2)
5547 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetEffectiveUserID",1,"lldb::SBAttachInfo *");
5548 if(!lua_isnumber(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetEffectiveUserID",2,"uint32_t");
5570 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5573 SWIG_check_num_args("lldb::SBAttachInfo::SetEffectiveGroupID",2,2)
5574 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetEffectiveGroupID",1,"lldb::SBAttachInfo *");
5575 if(!lua_isnumber(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetEffectiveGroupID",2,"uint32_t");
5597 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5600 SWIG_check_num_args("lldb::SBAttachInfo::GetParentProcessID",1,1)
5601 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetParentProcessID",1,"lldb::SBAttachInfo *");
5621 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5624 SWIG_check_num_args("lldb::SBAttachInfo::SetParentProcessID",2,2)
5625 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetParentProcessID",1,"lldb::SBAttachInfo *");
5626 if(!lua_isnumber(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetParentProcessID",2,"lldb::pid_t");
5647 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5650 SWIG_check_num_args("lldb::SBAttachInfo::ParentProcessIDIsValid",1,1)
5651 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::ParentProcessIDIsValid",1,"lldb::SBAttachInfo *");
5671 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5674 SWIG_check_num_args("lldb::SBAttachInfo::GetListener",1,1)
5675 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetListener",1,"lldb::SBAttachInfo *");
5698 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5701 SWIG_check_num_args("lldb::SBAttachInfo::SetListener",2,2)
5702 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetListener",1,"lldb::SBAttachInfo *");
5703 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetListener",2,"lldb::SBListener &");
5727 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) obj;
5790 "SBAttachInfo",
5799 static swig_lua_class _wrap_class_SBAttachInfo = { "SBAttachInfo", "SBAttachInfo", &SWIGTYPE_p_lldb__SBAttachInfo,_proxy__wrap_new_SBAttachInfo, swig_delete_SBAttachInfo, swig_SBAttachInfo_methods, swig_SBAttachInfo_attributes, &swig_SBAttachInfo_Sf_SwigStatic, swig_SBAttachInfo_meta, swig_SBAttachInfo_bases, swig_SBAttachInfo_base_names };
46188 lldb::SBAttachInfo *arg2 = 0 ;
46194 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBTarget::Attach",2,"lldb::SBAttachInfo &");
69971 static swig_type_info _swigt__p_lldb__SBAttachInfo = {"_p_lldb__SBAttachInfo", "lldb::SBAttachInfo *", 0, 0, (void*)&_wrap_class_SBAttachInfo, 0};