Lines Matching refs:SBAttachInfo

3179 #include "lldb/API/SBAttachInfo.h"
4825 lldb::SBAttachInfo *result = 0 ;
4827 SWIG_check_num_args("lldb::SBAttachInfo::SBAttachInfo",0,0)
4828 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo();
4843 lldb::SBAttachInfo *result = 0 ;
4845 SWIG_check_num_args("lldb::SBAttachInfo::SBAttachInfo",1,1)
4846 if(!lua_isinteger(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",1,"lldb::pid_t");
4848 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo(arg1);
4864 lldb::SBAttachInfo *result = 0 ;
4866 SWIG_check_num_args("lldb::SBAttachInfo::SBAttachInfo",2,2)
4867 if(!SWIG_lua_isnilstring(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",1,"char const *");
4868 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",2,"bool");
4871 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((char const *)arg1,arg2);
4888 lldb::SBAttachInfo *result = 0 ;
4890 SWIG_check_num_args("lldb::SBAttachInfo::SBAttachInfo",3,3)
4891 if(!SWIG_lua_isnilstring(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",1,"char const *");
4892 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",2,"bool");
4893 if(!lua_isboolean(L,3)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",3,"bool");
4897 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((char const *)arg1,arg2,arg3);
4911 lldb::SBAttachInfo *arg1 = 0 ;
4912 lldb::SBAttachInfo *result = 0 ;
4914 SWIG_check_num_args("lldb::SBAttachInfo::SBAttachInfo",1,1)
4915 if(!lua_isuserdata(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",1,"lldb::SBAttachInfo const &");
4921 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((lldb::SBAttachInfo const &)*arg1);
5001 " lldb::SBAttachInfo::SBAttachInfo()\n"
5002 " lldb::SBAttachInfo::SBAttachInfo(lldb::pid_t)\n"
5003 " lldb::SBAttachInfo::SBAttachInfo(char const *,bool)\n"
5004 " lldb::SBAttachInfo::SBAttachInfo(char const *,bool,bool)\n"
5005 " lldb::SBAttachInfo::SBAttachInfo(lldb::SBAttachInfo const &)\n");
5013 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5016 SWIG_check_num_args("lldb::SBAttachInfo::GetProcessID",1,1)
5017 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetProcessID",1,"lldb::SBAttachInfo *");
5037 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5040 SWIG_check_num_args("lldb::SBAttachInfo::SetProcessID",2,2)
5041 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetProcessID",1,"lldb::SBAttachInfo *");
5042 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetProcessID",2,"lldb::pid_t");
5063 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5066 SWIG_check_num_args("lldb::SBAttachInfo::SetExecutable",2,2)
5067 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetExecutable",1,"lldb::SBAttachInfo *");
5068 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetExecutable",2,"char const *");
5089 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5093 SWIG_check_num_args("lldb::SBAttachInfo::SetExecutable",2,2)
5094 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetExecutable",1,"lldb::SBAttachInfo *");
5095 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetExecutable",2,"lldb::SBFileSpec");
5171 " lldb::SBAttachInfo::SetExecutable(char const *)\n"
5172 " lldb::SBAttachInfo::SetExecutable(lldb::SBFileSpec)\n");
5180 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5183 SWIG_check_num_args("lldb::SBAttachInfo::GetWaitForLaunch",1,1)
5184 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetWaitForLaunch",1,"lldb::SBAttachInfo *");
5204 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5207 SWIG_check_num_args("lldb::SBAttachInfo::SetWaitForLaunch",2,2)
5208 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetWaitForLaunch",1,"lldb::SBAttachInfo *");
5209 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetWaitForLaunch",2,"bool");
5230 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5234 SWIG_check_num_args("lldb::SBAttachInfo::SetWaitForLaunch",3,3)
5235 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetWaitForLaunch",1,"lldb::SBAttachInfo *");
5236 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetWaitForLaunch",2,"bool");
5237 if(!lua_isboolean(L,3)) SWIG_fail_arg("lldb::SBAttachInfo::SetWaitForLaunch",3,"bool");
5309 " lldb::SBAttachInfo::SetWaitForLaunch(bool)\n"
5310 " lldb::SBAttachInfo::SetWaitForLaunch(bool,bool)\n");
5318 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5321 SWIG_check_num_args("lldb::SBAttachInfo::GetIgnoreExisting",1,1)
5322 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetIgnoreExisting",1,"lldb::SBAttachInfo *");
5342 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5345 SWIG_check_num_args("lldb::SBAttachInfo::SetIgnoreExisting",2,2)
5346 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetIgnoreExisting",1,"lldb::SBAttachInfo *");
5347 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetIgnoreExisting",2,"bool");
5368 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5371 SWIG_check_num_args("lldb::SBAttachInfo::GetResumeCount",1,1)
5372 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetResumeCount",1,"lldb::SBAttachInfo *");
5392 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5395 SWIG_check_num_args("lldb::SBAttachInfo::SetResumeCount",2,2)
5396 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetResumeCount",1,"lldb::SBAttachInfo *");
5397 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetResumeCount",2,"uint32_t");
5418 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5421 SWIG_check_num_args("lldb::SBAttachInfo::GetProcessPluginName",1,1)
5422 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetProcessPluginName",1,"lldb::SBAttachInfo *");
5442 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5445 SWIG_check_num_args("lldb::SBAttachInfo::SetProcessPluginName",2,2)
5446 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetProcessPluginName",1,"lldb::SBAttachInfo *");
5447 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetProcessPluginName",2,"char const *");
5468 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5471 SWIG_check_num_args("lldb::SBAttachInfo::GetUserID",1,1)
5472 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetUserID",1,"lldb::SBAttachInfo *");
5492 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5495 SWIG_check_num_args("lldb::SBAttachInfo::GetGroupID",1,1)
5496 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetGroupID",1,"lldb::SBAttachInfo *");
5516 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5519 SWIG_check_num_args("lldb::SBAttachInfo::UserIDIsValid",1,1)
5520 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::UserIDIsValid",1,"lldb::SBAttachInfo *");
5540 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5543 SWIG_check_num_args("lldb::SBAttachInfo::GroupIDIsValid",1,1)
5544 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GroupIDIsValid",1,"lldb::SBAttachInfo *");
5564 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5567 SWIG_check_num_args("lldb::SBAttachInfo::SetUserID",2,2)
5568 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetUserID",1,"lldb::SBAttachInfo *");
5569 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetUserID",2,"uint32_t");
5590 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5593 SWIG_check_num_args("lldb::SBAttachInfo::SetGroupID",2,2)
5594 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetGroupID",1,"lldb::SBAttachInfo *");
5595 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetGroupID",2,"uint32_t");
5616 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5619 SWIG_check_num_args("lldb::SBAttachInfo::GetEffectiveUserID",1,1)
5620 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetEffectiveUserID",1,"lldb::SBAttachInfo *");
5640 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5643 SWIG_check_num_args("lldb::SBAttachInfo::GetEffectiveGroupID",1,1)
5644 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetEffectiveGroupID",1,"lldb::SBAttachInfo *");
5664 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5667 SWIG_check_num_args("lldb::SBAttachInfo::EffectiveUserIDIsValid",1,1)
5668 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::EffectiveUserIDIsValid",1,"lldb::SBAttachInfo *");
5688 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5691 SWIG_check_num_args("lldb::SBAttachInfo::EffectiveGroupIDIsValid",1,1)
5692 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::EffectiveGroupIDIsValid",1,"lldb::SBAttachInfo *");
5712 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5715 SWIG_check_num_args("lldb::SBAttachInfo::SetEffectiveUserID",2,2)
5716 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetEffectiveUserID",1,"lldb::SBAttachInfo *");
5717 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetEffectiveUserID",2,"uint32_t");
5738 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5741 SWIG_check_num_args("lldb::SBAttachInfo::SetEffectiveGroupID",2,2)
5742 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetEffectiveGroupID",1,"lldb::SBAttachInfo *");
5743 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetEffectiveGroupID",2,"uint32_t");
5764 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5767 SWIG_check_num_args("lldb::SBAttachInfo::GetParentProcessID",1,1)
5768 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetParentProcessID",1,"lldb::SBAttachInfo *");
5788 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5791 SWIG_check_num_args("lldb::SBAttachInfo::SetParentProcessID",2,2)
5792 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetParentProcessID",1,"lldb::SBAttachInfo *");
5793 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetParentProcessID",2,"lldb::pid_t");
5814 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5817 SWIG_check_num_args("lldb::SBAttachInfo::ParentProcessIDIsValid",1,1)
5818 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::ParentProcessIDIsValid",1,"lldb::SBAttachInfo *");
5838 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5841 SWIG_check_num_args("lldb::SBAttachInfo::GetListener",1,1)
5842 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetListener",1,"lldb::SBAttachInfo *");
5865 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5868 SWIG_check_num_args("lldb::SBAttachInfo::SetListener",2,2)
5869 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetListener",1,"lldb::SBAttachInfo *");
5870 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetListener",2,"lldb::SBListener &");
5895 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5898 SWIG_check_num_args("lldb::SBAttachInfo::GetShadowListener",1,1)
5899 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetShadowListener",1,"lldb::SBAttachInfo *");
5922 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5925 SWIG_check_num_args("lldb::SBAttachInfo::SetShadowListener",2,2)
5926 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetShadowListener",1,"lldb::SBAttachInfo *");
5927 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetShadowListener",2,"lldb::SBListener &");
5952 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5955 SWIG_check_num_args("lldb::SBAttachInfo::GetScriptedProcessClassName",1,1)
5956 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetScriptedProcessClassName",1,"lldb::SBAttachInfo const *");
5962 result = (char *)((lldb::SBAttachInfo const *)arg1)->GetScriptedProcessClassName();
5976 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
5979 SWIG_check_num_args("lldb::SBAttachInfo::SetScriptedProcessClassName",2,2)
5980 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetScriptedProcessClassName",1,"lldb::SBAttachInfo *");
5981 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetScriptedProcessClassName",2,"char const *");
6002 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
6005 SWIG_check_num_args("lldb::SBAttachInfo::GetScriptedProcessDictionary",1,1)
6006 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::GetScriptedProcessDictionary",1,"lldb::SBAttachInfo const *");
6012 result = ((lldb::SBAttachInfo const *)arg1)->GetScriptedProcessDictionary();
6029 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) 0 ;
6033 SWIG_check_num_args("lldb::SBAttachInfo::SetScriptedProcessDictionary",2,2)
6034 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetScriptedProcessDictionary",1,"lldb::SBAttachInfo *");
6035 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetScriptedProcessDictionary",2,"lldb::SBStructuredData");
6059 lldb::SBAttachInfo *arg1 = (lldb::SBAttachInfo *) obj;
6128 "SBAttachInfo",
6137 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 };
41321 lldb::SBAttachInfo *arg2 = 0 ;
41329 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBPlatform::Attach",2,"lldb::SBAttachInfo &");
52296 lldb::SBAttachInfo *arg2 = 0 ;
52302 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBTarget::Attach",2,"lldb::SBAttachInfo &");
78791 static swig_type_info _swigt__p_lldb__SBAttachInfo = {"_p_lldb__SBAttachInfo", "lldb::SBAttachInfo *", 0, 0, (void*)&_wrap_class_SBAttachInfo, 0};