Lines Matching refs:QueueThreadPlanForStepOut
65234 SWIG_check_num_args("lldb::SBThreadPlan::QueueThreadPlanForStepOut",3,3)
65235 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBThreadPlan::QueueThreadPlanForStepOut",1,"lldb::SBThreadPlan *");
65236 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBThreadPlan::QueueThreadPlanForStepOut",2,"uint32_t");
65237 if(!lua_isboolean(L,3)) SWIG_fail_arg("lldb::SBThreadPlan::QueueThreadPlanForStepOut",3,"bool");
65245 result = (arg1)->QueueThreadPlanForStepOut(arg2,arg3);
65266 SWIG_check_num_args("lldb::SBThreadPlan::QueueThreadPlanForStepOut",2,2)
65267 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBThreadPlan::QueueThreadPlanForStepOut",1,"lldb::SBThreadPlan *");
65268 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBThreadPlan::QueueThreadPlanForStepOut",2,"uint32_t");
65275 result = (arg1)->QueueThreadPlanForStepOut(arg2);
65298 SWIG_check_num_args("lldb::SBThreadPlan::QueueThreadPlanForStepOut",4,4)
65299 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBThreadPlan::QueueThreadPlanForStepOut",1,"lldb::SBThreadPlan *");
65300 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBThreadPlan::QueueThreadPlanForStepOut",2,"uint32_t");
65301 if(!lua_isboolean(L,3)) SWIG_fail_arg("lldb::SBThreadPlan::QueueThreadPlanForStepOut",3,"bool");
65302 if(!lua_isuserdata(L,4)) SWIG_fail_arg("lldb::SBThreadPlan::QueueThreadPlanForStepOut",4,"lldb::SBError &");
65315 result = (arg1)->QueueThreadPlanForStepOut(arg2,arg3,*arg4);
65416 " lldb::SBThreadPlan::QueueThreadPlanForStepOut(uint32_t,bool)\n"
65417 " lldb::SBThreadPlan::QueueThreadPlanForStepOut(uint32_t)\n"
65418 " lldb::SBThreadPlan::QueueThreadPlanForStepOut(uint32_t,bool,lldb::SBError &)\n");
65821 { "QueueThreadPlanForStepOut", _wrap_SBThreadPlan_QueueThreadPlanForStepOut},