Lines Matching defs:result
267 also requires SWIG_ConvertPtr to return new result values, such as
287 Finally, if the SWIG_CASTRANK_MODE is enabled, the result code
926 const char *result = lua_tostring(L, idx);
928 return result;
1329 lua_call(L,0,1); /* 1 value in (userdata),1 out (result) */
1501 int result = SWIG_ERROR;
1569 result = func(L, base_swig_type,subcall_first_arg, ret); /* Forward call */
1570 if(result != SWIG_ERROR) {
1586 return result;
1614 lua_call(L,2,1); /* 2 value in (userdata),1 out (result) */
1655 lua_call(L,1,1); /* 1 value in (userdata),1 out (result) */
1691 int result;
1698 result = SWIG_Lua_class_do_get(L,type,1,&ret);
1699 if(result == SWIG_OK)
1702 result = SWIG_Lua_class_do_get_item(L,type,1,&ret);
1703 if(result == SWIG_OK)
1782 int result;
1788 result = SWIG_Lua_class_do_set(L,type,1,&ret);
1789 if(result != SWIG_OK) {
1850 int result;
1856 /*result=(usr1->ptr==usr2->ptr && usr1->type==usr2->type); only works if type is the same*/
1857 result=(usr1->ptr==usr2->ptr);
1858 lua_pushboolean(L,result);
1914 lua_pop(L,1); /* remove the result */
2143 int result = 0;
2158 lua_pop(L,2); /* remove class metatable and query result */
2164 result = SWIG_Lua_do_resolve_metamethod(L, clss->bases[i], metamethod_name_idx, 0);
2165 if (result)
2169 return result;
2179 int result;
2193 result = SWIG_Lua_do_resolve_metamethod(L, clss, metamethod_name_idx, 1);
2194 if (!result) {
2593 void *result = 0;
2594 if (!SWIG_IsOK(SWIG_ConvertPtr(L,index,&result,type,flags))){
2598 return result;
3889 std::string *result = 0 ;
3892 result = (std::string *)new std::string();
3893 SWIG_NewPointerObj(L,result,SWIGTYPE_p_std__string,1); SWIG_arg++;
3907 std::string *result = 0 ;
3912 result = (std::string *)new std::string((char const *)arg1);
3913 SWIG_NewPointerObj(L,result,SWIGTYPE_p_std__string,1); SWIG_arg++;
3955 unsigned int result;
3964 result = (unsigned int)((std::string const *)arg1)->size();
3965 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
3979 unsigned int result;
3988 result = (unsigned int)((std::string const *)arg1)->length();
3989 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
4003 bool result;
4012 result = (bool)((std::string const *)arg1)->empty();
4013 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
4027 char *result = 0 ;
4036 result = (char *)((std::string const *)arg1)->c_str();
4037 lua_pushstring(L,(const char *)result); SWIG_arg++;
4051 char *result = 0 ;
4060 result = (char *)((std::string const *)arg1)->data();
4061 lua_pushstring(L,(const char *)result); SWIG_arg++;
4153 lldb::SBAddress *result = 0 ;
4156 result = (lldb::SBAddress *)new lldb::SBAddress();
4157 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAddress,1); SWIG_arg++;
4171 lldb::SBAddress *result = 0 ;
4180 result = (lldb::SBAddress *)new lldb::SBAddress((lldb::SBAddress const &)*arg1);
4181 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAddress,1); SWIG_arg++;
4197 lldb::SBAddress *result = 0 ;
4209 result = (lldb::SBAddress *)new lldb::SBAddress(arg1,arg2);
4210 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAddress,1); SWIG_arg++;
4225 lldb::SBAddress *result = 0 ;
4236 result = (lldb::SBAddress *)new lldb::SBAddress(arg1,*arg2);
4237 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAddress,1); SWIG_arg++;
4324 bool result;
4333 result = (bool)((lldb::SBAddress const *)arg1)->IsValid();
4334 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
4371 lldb::addr_t result;
4380 result = (lldb::addr_t)((lldb::SBAddress const *)arg1)->GetFileAddress();
4381 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
4396 lldb::addr_t result;
4411 result = (lldb::addr_t)((lldb::SBAddress const *)arg1)->GetLoadAddress((lldb::SBTarget const &)*arg2);
4412 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
4495 bool result;
4506 result = (bool)(arg1)->OffsetAddress(arg2);
4507 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
4522 bool result;
4537 result = (bool)(arg1)->GetDescription(*arg2);
4538 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
4553 lldb::SBSymbolContext result;
4564 result = (arg1)->GetSymbolContext(arg2);
4566 lldb::SBSymbolContext * resultptr = new lldb::SBSymbolContext(result);
4582 lldb::SBSection result;
4591 result = (arg1)->GetSection();
4593 lldb::SBSection * resultptr = new lldb::SBSection(result);
4609 lldb::addr_t result;
4618 result = (lldb::addr_t)(arg1)->GetOffset();
4619 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
4633 lldb::SBModule result;
4642 result = (arg1)->GetModule();
4644 lldb::SBModule * resultptr = new lldb::SBModule(result);
4660 lldb::SBCompileUnit result;
4669 result = (arg1)->GetCompileUnit();
4671 lldb::SBCompileUnit * resultptr = new lldb::SBCompileUnit(result);
4687 lldb::SBFunction result;
4696 result = (arg1)->GetFunction();
4698 lldb::SBFunction * resultptr = new lldb::SBFunction(result);
4714 lldb::SBBlock result;
4723 result = (arg1)->GetBlock();
4725 lldb::SBBlock * resultptr = new lldb::SBBlock(result);
4741 lldb::SBSymbol result;
4750 result = (arg1)->GetSymbol();
4752 lldb::SBSymbol * resultptr = new lldb::SBSymbol(result);
4768 lldb::SBLineEntry result;
4777 result = (arg1)->GetLineEntry();
4779 lldb::SBLineEntry * resultptr = new lldb::SBLineEntry(result);
4795 std::string result;
4804 result = lldb_SBAddress___repr__(arg1);
4805 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
4884 lldb::SBAddressRange *result = 0 ;
4887 result = (lldb::SBAddressRange *)new lldb::SBAddressRange();
4888 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAddressRange,1); SWIG_arg++;
4902 lldb::SBAddressRange *result = 0 ;
4911 result = (lldb::SBAddressRange *)new lldb::SBAddressRange((lldb::SBAddressRange const &)*arg1);
4912 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAddressRange,1); SWIG_arg++;
4928 lldb::SBAddressRange *result = 0 ;
4940 result = (lldb::SBAddressRange *)new lldb::SBAddressRange(arg1,arg2);
4941 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAddressRange,1); SWIG_arg++;
5031 bool result;
5040 result = (bool)((lldb::SBAddressRange const *)arg1)->IsValid();
5041 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
5055 lldb::SBAddress result;
5064 result = ((lldb::SBAddressRange const *)arg1)->GetBaseAddress();
5066 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
5082 lldb::addr_t result;
5091 result = (lldb::addr_t)((lldb::SBAddressRange const *)arg1)->GetByteSize();
5092 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
5107 bool result;
5122 result = (bool)(arg1)->operator ==((lldb::SBAddressRange const &)*arg2);
5123 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
5140 bool result;
5162 result = (bool)(arg1)->GetDescription(*arg2,arg3);
5163 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
5230 lldb::SBAddressRangeList *result = 0 ;
5233 result = (lldb::SBAddressRangeList *)new lldb::SBAddressRangeList();
5234 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAddressRangeList,1); SWIG_arg++;
5248 lldb::SBAddressRangeList *result = 0 ;
5257 result = (lldb::SBAddressRangeList *)new lldb::SBAddressRangeList((lldb::SBAddressRangeList const &)*arg1);
5258 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAddressRangeList,1); SWIG_arg++;
5305 uint32_t result;
5314 result = (uint32_t)((lldb::SBAddressRangeList const *)arg1)->GetSize();
5315 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
5353 lldb::SBAddressRange result;
5364 result = (arg1)->GetAddressRangeAtIndex(arg2);
5366 lldb::SBAddressRange * resultptr = new lldb::SBAddressRange(result);
5508 bool result;
5529 result = (bool)(arg1)->GetDescription(*arg2,(lldb::SBTarget const &)*arg3);
5530 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
5595 lldb::SBAttachInfo *result = 0 ;
5598 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo();
5599 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAttachInfo,1); SWIG_arg++;
5613 lldb::SBAttachInfo *result = 0 ;
5618 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo(arg1);
5619 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAttachInfo,1); SWIG_arg++;
5634 lldb::SBAttachInfo *result = 0 ;
5641 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((char const *)arg1,arg2);
5642 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAttachInfo,1); SWIG_arg++;
5658 lldb::SBAttachInfo *result = 0 ;
5667 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((char const *)arg1,arg2,arg3);
5668 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAttachInfo,1); SWIG_arg++;
5682 lldb::SBAttachInfo *result = 0 ;
5691 result = (lldb::SBAttachInfo *)new lldb::SBAttachInfo((lldb::SBAttachInfo const &)*arg1);
5692 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAttachInfo,1); SWIG_arg++;
5784 lldb::pid_t result;
5793 result = (lldb::pid_t)(arg1)->GetProcessID();
5794 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
5951 bool result;
5960 result = (bool)(arg1)->GetWaitForLaunch();
5961 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
6089 bool result;
6098 result = (bool)(arg1)->GetIgnoreExisting();
6099 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
6139 uint32_t result;
6148 result = (uint32_t)(arg1)->GetResumeCount();
6149 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
6189 char *result = 0 ;
6198 result = (char *)(arg1)->GetProcessPluginName();
6199 lua_pushstring(L,(const char *)result); SWIG_arg++;
6239 uint32_t result;
6248 result = (uint32_t)(arg1)->GetUserID();
6249 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
6263 uint32_t result;
6272 result = (uint32_t)(arg1)->GetGroupID();
6273 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
6287 bool result;
6296 result = (bool)(arg1)->UserIDIsValid();
6297 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
6311 bool result;
6320 result = (bool)(arg1)->GroupIDIsValid();
6321 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
6387 uint32_t result;
6396 result = (uint32_t)(arg1)->GetEffectiveUserID();
6397 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
6411 uint32_t result;
6420 result = (uint32_t)(arg1)->GetEffectiveGroupID();
6421 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
6435 bool result;
6444 result = (bool)(arg1)->EffectiveUserIDIsValid();
6445 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
6459 bool result;
6468 result = (bool)(arg1)->EffectiveGroupIDIsValid();
6469 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
6535 lldb::pid_t result;
6544 result = (lldb::pid_t)(arg1)->GetParentProcessID();
6545 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
6585 bool result;
6594 result = (bool)(arg1)->ParentProcessIDIsValid();
6595 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
6609 lldb::SBListener result;
6618 result = (arg1)->GetListener();
6620 lldb::SBListener * resultptr = new lldb::SBListener(result);
6666 lldb::SBListener result;
6675 result = (arg1)->GetShadowListener();
6677 lldb::SBListener * resultptr = new lldb::SBListener(result);
6723 char *result = 0 ;
6732 result = (char *)((lldb::SBAttachInfo const *)arg1)->GetScriptedProcessClassName();
6733 lua_pushstring(L,(const char *)result); SWIG_arg++;
6773 lldb::SBStructuredData result;
6782 result = ((lldb::SBAttachInfo const *)arg1)->GetScriptedProcessDictionary();
6784 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
6912 lldb::SBBlock *result = 0 ;
6915 result = (lldb::SBBlock *)new lldb::SBBlock();
6916 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBlock,1); SWIG_arg++;
6930 lldb::SBBlock *result = 0 ;
6939 result = (lldb::SBBlock *)new lldb::SBBlock((lldb::SBBlock const &)*arg1);
6940 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBlock,1); SWIG_arg++;
6987 bool result;
6996 result = (bool)((lldb::SBBlock const *)arg1)->IsInlined();
6997 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
7011 bool result;
7020 result = (bool)((lldb::SBBlock const *)arg1)->IsValid();
7021 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
7035 char *result = 0 ;
7044 result = (char *)((lldb::SBBlock const *)arg1)->GetInlinedName();
7045 lua_pushstring(L,(const char *)result); SWIG_arg++;
7059 lldb::SBFileSpec result;
7068 result = ((lldb::SBBlock const *)arg1)->GetInlinedCallSiteFile();
7070 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
7086 uint32_t result;
7095 result = (uint32_t)((lldb::SBBlock const *)arg1)->GetInlinedCallSiteLine();
7096 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
7110 uint32_t result;
7119 result = (uint32_t)((lldb::SBBlock const *)arg1)->GetInlinedCallSiteColumn();
7120 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
7134 lldb::SBBlock result;
7143 result = (arg1)->GetParent();
7145 lldb::SBBlock * resultptr = new lldb::SBBlock(result);
7161 lldb::SBBlock result;
7170 result = (arg1)->GetSibling();
7172 lldb::SBBlock * resultptr = new lldb::SBBlock(result);
7188 lldb::SBBlock result;
7197 result = (arg1)->GetFirstChild();
7199 lldb::SBBlock * resultptr = new lldb::SBBlock(result);
7215 uint32_t result;
7224 result = (uint32_t)(arg1)->GetNumRanges();
7225 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
7240 lldb::SBAddress result;
7251 result = (arg1)->GetRangeStartAddress(arg2);
7253 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
7270 lldb::SBAddress result;
7281 result = (arg1)->GetRangeEndAddress(arg2);
7283 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
7299 lldb::SBAddressRangeList result;
7308 result = (arg1)->GetRanges();
7310 lldb::SBAddressRangeList * resultptr = new lldb::SBAddressRangeList(result);
7328 uint32_t result;
7344 result = (uint32_t)(arg1)->GetRangeIndexForBlockAddress(arg2);
7345 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
7364 lldb::SBValueList result;
7387 result = (arg1)->GetVariables(*arg2,arg3,arg4,arg5,arg6);
7389 lldb::SBValueList * resultptr = new lldb::SBValueList(result);
7409 lldb::SBValueList result;
7430 result = (arg1)->GetVariables(*arg2,arg3,arg4,arg5);
7432 lldb::SBValueList * resultptr = new lldb::SBValueList(result);
7547 lldb::SBBlock result;
7556 result = (arg1)->GetContainingInlinedBlock();
7558 lldb::SBBlock * resultptr = new lldb::SBBlock(result);
7575 bool result;
7590 result = (bool)(arg1)->GetDescription(*arg2);
7591 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
7605 std::string result;
7614 result = lldb_SBBlock___repr__(arg1);
7615 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
7694 lldb::SBBreakpoint *result = 0 ;
7697 result = (lldb::SBBreakpoint *)new lldb::SBBreakpoint();
7698 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBreakpoint,1); SWIG_arg++;
7712 lldb::SBBreakpoint *result = 0 ;
7721 result = (lldb::SBBreakpoint *)new lldb::SBBreakpoint((lldb::SBBreakpoint const &)*arg1);
7722 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBreakpoint,1); SWIG_arg++;
7770 bool result;
7785 result = (bool)(arg1)->operator ==((lldb::SBBreakpoint const &)*arg2);
7786 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
7800 lldb::break_id_t result;
7809 result = (lldb::break_id_t)((lldb::SBBreakpoint const *)arg1)->GetID();
7810 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
7824 bool result;
7833 result = (bool)((lldb::SBBreakpoint const *)arg1)->IsValid();
7834 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
7871 lldb::SBTarget result;
7880 result = ((lldb::SBBreakpoint const *)arg1)->GetTarget();
7882 lldb::SBTarget * resultptr = new lldb::SBTarget(result);
7899 lldb::SBBreakpointLocation result;
7910 result = (arg1)->FindLocationByAddress(arg2);
7912 lldb::SBBreakpointLocation * resultptr = new lldb::SBBreakpointLocation(result);
7929 lldb::break_id_t result;
7940 result = (lldb::break_id_t)(arg1)->FindLocationIDByAddress(arg2);
7941 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
7956 lldb::SBBreakpointLocation result;
7967 result = (arg1)->FindLocationByID(arg2);
7969 lldb::SBBreakpointLocation * resultptr = new lldb::SBBreakpointLocation(result);
7986 lldb::SBBreakpointLocation result;
7997 result = (arg1)->GetLocationAtIndex(arg2);
7999 lldb::SBBreakpointLocation * resultptr = new lldb::SBBreakpointLocation(result);
8041 bool result;
8050 result = (bool)(arg1)->IsEnabled();
8051 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
8091 bool result;
8100 result = (bool)((lldb::SBBreakpoint const *)arg1)->IsOneShot();
8101 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
8115 bool result;
8124 result = (bool)(arg1)->IsInternal();
8125 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
8139 uint32_t result;
8148 result = (uint32_t)((lldb::SBBreakpoint const *)arg1)->GetHitCount();
8149 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
8189 uint32_t result;
8198 result = (uint32_t)((lldb::SBBreakpoint const *)arg1)->GetIgnoreCount();
8199 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
8239 char *result = 0 ;
8248 result = (char *)(arg1)->GetCondition();
8249 lua_pushstring(L,(const char *)result); SWIG_arg++;
8289 bool result;
8298 result = (bool)(arg1)->GetAutoContinue();
8299 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
8339 lldb::tid_t result;
8348 result = (lldb::tid_t)(arg1)->GetThreadID();
8349 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
8389 uint32_t result;
8398 result = (uint32_t)((lldb::SBBreakpoint const *)arg1)->GetThreadIndex();
8399 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
8439 char *result = 0 ;
8448 result = (char *)((lldb::SBBreakpoint const *)arg1)->GetThreadName();
8449 lua_pushstring(L,(const char *)result); SWIG_arg++;
8489 char *result = 0 ;
8498 result = (char *)((lldb::SBBreakpoint const *)arg1)->GetQueueName();
8499 lua_pushstring(L,(const char *)result); SWIG_arg++;
8541 lldb::SBError result;
8558 result = (arg1)->SetScriptCallbackFunction((char const *)arg2,*arg3);
8560 lldb::SBError * resultptr = new lldb::SBError(result);
8671 bool result;
8686 result = (bool)(arg1)->GetCommandLineCommands(*arg2);
8687 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
8702 lldb::SBError result;
8713 result = (arg1)->SetScriptCallbackBody((char const *)arg2);
8715 lldb::SBError * resultptr = new lldb::SBError(result);
8732 bool result;
8743 result = (bool)(arg1)->AddName((char const *)arg2);
8744 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
8759 lldb::SBError result;
8770 result = (arg1)->AddNameWithErrorHandling((char const *)arg2);
8772 lldb::SBError * resultptr = new lldb::SBError(result);
8815 bool result;
8826 result = (bool)(arg1)->MatchesName((char const *)arg2);
8827 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
8871 size_t result;
8880 result = ((lldb::SBBreakpoint const *)arg1)->GetNumResolvedLocations();
8881 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
8895 size_t result;
8904 result = ((lldb::SBBreakpoint const *)arg1)->GetNumLocations();
8905 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
8920 bool result;
8935 result = (bool)(arg1)->GetDescription(*arg2);
8936 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
8952 bool result;
8969 result = (bool)(arg1)->GetDescription(*arg2,arg3);
8970 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
9053 bool result;
9062 result = (bool)lldb::SBBreakpoint::EventIsBreakpointEvent((lldb::SBEvent const &)*arg1);
9063 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
9077 lldb::BreakpointEventType result;
9086 result = (lldb::BreakpointEventType)lldb::SBBreakpoint::GetBreakpointEventTypeFromEvent((lldb::SBEvent const &)*arg1);
9087 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
9101 lldb::SBBreakpoint result;
9110 result = lldb::SBBreakpoint::GetBreakpointFromEvent((lldb::SBEvent const &)*arg1);
9112 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
9129 lldb::SBBreakpointLocation result;
9140 result = lldb::SBBreakpoint::GetBreakpointLocationAtIndexFromEvent((lldb::SBEvent const &)*arg1,arg2);
9142 lldb::SBBreakpointLocation * resultptr = new lldb::SBBreakpointLocation(result);
9158 uint32_t result;
9167 result = (uint32_t)lldb::SBBreakpoint::GetNumBreakpointLocationsFromEvent((lldb::SBEvent const &)*arg1);
9168 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
9182 bool result;
9191 result = (bool)((lldb::SBBreakpoint const *)arg1)->IsHardware();
9192 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
9207 lldb::SBError result;
9222 result = (arg1)->AddLocation(*arg2);
9224 lldb::SBError * resultptr = new lldb::SBError(result);
9240 lldb::SBStructuredData result;
9249 result = (arg1)->SerializeToStructuredData();
9251 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
9267 std::string result;
9276 result = lldb_SBBreakpoint___repr__(arg1);
9277 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
9390 lldb::SBBreakpointList *result = 0 ;
9399 result = (lldb::SBBreakpointList *)new lldb::SBBreakpointList(*arg1);
9400 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBreakpointList,1); SWIG_arg++;
9414 size_t result;
9423 result = ((lldb::SBBreakpointList const *)arg1)->GetSize();
9424 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
9439 lldb::SBBreakpoint result;
9450 result = (arg1)->GetBreakpointAtIndex(arg2);
9452 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
9469 lldb::SBBreakpoint result;
9480 result = (arg1)->FindBreakpointByID(arg2);
9482 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
9529 bool result;
9544 result = (bool)(arg1)->AppendIfUnique((lldb::SBBreakpoint const &)*arg2);
9545 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
9661 lldb::SBBreakpointLocation *result = 0 ;
9664 result = (lldb::SBBreakpointLocation *)new lldb::SBBreakpointLocation();
9665 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBreakpointLocation,1); SWIG_arg++;
9679 lldb::SBBreakpointLocation *result = 0 ;
9688 result = (lldb::SBBreakpointLocation *)new lldb::SBBreakpointLocation((lldb::SBBreakpointLocation const &)*arg1);
9689 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBreakpointLocation,1); SWIG_arg++;
9736 lldb::break_id_t result;
9745 result = (lldb::break_id_t)(arg1)->GetID();
9746 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
9760 bool result;
9769 result = (bool)((lldb::SBBreakpointLocation const *)arg1)->IsValid();
9770 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
9784 lldb::SBAddress result;
9793 result = (arg1)->GetAddress();
9795 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
9811 lldb::addr_t result;
9820 result = (lldb::addr_t)(arg1)->GetLoadAddress();
9821 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
9861 bool result;
9870 result = (bool)(arg1)->IsEnabled();
9871 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
9885 uint32_t result;
9894 result = (uint32_t)(arg1)->GetHitCount();
9895 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
9909 uint32_t result;
9918 result = (uint32_t)(arg1)->GetIgnoreCount();
9919 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
9985 char *result = 0 ;
9994 result = (char *)(arg1)->GetCondition();
9995 lua_pushstring(L,(const char *)result); SWIG_arg++;
10035 bool result;
10044 result = (bool)(arg1)->GetAutoContinue();
10045 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
10087 lldb::SBError result;
10104 result = (arg1)->SetScriptCallbackFunction((char const *)arg2,*arg3);
10106 lldb::SBError * resultptr = new lldb::SBError(result);
10187 lldb::SBError result;
10198 result = (arg1)->SetScriptCallbackBody((char const *)arg2);
10200 lldb::SBError * resultptr = new lldb::SBError(result);
10247 bool result;
10262 result = (bool)(arg1)->GetCommandLineCommands(*arg2);
10263 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
10303 lldb::tid_t result;
10312 result = (lldb::tid_t)(arg1)->GetThreadID();
10313 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
10353 uint32_t result;
10362 result = (uint32_t)((lldb::SBBreakpointLocation const *)arg1)->GetThreadIndex();
10363 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
10403 char *result = 0 ;
10412 result = (char *)((lldb::SBBreakpointLocation const *)arg1)->GetThreadName();
10413 lua_pushstring(L,(const char *)result); SWIG_arg++;
10453 char *result = 0 ;
10462 result = (char *)((lldb::SBBreakpointLocation const *)arg1)->GetQueueName();
10463 lua_pushstring(L,(const char *)result); SWIG_arg++;
10477 bool result;
10486 result = (bool)(arg1)->IsResolved();
10487 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
10503 bool result;
10520 result = (bool)(arg1)->GetDescription(*arg2,arg3);
10521 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
10535 lldb::SBBreakpoint result;
10544 result = (arg1)->GetBreakpoint();
10546 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
10562 std::string result;
10571 result = lldb_SBBreakpointLocation___repr__(arg1);
10572 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
10662 lldb::SBBreakpointName *result = 0 ;
10665 result = (lldb::SBBreakpointName *)new lldb::SBBreakpointName();
10666 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBreakpointName,1); SWIG_arg++;
10681 lldb::SBBreakpointName *result = 0 ;
10692 result = (lldb::SBBreakpointName *)new lldb::SBBreakpointName(*arg1,(char const *)arg2);
10693 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBreakpointName,1); SWIG_arg++;
10708 lldb::SBBreakpointName *result = 0 ;
10719 result = (lldb::SBBreakpointName *)new lldb::SBBreakpointName(*arg1,(char const *)arg2);
10720 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBreakpointName,1); SWIG_arg++;
10734 lldb::SBBreakpointName *result = 0 ;
10743 result = (lldb::SBBreakpointName *)new lldb::SBBreakpointName((lldb::SBBreakpointName const &)*arg1);
10744 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBreakpointName,1); SWIG_arg++;
10832 bool result;
10847 result = (bool)(arg1)->operator ==((lldb::SBBreakpointName const &)*arg2);
10848 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
10862 bool result;
10871 result = (bool)((lldb::SBBreakpointName const *)arg1)->IsValid();
10872 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
10886 char *result = 0 ;
10895 result = (char *)((lldb::SBBreakpointName const *)arg1)->GetName();
10896 lua_pushstring(L,(const char *)result); SWIG_arg++;
10936 bool result;
10945 result = (bool)(arg1)->IsEnabled();
10946 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
10986 bool result;
10995 result = (bool)((lldb::SBBreakpointName const *)arg1)->IsOneShot();
10996 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
11036 uint32_t result;
11045 result = (uint32_t)((lldb::SBBreakpointName const *)arg1)->GetIgnoreCount();
11046 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
11086 char *result = 0 ;
11095 result = (char *)(arg1)->GetCondition();
11096 lua_pushstring(L,(const char *)result); SWIG_arg++;
11136 bool result;
11145 result = (bool)(arg1)->GetAutoContinue();
11146 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
11186 lldb::tid_t result;
11195 result = (lldb::tid_t)(arg1)->GetThreadID();
11196 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
11236 uint32_t result;
11245 result = (uint32_t)((lldb::SBBreakpointName const *)arg1)->GetThreadIndex();
11246 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
11286 char *result = 0 ;
11295 result = (char *)((lldb::SBBreakpointName const *)arg1)->GetThreadName();
11296 lua_pushstring(L,(const char *)result); SWIG_arg++;
11336 char *result = 0 ;
11345 result = (char *)((lldb::SBBreakpointName const *)arg1)->GetQueueName();
11346 lua_pushstring(L,(const char *)result); SWIG_arg++;
11388 lldb::SBError result;
11405 result = (arg1)->SetScriptCallbackFunction((char const *)arg2,*arg3);
11407 lldb::SBError * resultptr = new lldb::SBError(result);
11518 bool result;
11533 result = (bool)(arg1)->GetCommandLineCommands(*arg2);
11534 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
11549 lldb::SBError result;
11560 result = (arg1)->SetScriptCallbackBody((char const *)arg2);
11562 lldb::SBError * resultptr = new lldb::SBError(result);
11578 char *result = 0 ;
11587 result = (char *)((lldb::SBBreakpointName const *)arg1)->GetHelpString();
11588 lua_pushstring(L,(const char *)result); SWIG_arg++;
11628 bool result;
11637 result = (bool)((lldb::SBBreakpointName const *)arg1)->GetAllowList();
11638 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
11678 bool result;
11687 result = (bool)(arg1)->GetAllowDelete();
11688 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
11728 bool result;
11737 result = (bool)(arg1)->GetAllowDisable();
11738 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
11779 bool result;
11794 result = (bool)(arg1)->GetDescription(*arg2);
11795 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
11809 std::string result;
11818 result = lldb_SBBreakpointName___repr__(arg1);
11819 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
11916 lldb::SBBroadcaster *result = 0 ;
11919 result = (lldb::SBBroadcaster *)new lldb::SBBroadcaster();
11920 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBroadcaster,1); SWIG_arg++;
11934 lldb::SBBroadcaster *result = 0 ;
11939 result = (lldb::SBBroadcaster *)new lldb::SBBroadcaster((char const *)arg1);
11940 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBroadcaster,1); SWIG_arg++;
11954 lldb::SBBroadcaster *result = 0 ;
11963 result = (lldb::SBBroadcaster *)new lldb::SBBroadcaster((lldb::SBBroadcaster const &)*arg1);
11964 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBroadcaster,1); SWIG_arg++;
12021 bool result;
12030 result = (bool)((lldb::SBBroadcaster const *)arg1)->IsValid();
12031 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
12349 uint32_t result;
12366 result = (uint32_t)(arg1)->AddListener((lldb::SBListener const &)*arg2,arg3);
12367 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
12381 char *result = 0 ;
12390 result = (char *)((lldb::SBBroadcaster const *)arg1)->GetName();
12391 lua_pushstring(L,(const char *)result); SWIG_arg++;
12406 bool result;
12417 result = (bool)(arg1)->EventTypeHasListeners(arg2);
12418 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
12434 bool result;
12451 result = (bool)(arg1)->RemoveListener((lldb::SBListener const &)*arg2,arg3);
12452 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
12467 bool result;
12482 result = (bool)(arg1)->RemoveListener((lldb::SBListener const &)*arg2);
12483 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
12567 bool result;
12582 result = (bool)((lldb::SBBroadcaster const *)arg1)->operator ==((lldb::SBBroadcaster const &)*arg2);
12583 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
12598 bool result;
12613 result = (bool)((lldb::SBBroadcaster const *)arg1)->operator <((lldb::SBBroadcaster const &)*arg2);
12614 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
12687 lldb::SBCommandInterpreter *result = 0 ;
12690 result = (lldb::SBCommandInterpreter *)new lldb::SBCommandInterpreter();
12691 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBCommandInterpreter,1); SWIG_arg++;
12705 lldb::SBCommandInterpreter *result = 0 ;
12714 result = (lldb::SBCommandInterpreter *)new lldb::SBCommandInterpreter((lldb::SBCommandInterpreter const &)*arg1);
12715 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBCommandInterpreter,1); SWIG_arg++;
12762 char *result = 0 ;
12767 result = (char *)lldb::SBCommandInterpreter::GetArgumentTypeAsCString(arg1);
12768 lua_pushstring(L,(const char *)result); SWIG_arg++;
12782 char *result = 0 ;
12787 result = (char *)lldb::SBCommandInterpreter::GetArgumentDescriptionAsCString(arg1);
12788 lua_pushstring(L,(const char *)result); SWIG_arg++;
12802 bool result;
12811 result = (bool)lldb::SBCommandInterpreter::EventIsCommandInterpreterEvent((lldb::SBEvent const &)*arg1);
12812 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
12826 bool result;
12835 result = (bool)((lldb::SBCommandInterpreter const *)arg1)->IsValid();
12836 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
12851 bool result;
12862 result = (bool)(arg1)->CommandExists((char const *)arg2);
12863 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
12878 bool result;
12889 result = (bool)(arg1)->UserCommandExists((char const *)arg2);
12890 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
12905 bool result;
12916 result = (bool)(arg1)->AliasExists((char const *)arg2);
12917 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
12931 lldb::SBBroadcaster result;
12940 result = (arg1)->GetBroadcaster();
12942 lldb::SBBroadcaster * resultptr = new lldb::SBBroadcaster(result);
12957 char *result = 0 ;
12960 result = (char *)lldb::SBCommandInterpreter::GetBroadcasterClass();
12961 lua_pushstring(L,(const char *)result); SWIG_arg++;
12975 bool result;
12984 result = (bool)(arg1)->HasCommands();
12985 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
12999 bool result;
13008 result = (bool)(arg1)->HasAliases();
13009 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
13023 bool result;
13032 result = (bool)(arg1)->HasAliasOptions();
13033 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
13047 bool result;
13056 result = (bool)(arg1)->IsInteractive();
13057 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
13071 lldb::SBProcess result;
13080 result = (arg1)->GetProcess();
13082 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
13098 lldb::SBDebugger result;
13107 result = (arg1)->GetDebugger();
13109 lldb::SBDebugger * resultptr = new lldb::SBDebugger(result);
13290 lldb::ReturnStatus result;
13309 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,arg4);
13310 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
13326 lldb::ReturnStatus result;
13343 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3);
13344 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
13362 lldb::ReturnStatus result;
13387 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,*arg4,arg5);
13388 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
13405 lldb::ReturnStatus result;
13428 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,*arg4);
13429 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
13665 int result;
13688 result = (int)(arg1)->HandleCompletion((char const *)arg2,arg3,arg4,arg5,*arg6);
13689 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
13709 int result;
13738 result = (int)(arg1)->HandleCompletionWithDescriptions((char const *)arg2,arg3,arg4,arg5,*arg6,*arg7);
13739 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
13753 bool result;
13762 result = (bool)((lldb::SBCommandInterpreter const *)arg1)->WasInterrupted();
13763 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
13777 bool result;
13786 result = (bool)(arg1)->InterruptCommand();
13787 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
13804 bool result;
13823 result = (bool)(arg1)->SetCommandOverrideCallback((char const *)arg2,arg3,arg4);
13824 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
13838 bool result;
13847 result = (bool)(arg1)->IsActive();
13848 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
13863 char *result = 0 ;
13874 result = (char *)(arg1)->GetIOHandlerControlSequence(arg2);
13875 lua_pushstring(L,(const char *)result); SWIG_arg++;
13889 bool result;
13898 result = (bool)(arg1)->GetPromptOnQuit();
13899 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
13965 bool result;
13974 result = (bool)(arg1)->HasCustomQuitExitCode();
13975 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
13989 int result;
13998 result = (int)(arg1)->GetQuitStatus();
13999 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
14046 lldb::SBStructuredData result;
14055 result = (arg1)->GetStatistics();
14057 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
14073 lldb::SBStructuredData result;
14082 result = (arg1)->GetTranscript();
14084 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
14185 lldb::SBCommandInterpreterRunOptions *result = 0 ;
14188 result = (lldb::SBCommandInterpreterRunOptions *)new lldb::SBCommandInterpreterRunOptions();
14189 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions,1); SWIG_arg++;
14203 lldb::SBCommandInterpreterRunOptions *result = 0 ;
14212 result = (lldb::SBCommandInterpreterRunOptions *)new lldb::SBCommandInterpreterRunOptions((lldb::SBCommandInterpreterRunOptions const &)*arg1);
14213 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBCommandInterpreterRunOptions,1); SWIG_arg++;
14260 bool result;
14269 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetStopOnContinue();
14270 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
14310 bool result;
14319 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetStopOnError();
14320 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
14360 bool result;
14369 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetStopOnCrash();
14370 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
14410 bool result;
14419 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetEchoCommands();
14420 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
14460 bool result;
14469 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetEchoCommentCommands();
14470 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
14510 bool result;
14519 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetPrintResults();
14520 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
14560 bool result;
14569 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetPrintErrors();
14570 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
14610 bool result;
14619 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetAddToHistory();
14620 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
14660 bool result;
14669 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetAutoHandleEvents();
14670 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
14710 bool result;
14719 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetSpawnThread();
14720 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
14760 bool result;
14769 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetAllowRepeats();
14770 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
14878 lldb::SBCommandReturnObject *result = 0 ;
14881 result = (lldb::SBCommandReturnObject *)new lldb::SBCommandReturnObject();
14882 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBCommandReturnObject,1); SWIG_arg++;
14896 lldb::SBCommandReturnObject *result = 0 ;
14905 result = (lldb::SBCommandReturnObject *)new lldb::SBCommandReturnObject((lldb::SBCommandReturnObject const &)*arg1);
14906 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBCommandReturnObject,1); SWIG_arg++;
14953 bool result;
14962 result = (bool)((lldb::SBCommandReturnObject const *)arg1)->IsValid();
14963 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
14977 char *result = 0 ;
14986 result = (char *)(arg1)->GetOutput();
14987 lua_pushstring(L,(const char *)result); SWIG_arg++;
15001 char *result = 0 ;
15010 result = (char *)(arg1)->GetError();
15011 lua_pushstring(L,(const char *)result); SWIG_arg++;
15027 size_t result;
15043 result = (arg1)->PutOutput(arg2);
15044 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
15059 size_t result;
15076 result = (arg1)->PutOutput(arg2);
15077 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
15151 size_t result;
15160 result = (arg1)->GetOutputSize();
15161 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
15175 size_t result;
15184 result = (arg1)->GetErrorSize();
15185 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
15201 size_t result;
15217 result = (arg1)->PutError(arg2);
15218 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
15233 size_t result;
15250 result = (arg1)->PutError(arg2);
15251 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
15348 lldb::ReturnStatus result;
15357 result = (lldb::ReturnStatus)(arg1)->GetStatus();
15358 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
15398 bool result;
15407 result = (bool)(arg1)->Succeeded();
15408 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
15422 bool result;
15431 result = (bool)(arg1)->HasResult();
15432 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
15499 bool result;
15514 result = (bool)(arg1)->GetDescription(*arg2);
15515 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
15779 char *result = 0 ;
15790 result = (char *)(arg1)->GetOutput(arg2);
15791 lua_pushstring(L,(const char *)result); SWIG_arg++;
15855 char *result = 0 ;
15866 result = (char *)(arg1)->GetError(arg2);
15867 lua_pushstring(L,(const char *)result); SWIG_arg++;
16108 std::string result;
16117 result = lldb_SBCommandReturnObject___repr__(arg1);
16118 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
16468 lldb::SBCommunication *result = 0 ;
16471 result = (lldb::SBCommunication *)new lldb::SBCommunication();
16472 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBCommunication,1); SWIG_arg++;
16486 lldb::SBCommunication *result = 0 ;
16491 result = (lldb::SBCommunication *)new lldb::SBCommunication((char const *)arg1);
16492 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBCommunication,1); SWIG_arg++;
16534 bool result;
16543 result = (bool)((lldb::SBCommunication const *)arg1)->IsValid();
16544 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
16558 lldb::SBBroadcaster result;
16567 result = (arg1)->GetBroadcaster();
16569 lldb::SBBroadcaster * resultptr = new lldb::SBBroadcaster(result);
16584 char *result = 0 ;
16587 result = (char *)lldb::SBCommunication::GetBroadcasterClass();
16588 lua_pushstring(L,(const char *)result); SWIG_arg++;
16604 lldb::ConnectionStatus result;
16617 result = (lldb::ConnectionStatus)(arg1)->AdoptFileDesriptor(arg2,arg3);
16618 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
16633 lldb::ConnectionStatus result;
16644 result = (lldb::ConnectionStatus)(arg1)->Connect((char const *)arg2);
16645 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
16659 lldb::ConnectionStatus result;
16668 result = (lldb::ConnectionStatus)(arg1)->Disconnect();
16669 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
16683 bool result;
16692 result = (bool)((lldb::SBCommunication const *)arg1)->IsConnected();
16693 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
16707 bool result;
16716 result = (bool)(arg1)->GetCloseOnEOF();
16717 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
16761 size_t result;
16782 result = (arg1)->Read(arg2,arg3,arg4,*arg5);
16783 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
16800 size_t result;
16819 result = (arg1)->Write((void const *)arg2,arg3,*arg4);
16820 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
16834 bool result;
16843 result = (bool)(arg1)->ReadThreadStart();
16844 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
16858 bool result;
16867 result = (bool)(arg1)->ReadThreadStop();
16868 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
16882 bool result;
16891 result = (bool)(arg1)->ReadThreadIsRunning();
16892 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
16908 bool result;
16925 result = (bool)(arg1)->SetReadThreadBytesReceivedCallback(arg2,arg3);
16926 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
17007 lldb::SBCompileUnit *result = 0 ;
17010 result = (lldb::SBCompileUnit *)new lldb::SBCompileUnit();
17011 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBCompileUnit,1); SWIG_arg++;
17025 lldb::SBCompileUnit *result = 0 ;
17034 result = (lldb::SBCompileUnit *)new lldb::SBCompileUnit((lldb::SBCompileUnit const &)*arg1);
17035 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBCompileUnit,1); SWIG_arg++;
17082 bool result;
17091 result = (bool)((lldb::SBCompileUnit const *)arg1)->IsValid();
17092 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
17106 lldb::SBFileSpec result;
17115 result = ((lldb::SBCompileUnit const *)arg1)->GetFileSpec();
17117 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
17133 uint32_t result;
17142 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->GetNumLineEntries();
17143 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
17158 lldb::SBLineEntry result;
17169 result = ((lldb::SBCompileUnit const *)arg1)->GetLineEntryAtIndex(arg2);
17171 lldb::SBLineEntry * resultptr = new lldb::SBLineEntry(result);
17189 uint32_t result;
17206 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->FindLineEntryIndex(*arg2,arg3);
17207 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
17222 uint32_t result;
17237 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->FindLineEntryIndex(*arg2);
17238 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
17255 uint32_t result;
17274 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->FindLineEntryIndex(arg2,arg3,arg4);
17275 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
17293 uint32_t result;
17314 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->FindLineEntryIndex(arg2,arg3,arg4,arg5);
17315 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
17474 lldb::SBFileSpec result;
17485 result = ((lldb::SBCompileUnit const *)arg1)->GetSupportFileAtIndex(arg2);
17487 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
17503 uint32_t result;
17512 result = (uint32_t)((lldb::SBCompileUnit const *)arg1)->GetNumSupportFiles();
17513 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
17530 uint32_t result;
17549 result = (uint32_t)(arg1)->FindSupportFileIndex(arg2,(lldb::SBFileSpec const &)*arg3,arg4);
17550 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
17565 lldb::SBTypeList result;
17576 result = (arg1)->GetTypes(arg2);
17578 lldb::SBTypeList * resultptr = new lldb::SBTypeList(result);
17594 lldb::SBTypeList result;
17603 result = (arg1)->GetTypes();
17605 lldb::SBTypeList * resultptr = new lldb::SBTypeList(result);
17670 lldb::LanguageType result;
17679 result = (lldb::LanguageType)(arg1)->GetLanguage();
17680 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
17695 bool result;
17710 result = (bool)((lldb::SBCompileUnit const *)arg1)->operator ==((lldb::SBCompileUnit const &)*arg2);
17711 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
17726 bool result;
17741 result = (bool)(arg1)->GetDescription(*arg2);
17742 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
17756 std::string result;
17765 result = lldb_SBCompileUnit___repr__(arg1);
17766 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
17841 lldb::SBSaveCoreOptions *result = 0 ;
17844 result = (lldb::SBSaveCoreOptions *)new lldb::SBSaveCoreOptions();
17845 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBSaveCoreOptions,1); SWIG_arg++;
17859 lldb::SBSaveCoreOptions *result = 0 ;
17868 result = (lldb::SBSaveCoreOptions *)new lldb::SBSaveCoreOptions((lldb::SBSaveCoreOptions const &)*arg1);
17869 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBSaveCoreOptions,1); SWIG_arg++;
17917 lldb::SBError result;
17928 result = (arg1)->SetPluginName((char const *)arg2);
17930 lldb::SBError * resultptr = new lldb::SBError(result);
17946 char *result = 0 ;
17955 result = (char *)((lldb::SBSaveCoreOptions const *)arg1)->GetPluginName();
17956 lua_pushstring(L,(const char *)result); SWIG_arg++;
17996 lldb::SaveCoreStyle result;
18005 result = (lldb::SaveCoreStyle)((lldb::SBSaveCoreOptions const *)arg1)->GetStyle();
18006 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
18052 lldb::SBFileSpec result;
18061 result = ((lldb::SBSaveCoreOptions const *)arg1)->GetOutputFile();
18063 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
18155 lldb::SBData *result = 0 ;
18158 result = (lldb::SBData *)new lldb::SBData();
18159 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBData,1); SWIG_arg++;
18173 lldb::SBData *result = 0 ;
18182 result = (lldb::SBData *)new lldb::SBData((lldb::SBData const &)*arg1);
18183 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBData,1); SWIG_arg++;
18230 uint8_t result;
18239 result = (uint8_t)(arg1)->GetAddressByteSize();
18240 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
18303 bool result;
18312 result = (bool)(arg1)->IsValid();
18313 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
18327 size_t result;
18336 result = (arg1)->GetByteSize();
18337 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
18351 lldb::ByteOrder result;
18360 result = (lldb::ByteOrder)(arg1)->GetByteOrder();
18361 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
18403 float result;
18420 result = (float)(arg1)->GetFloat(*arg2,arg3);
18421 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
18437 double result;
18454 result = (double)(arg1)->GetDouble(*arg2,arg3);
18455 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
18471 long double result;
18488 result = (long double)(arg1)->GetLongDouble(*arg2,arg3);
18490 long double * resultptr = new long double(result);
18508 lldb::addr_t result;
18525 result = (lldb::addr_t)(arg1)->GetAddress(*arg2,arg3);
18526 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
18542 uint8_t result;
18559 result = (uint8_t)(arg1)->GetUnsignedInt8(*arg2,arg3);
18560 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
18576 uint16_t result;
18593 result = (uint16_t)(arg1)->GetUnsignedInt16(*arg2,arg3);
18594 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
18610 uint32_t result;
18627 result = (uint32_t)(arg1)->GetUnsignedInt32(*arg2,arg3);
18628 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
18644 uint64_t result;
18661 result = (uint64_t)(arg1)->GetUnsignedInt64(*arg2,arg3);
18662 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
18678 int8_t result;
18695 result = (int8_t)(arg1)->GetSignedInt8(*arg2,arg3);
18696 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
18712 int16_t result;
18729 result = (int16_t)(arg1)->GetSignedInt16(*arg2,arg3);
18730 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
18746 int32_t result;
18763 result = (int32_t)(arg1)->GetSignedInt32(*arg2,arg3);
18764 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
18780 int64_t result;
18797 result = (int64_t)(arg1)->GetSignedInt64(*arg2,arg3);
18798 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
18814 char *result = 0 ;
18831 result = (char *)(arg1)->GetString(*arg2,arg3);
18832 lua_pushstring(L,(const char *)result); SWIG_arg++;
18850 size_t result;
18874 result = (arg1)->ReadRawData(*arg2,arg3,arg4,arg5);
18875 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
18877 lua_pop(L, 1); // Blow away the previous result
18878 if (result == 0) {
18881 lua_pushlstring(L, (const char *)arg4, result);
18901 bool result;
18918 result = (bool)(arg1)->GetDescription(*arg2,arg3);
18919 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
18934 bool result;
18949 result = (bool)(arg1)->GetDescription(*arg2);
18950 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
19116 bool result;
19131 result = (bool)(arg1)->Append((lldb::SBData const &)*arg2);
19132 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
19148 lldb::SBData result;
19157 result = lldb::SBData::CreateDataFromCString(arg1,arg2,(char const *)arg3);
19159 lldb::SBData * resultptr = new lldb::SBData(result);
19178 lldb::SBData result;
19210 result = lldb::SBData::CreateDataFromUInt64Array(arg1,arg2,arg3,SWIG_STD_MOVE(arg4));
19212 lldb::SBData * resultptr = new lldb::SBData(result);
19237 lldb::SBData result;
19269 result = lldb::SBData::CreateDataFromUInt32Array(arg1,arg2,arg3,SWIG_STD_MOVE(arg4));
19271 lldb::SBData * resultptr = new lldb::SBData(result);
19296 lldb::SBData result;
19328 result = lldb::SBData::CreateDataFromSInt64Array(arg1,arg2,arg3,SWIG_STD_MOVE(arg4));
19330 lldb::SBData * resultptr = new lldb::SBData(result);
19355 lldb::SBData result;
19387 result = lldb::SBData::CreateDataFromSInt32Array(arg1,arg2,arg3,SWIG_STD_MOVE(arg4));
19389 lldb::SBData * resultptr = new lldb::SBData(result);
19414 lldb::SBData result;
19446 result = lldb::SBData::CreateDataFromDoubleArray(arg1,arg2,arg3,SWIG_STD_MOVE(arg4));
19448 lldb::SBData * resultptr = new lldb::SBData(result);
19471 bool result;
19482 result = (bool)(arg1)->SetDataFromCString((char const *)arg2);
19483 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
19499 bool result;
19533 result = (bool)(arg1)->SetDataFromUInt64Array(arg2,arg3);
19534 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
19556 bool result;
19590 result = (bool)(arg1)->SetDataFromUInt32Array(arg2,arg3);
19591 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
19613 bool result;
19647 result = (bool)(arg1)->SetDataFromSInt64Array(arg2,arg3);
19648 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
19670 bool result;
19704 result = (bool)(arg1)->SetDataFromSInt32Array(arg2,arg3);
19705 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
19727 bool result;
19761 result = (bool)(arg1)->SetDataFromDoubleArray(arg2,arg3);
19762 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
19782 std::string result;
19791 result = lldb_SBData___repr__(arg1);
19792 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
19891 lldb::SBDebugger *result = 0 ;
19894 result = (lldb::SBDebugger *)new lldb::SBDebugger();
19895 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBDebugger,1); SWIG_arg++;
19909 lldb::SBDebugger *result = 0 ;
19918 result = (lldb::SBDebugger *)new lldb::SBDebugger((lldb::SBDebugger const &)*arg1);
19919 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBDebugger,1); SWIG_arg++;
19965 char *result = 0 ;
19968 result = (char *)lldb::SBDebugger::GetBroadcasterClass();
19969 lua_pushstring(L,(const char *)result); SWIG_arg++;
19983 bool result;
19988 result = (bool)lldb::SBDebugger::SupportsLanguage(arg1);
19989 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
20003 lldb::SBBroadcaster result;
20012 result = (arg1)->GetBroadcaster();
20014 lldb::SBBroadcaster * resultptr = new lldb::SBBroadcaster(result);
20038 char *result = 0 ;
20051 result = (char *)lldb::SBDebugger::GetProgressFromEvent((lldb::SBEvent const &)*arg1,*arg2,*arg3,*arg4,*arg5);
20052 lua_pushstring(L,(const char *)result); SWIG_arg++;
20070 lldb::SBStructuredData result;
20079 result = lldb::SBDebugger::GetProgressDataFromEvent((lldb::SBEvent const &)*arg1);
20081 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
20097 lldb::SBStructuredData result;
20106 result = lldb::SBDebugger::GetDiagnosticFromEvent((lldb::SBEvent const &)*arg1);
20108 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
20139 lldb::SBError result;
20142 result = lldb::SBDebugger::InitializeWithErrorHandling();
20144 lldb::SBError * resultptr = new lldb::SBError(result);
20207 lldb::SBDebugger result;
20210 result = lldb::SBDebugger::Create();
20212 lldb::SBDebugger * resultptr = new lldb::SBDebugger(result);
20228 lldb::SBDebugger result;
20233 result = lldb::SBDebugger::Create(arg1);
20235 lldb::SBDebugger * resultptr = new lldb::SBDebugger(result);
20253 lldb::SBDebugger result;
20269 result = lldb::SBDebugger::Create(arg1,arg2,arg3);
20271 lldb::SBDebugger * resultptr = new lldb::SBDebugger(result);
20387 bool result;
20396 result = (bool)((lldb::SBDebugger const *)arg1)->IsValid();
20397 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
20435 lldb::SBStructuredData result;
20446 result = (arg1)->GetSetting((char const *)arg2);
20448 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
20464 lldb::SBStructuredData result;
20473 result = (arg1)->GetSetting();
20475 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
20566 bool result;
20575 result = (bool)(arg1)->GetAsync();
20576 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
20643 lldb::SBError result;
20654 result = (arg1)->SetInputString((char const *)arg2);
20656 lldb::SBError * resultptr = new lldb::SBError(result);
20674 lldb::SBError result;
20690 result = (arg1)->SetInputFile(arg2);
20692 lldb::SBError * resultptr = new lldb::SBError(result);
20710 lldb::SBError result;
20726 result = (arg1)->SetOutputFile(arg2);
20728 lldb::SBError * resultptr = new lldb::SBError(result);
20746 lldb::SBError result;
20762 result = (arg1)->SetErrorFile(arg2);
20764 lldb::SBError * resultptr = new lldb::SBError(result);
20781 lldb::SBError result;
20798 result = (arg1)->SetInputFile(arg2);
20800 lldb::SBError * resultptr = new lldb::SBError(result);
20877 lldb::SBError result;
20894 result = (arg1)->SetOutputFile(arg2);
20896 lldb::SBError * resultptr = new lldb::SBError(result);
20973 lldb::SBError result;
20990 result = (arg1)->SetErrorFile(arg2);
20992 lldb::SBError * resultptr = new lldb::SBError(result);
21068 lldb::SBFile result;
21077 result = (arg1)->GetInputFile();
21079 lldb::SBFile * resultptr = new lldb::SBFile(result);
21095 lldb::SBFile result;
21104 result = (arg1)->GetOutputFile();
21106 lldb::SBFile * resultptr = new lldb::SBFile(result);
21122 lldb::SBFile result;
21131 result = (arg1)->GetErrorFile();
21133 lldb::SBFile * resultptr = new lldb::SBFile(result);
21195 lldb::SBCommandInterpreter result;
21204 result = (arg1)->GetCommandInterpreter();
21206 lldb::SBCommandInterpreter * resultptr = new lldb::SBCommandInterpreter(result);
21294 bool result;
21303 result = (bool)(arg1)->InterruptRequested();
21304 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
21318 lldb::SBListener result;
21327 result = (arg1)->GetListener();
21329 lldb::SBListener * resultptr = new lldb::SBListener(result);
21576 lldb::SBTarget result;
21599 result = (arg1)->CreateTarget((char const *)arg2,(char const *)arg3,(char const *)arg4,arg5,*arg6);
21601 lldb::SBTarget * resultptr = new lldb::SBTarget(result);
21619 lldb::SBTarget result;
21632 result = (arg1)->CreateTargetWithFileAndTargetTriple((char const *)arg2,(char const *)arg3);
21634 lldb::SBTarget * resultptr = new lldb::SBTarget(result);
21652 lldb::SBTarget result;
21665 result = (arg1)->CreateTargetWithFileAndArch((char const *)arg2,(char const *)arg3);
21667 lldb::SBTarget * resultptr = new lldb::SBTarget(result);
21684 lldb::SBTarget result;
21695 result = (arg1)->CreateTarget((char const *)arg2);
21697 lldb::SBTarget * resultptr = new lldb::SBTarget(result);
21792 lldb::SBTarget result;
21801 result = (arg1)->GetDummyTarget();
21803 lldb::SBTarget * resultptr = new lldb::SBTarget(result);
21820 bool result;
21835 result = (bool)(arg1)->DeleteTarget(*arg2);
21836 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
21851 lldb::SBTarget result;
21862 result = (arg1)->GetTargetAtIndex(arg2);
21864 lldb::SBTarget * resultptr = new lldb::SBTarget(result);
21882 uint32_t result;
21898 result = (uint32_t)(arg1)->GetIndexOfTarget(arg2);
21899 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
21914 lldb::SBTarget result;
21925 result = (arg1)->FindTargetWithProcessID(arg2);
21927 lldb::SBTarget * resultptr = new lldb::SBTarget(result);
21945 lldb::SBTarget result;
21958 result = (arg1)->FindTargetWithFileAndArch((char const *)arg2,(char const *)arg3);
21960 lldb::SBTarget * resultptr = new lldb::SBTarget(result);
21976 uint32_t result;
21985 result = (uint32_t)(arg1)->GetNumTargets();
21986 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
22000 lldb::SBTarget result;
22009 result = (arg1)->GetSelectedTarget();
22011 lldb::SBTarget * resultptr = new lldb::SBTarget(result);
22057 lldb::SBPlatform result;
22066 result = (arg1)->GetSelectedPlatform();
22068 lldb::SBPlatform * resultptr = new lldb::SBPlatform(result);
22114 uint32_t result;
22123 result = (uint32_t)(arg1)->GetNumPlatforms();
22124 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
22139 lldb::SBPlatform result;
22150 result = (arg1)->GetPlatformAtIndex(arg2);
22152 lldb::SBPlatform * resultptr = new lldb::SBPlatform(result);
22168 uint32_t result;
22177 result = (uint32_t)(arg1)->GetNumAvailablePlatforms();
22178 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
22193 lldb::SBStructuredData result;
22204 result = (arg1)->GetAvailablePlatformInfoAtIndex(arg2);
22206 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
22222 SwigValueWrapper< lldb::SBSourceManager > result;
22231 result = (arg1)->GetSourceManager();
22233 lldb::SBSourceManager * resultptr = new lldb::SBSourceManager(result);
22250 lldb::SBError result;
22261 result = (arg1)->SetCurrentPlatform((char const *)arg2);
22263 lldb::SBError * resultptr = new lldb::SBError(result);
22280 bool result;
22291 result = (bool)(arg1)->SetCurrentPlatformSDKRoot((char const *)arg2);
22292 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
22307 bool result;
22318 result = (bool)(arg1)->SetUseExternalEditor(arg2);
22319 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
22333 bool result;
22342 result = (bool)(arg1)->GetUseExternalEditor();
22343 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
22358 bool result;
22369 result = (bool)(arg1)->SetUseColor(arg2);
22370 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
22384 bool result;
22393 result = (bool)((lldb::SBDebugger const *)arg1)->GetUseColor();
22394 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
22409 bool result;
22420 result = (bool)(arg1)->SetUseSourceCache(arg2);
22421 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
22435 bool result;
22444 result = (bool)((lldb::SBDebugger const *)arg1)->GetUseSourceCache();
22445 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
22460 bool result;
22467 result = (bool)lldb::SBDebugger::GetDefaultArchitecture(arg1,SWIG_STD_MOVE(arg2));
22468 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
22482 bool result;
22487 result = (bool)lldb::SBDebugger::SetDefaultArchitecture((char const *)arg1);
22488 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
22503 lldb::ScriptLanguage result;
22514 result = (lldb::ScriptLanguage)(arg1)->GetScriptingLanguage((char const *)arg2);
22515 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
22530 lldb::SBStructuredData result;
22541 result = (arg1)->GetScriptInterpreterInfo(arg2);
22543 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
22558 char *result = 0 ;
22561 result = (char *)lldb::SBDebugger::GetVersionString();
22562 lua_pushstring(L,(const char *)result); SWIG_arg++;
22576 char *result = 0 ;
22581 result = (char *)lldb::SBDebugger::StateAsCString(arg1);
22582 lua_pushstring(L,(const char *)result); SWIG_arg++;
22595 lldb::SBStructuredData result;
22598 result = lldb::SBDebugger::GetBuildConfiguration();
22600 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
22616 bool result;
22621 result = (bool)lldb::SBDebugger::StateIsRunningState(arg1);
22622 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
22636 bool result;
22641 result = (bool)lldb::SBDebugger::StateIsStoppedState(arg1);
22642 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
22658 bool result;
22692 result = (bool)(arg1)->EnableLog((char const *)arg2,(char const **)arg3);
22693 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
22784 lldb::callback_token_t result;
22801 result = (lldb::callback_token_t)(arg1)->AddDestroyCallback(arg2,arg3);
22802 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
22817 bool result;
22828 result = (bool)(arg1)->RemoveDestroyCallback(arg2);
22829 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
22917 char *result = 0 ;
22926 result = (char *)(arg1)->GetInstanceName();
22927 lua_pushstring(L,(const char *)result); SWIG_arg++;
22941 lldb::SBDebugger result;
22946 result = lldb::SBDebugger::FindDebuggerWithID(arg1);
22948 lldb::SBDebugger * resultptr = new lldb::SBDebugger(result);
22966 lldb::SBError result;
22975 result = lldb::SBDebugger::SetInternalVariable((char const *)arg1,(char const *)arg2,(char const *)arg3);
22977 lldb::SBError * resultptr = new lldb::SBError(result);
22994 lldb::SBStringList result;
23001 result = lldb::SBDebugger::GetInternalVariableValue((char const *)arg1,(char const *)arg2);
23003 lldb::SBStringList * resultptr = new lldb::SBStringList(result);
23020 bool result;
23035 result = (bool)(arg1)->GetDescription(*arg2);
23036 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
23050 uint32_t result;
23059 result = (uint32_t)((lldb::SBDebugger const *)arg1)->GetTerminalWidth();
23060 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
23100 lldb::user_id_t result;
23109 result = (lldb::user_id_t)(arg1)->GetID();
23110 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
23124 char *result = 0 ;
23133 result = (char *)((lldb::SBDebugger const *)arg1)->GetPrompt();
23134 lua_pushstring(L,(const char *)result); SWIG_arg++;
23174 char *result = 0 ;
23183 result = (char *)((lldb::SBDebugger const *)arg1)->GetReproducerPath();
23184 lua_pushstring(L,(const char *)result); SWIG_arg++;
23198 lldb::ScriptLanguage result;
23207 result = (lldb::ScriptLanguage)((lldb::SBDebugger const *)arg1)->GetScriptLanguage();
23208 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
23248 lldb::LanguageType result;
23257 result = (lldb::LanguageType)((lldb::SBDebugger const *)arg1)->GetREPLLanguage();
23258 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
23298 bool result;
23307 result = (bool)((lldb::SBDebugger const *)arg1)->GetCloseInputOnEOF();
23308 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
23349 lldb::SBTypeCategory result;
23360 result = (arg1)->GetCategory((char const *)arg2);
23362 lldb::SBTypeCategory * resultptr = new lldb::SBTypeCategory(result);
23379 lldb::SBTypeCategory result;
23390 result = (arg1)->GetCategory(arg2);
23392 lldb::SBTypeCategory * resultptr = new lldb::SBTypeCategory(result);
23463 lldb::SBTypeCategory result;
23474 result = (arg1)->CreateCategory((char const *)arg2);
23476 lldb::SBTypeCategory * resultptr = new lldb::SBTypeCategory(result);
23493 bool result;
23504 result = (bool)(arg1)->DeleteCategory((char const *)arg2);
23505 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
23519 uint32_t result;
23528 result = (uint32_t)(arg1)->GetNumCategories();
23529 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
23544 lldb::SBTypeCategory result;
23555 result = (arg1)->GetCategoryAtIndex(arg2);
23557 lldb::SBTypeCategory * resultptr = new lldb::SBTypeCategory(result);
23573 lldb::SBTypeCategory result;
23582 result = (arg1)->GetDefaultCategory();
23584 lldb::SBTypeCategory * resultptr = new lldb::SBTypeCategory(result);
23602 lldb::SBTypeFormat result;
23618 result = (arg1)->GetFormatForType(arg2);
23620 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat(result);
23638 lldb::SBTypeSummary result;
23654 result = (arg1)->GetSummaryForType(arg2);
23656 lldb::SBTypeSummary * resultptr = new lldb::SBTypeSummary(result);
23674 lldb::SBTypeFilter result;
23690 result = (arg1)->GetFilterForType(arg2);
23692 lldb::SBTypeFilter * resultptr = new lldb::SBTypeFilter(result);
23710 lldb::SBTypeSynthetic result;
23726 result = (arg1)->GetSyntheticForType(arg2);
23728 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result);
23800 lldb::SBError result;
23813 result = (arg1)->RunREPL(arg2,(char const *)arg3);
23815 lldb::SBError * resultptr = new lldb::SBError(result);
23833 lldb::SBTrace result;
23854 result = (arg1)->LoadTraceFromFile(*arg2,(lldb::SBFileSpec const &)*arg3);
23856 lldb::SBTrace * resultptr = new lldb::SBTrace(result);
23872 std::string result;
23881 result = lldb_SBDebugger___repr__(arg1);
23882 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
23896 SwigValueWrapper< std::shared_ptr< lldb_private::File > > result;
23905 result = lldb_SBDebugger_GetInputFileHandle(arg1);
23907 lldb::FileSP sp = result;
23929 SwigValueWrapper< std::shared_ptr< lldb_private::File > > result;
23938 result = lldb_SBDebugger_GetOutputFileHandle(arg1);
23940 lldb::FileSP sp = result;
23962 SwigValueWrapper< std::shared_ptr< lldb_private::File > > result;
23971 result = lldb_SBDebugger_GetErrorFileHandle(arg1);
23973 lldb::FileSP sp = result;
24161 lldb::SBDeclaration *result = 0 ;
24164 result = (lldb::SBDeclaration *)new lldb::SBDeclaration();
24165 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBDeclaration,1); SWIG_arg++;
24179 lldb::SBDeclaration *result = 0 ;
24188 result = (lldb::SBDeclaration *)new lldb::SBDeclaration((lldb::SBDeclaration const &)*arg1);
24189 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBDeclaration,1); SWIG_arg++;
24236 bool result;
24245 result = (bool)((lldb::SBDeclaration const *)arg1)->IsValid();
24246 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
24260 lldb::SBFileSpec result;
24269 result = ((lldb::SBDeclaration const *)arg1)->GetFileSpec();
24271 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
24287 uint32_t result;
24296 result = (uint32_t)((lldb::SBDeclaration const *)arg1)->GetLine();
24297 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
24311 uint32_t result;
24320 result = (uint32_t)((lldb::SBDeclaration const *)arg1)->GetColumn();
24321 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
24420 bool result;
24435 result = (bool)((lldb::SBDeclaration const *)arg1)->operator ==((lldb::SBDeclaration const &)*arg2);
24436 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
24451 bool result;
24466 result = (bool)(arg1)->GetDescription(*arg2);
24467 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
24481 std::string result;
24490 result = lldb_SBDeclaration___repr__(arg1);
24491 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
24563 lldb::SBError *result = 0 ;
24566 result = (lldb::SBError *)new lldb::SBError();
24567 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBError,1); SWIG_arg++;
24581 lldb::SBError *result = 0 ;
24590 result = (lldb::SBError *)new lldb::SBError((lldb::SBError const &)*arg1);
24591 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBError,1); SWIG_arg++;
24605 lldb::SBError *result = 0 ;
24610 result = (lldb::SBError *)new lldb::SBError((char const *)arg1);
24611 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBError,1); SWIG_arg++;
24668 char *result = 0 ;
24677 result = (char *)((lldb::SBError const *)arg1)->GetCString();
24678 lua_pushstring(L,(const char *)result); SWIG_arg++;
24715 bool result;
24724 result = (bool)((lldb::SBError const *)arg1)->Fail();
24725 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
24739 bool result;
24748 result = (bool)((lldb::SBError const *)arg1)->Success();
24749 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
24763 uint32_t result;
24772 result = (uint32_t)((lldb::SBError const *)arg1)->GetError();
24773 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
24787 lldb::ErrorType result;
24796 result = (lldb::ErrorType)((lldb::SBError const *)arg1)->GetType();
24797 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
24916 int result;
24933 result = (int)(arg1)->SetErrorStringWithFormat((char const *)arg2,arg3,arg4,arg5);
24934 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
24951 int result;
24966 result = (int)(arg1)->SetErrorStringWithFormat((char const *)arg2,arg3,arg4);
24967 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
24983 int result;
24996 result = (int)(arg1)->SetErrorStringWithFormat((char const *)arg2,arg3);
24997 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
25012 int result;
25023 result = (int)(arg1)->SetErrorStringWithFormat((char const *)arg2);
25024 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
25162 bool result;
25171 result = (bool)((lldb::SBError const *)arg1)->IsValid();
25172 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
25187 bool result;
25202 result = (bool)(arg1)->GetDescription(*arg2);
25203 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
25217 std::string result;
25226 result = lldb_SBError___repr__(arg1);
25227 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
25302 lldb::SBEnvironment *result = 0 ;
25305 result = (lldb::SBEnvironment *)new lldb::SBEnvironment();
25306 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBEnvironment,1); SWIG_arg++;
25320 lldb::SBEnvironment *result = 0 ;
25329 result = (lldb::SBEnvironment *)new lldb::SBEnvironment((lldb::SBEnvironment const &)*arg1);
25330 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBEnvironment,1); SWIG_arg++;
25378 char *result = 0 ;
25389 result = (char *)(arg1)->Get((char const *)arg2);
25390 lua_pushstring(L,(const char *)result); SWIG_arg++;
25404 size_t result;
25413 result = (arg1)->GetNumValues();
25414 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
25429 char *result = 0 ;
25440 result = (char *)(arg1)->GetNameAtIndex(arg2);
25441 lua_pushstring(L,(const char *)result); SWIG_arg++;
25456 char *result = 0 ;
25467 result = (char *)(arg1)->GetValueAtIndex(arg2);
25468 lua_pushstring(L,(const char *)result); SWIG_arg++;
25482 lldb::SBStringList result;
25491 result = (arg1)->GetEntries();
25493 lldb::SBStringList * resultptr = new lldb::SBStringList(result);
25571 bool result;
25586 result = (bool)(arg1)->Set((char const *)arg2,(char const *)arg3,arg4);
25587 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
25602 bool result;
25613 result = (bool)(arg1)->Unset((char const *)arg2);
25614 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
25707 lldb::SBEvent *result = 0 ;
25710 result = (lldb::SBEvent *)new lldb::SBEvent();
25711 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBEvent,1); SWIG_arg++;
25725 lldb::SBEvent *result = 0 ;
25734 result = (lldb::SBEvent *)new lldb::SBEvent((lldb::SBEvent const &)*arg1);
25735 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBEvent,1); SWIG_arg++;
25751 lldb::SBEvent *result = 0 ;
25759 result = (lldb::SBEvent *)new lldb::SBEvent(arg1,(char const *)arg2,arg3);
25760 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBEvent,1); SWIG_arg++;
25830 bool result;
25839 result = (bool)((lldb::SBEvent const *)arg1)->IsValid();
25840 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
25854 char *result = 0 ;
25863 result = (char *)(arg1)->GetDataFlavor();
25864 lua_pushstring(L,(const char *)result); SWIG_arg++;
25878 uint32_t result;
25887 result = (uint32_t)((lldb::SBEvent const *)arg1)->GetType();
25888 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
25902 lldb::SBBroadcaster result;
25911 result = ((lldb::SBEvent const *)arg1)->GetBroadcaster();
25913 lldb::SBBroadcaster * resultptr = new lldb::SBBroadcaster(result);
25929 char *result = 0 ;
25938 result = (char *)((lldb::SBEvent const *)arg1)->GetBroadcasterClass();
25939 lua_pushstring(L,(const char *)result); SWIG_arg++;
25954 bool result;
25969 result = (bool)(arg1)->BroadcasterMatchesRef((lldb::SBBroadcaster const &)*arg2);
25970 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
26007 char *result = 0 ;
26016 result = (char *)lldb::SBEvent::GetCStringFromEvent((lldb::SBEvent const &)*arg1);
26017 lua_pushstring(L,(const char *)result); SWIG_arg++;
26032 bool result;
26047 result = (bool)(arg1)->GetDescription(*arg2);
26048 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
26063 bool result;
26078 result = (bool)((lldb::SBEvent const *)arg1)->GetDescription(*arg2);
26079 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
26212 lldb::SBExecutionContext *result = 0 ;
26215 result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext();
26216 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBExecutionContext,1); SWIG_arg++;
26230 lldb::SBExecutionContext *result = 0 ;
26239 result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext((lldb::SBExecutionContext const &)*arg1);
26240 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBExecutionContext,1); SWIG_arg++;
26254 lldb::SBExecutionContext *result = 0 ;
26263 result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext((lldb::SBTarget const &)*arg1);
26264 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBExecutionContext,1); SWIG_arg++;
26278 lldb::SBExecutionContext *result = 0 ;
26287 result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext((lldb::SBProcess const &)*arg1);
26288 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBExecutionContext,1); SWIG_arg++;
26303 lldb::SBExecutionContext *result = 0 ;
26313 result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext(arg1);
26314 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBExecutionContext,1); SWIG_arg++;
26328 lldb::SBExecutionContext *result = 0 ;
26337 result = (lldb::SBExecutionContext *)new lldb::SBExecutionContext((lldb::SBFrame const &)*arg1);
26338 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBExecutionContext,1); SWIG_arg++;
26445 lldb::SBTarget result;
26454 result = ((lldb::SBExecutionContext const *)arg1)->GetTarget();
26456 lldb::SBTarget * resultptr = new lldb::SBTarget(result);
26472 lldb::SBProcess result;
26481 result = ((lldb::SBExecutionContext const *)arg1)->GetProcess();
26483 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
26499 lldb::SBThread result;
26508 result = ((lldb::SBExecutionContext const *)arg1)->GetThread();
26510 lldb::SBThread * resultptr = new lldb::SBThread(result);
26526 lldb::SBFrame result;
26535 result = ((lldb::SBExecutionContext const *)arg1)->GetFrame();
26537 lldb::SBFrame * resultptr = new lldb::SBFrame(result);
26603 lldb::SBExpressionOptions *result = 0 ;
26606 result = (lldb::SBExpressionOptions *)new lldb::SBExpressionOptions();
26607 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBExpressionOptions,1); SWIG_arg++;
26621 lldb::SBExpressionOptions *result = 0 ;
26630 result = (lldb::SBExpressionOptions *)new lldb::SBExpressionOptions((lldb::SBExpressionOptions const &)*arg1);
26631 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBExpressionOptions,1); SWIG_arg++;
26678 bool result;
26687 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetCoerceResultToId();
26688 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
26800 bool result;
26809 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetUnwindOnError();
26810 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
26922 bool result;
26931 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetIgnoreBreakpoints();
26932 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
27044 lldb::DynamicValueType result;
27053 result = (lldb::DynamicValueType)((lldb::SBExpressionOptions const *)arg1)->GetFetchDynamicValue();
27054 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
27166 uint32_t result;
27175 result = (uint32_t)((lldb::SBExpressionOptions const *)arg1)->GetTimeoutInMicroSeconds();
27176 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
27288 uint32_t result;
27297 result = (uint32_t)((lldb::SBExpressionOptions const *)arg1)->GetOneThreadTimeoutInMicroSeconds();
27298 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
27410 bool result;
27419 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetTryAllThreads();
27420 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
27532 bool result;
27541 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetStopOthers();
27542 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
27654 bool result;
27663 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetTrapExceptions();
27664 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
27890 bool result;
27899 result = (bool)(arg1)->GetGenerateDebugInfo();
27900 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
28012 bool result;
28021 result = (bool)(arg1)->GetSuppressPersistentResult();
28022 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
28134 char *result = 0 ;
28143 result = (char *)((lldb::SBExpressionOptions const *)arg1)->GetPrefix();
28144 lua_pushstring(L,(const char *)result); SWIG_arg++;
28282 bool result;
28291 result = (bool)(arg1)->GetAutoApplyFixIts();
28292 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
28332 uint64_t result;
28341 result = (uint64_t)(arg1)->GetRetriesWithFixIts();
28342 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
28356 bool result;
28365 result = (bool)(arg1)->GetTopLevel();
28366 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
28478 bool result;
28487 result = (bool)(arg1)->GetAllowJIT();
28488 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
28607 lldb::SBFile *result = 0 ;
28610 result = (lldb::SBFile *)new lldb::SBFile();
28611 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFile,1); SWIG_arg++;
28625 lldb::SBFile *result = 0 ;
28636 result = (lldb::SBFile *)new lldb::SBFile(arg1);
28637 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFile,1); SWIG_arg++;
28653 lldb::SBFile *result = 0 ;
28662 result = (lldb::SBFile *)new lldb::SBFile(arg1,(char const *)arg2,arg3);
28663 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFile,1); SWIG_arg++;
28729 lldb::SBError result;
28752 result = (arg1)->Read(arg2,arg3,arg4);
28754 lldb::SBError * resultptr = new lldb::SBError(result);
28773 lldb::SBError result;
28796 result = (arg1)->Write((uint8_t const *)arg2,arg3,arg4);
28798 lldb::SBError * resultptr = new lldb::SBError(result);
28814 lldb::SBError result;
28823 result = (arg1)->Flush();
28825 lldb::SBError * resultptr = new lldb::SBError(result);
28841 bool result;
28850 result = (bool)((lldb::SBFile const *)arg1)->IsValid();
28851 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
28865 lldb::SBError result;
28874 result = (arg1)->Close();
28876 lldb::SBError * resultptr = new lldb::SBError(result);
28892 SwigValueWrapper< std::shared_ptr< lldb_private::File > > result;
28901 result = ((lldb::SBFile const *)arg1)->GetFile();
28903 lldb::FileSP sp = result;
28925 lldb::SBFile result;
28936 result = lldb_SBFile_MakeBorrowed(SWIG_STD_MOVE(arg1));
28938 lldb::SBFile * resultptr = new lldb::SBFile(result);
28954 lldb::SBFile result;
28965 result = lldb_SBFile_MakeForcingIOMethods(SWIG_STD_MOVE(arg1));
28967 lldb::SBFile * resultptr = new lldb::SBFile(result);
28983 lldb::SBFile result;
28994 result = lldb_SBFile_MakeBorrowedForcingIOMethods(SWIG_STD_MOVE(arg1));
28996 lldb::SBFile * resultptr = new lldb::SBFile(result);
29067 lldb::SBFileSpec *result = 0 ;
29070 result = (lldb::SBFileSpec *)new lldb::SBFileSpec();
29071 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFileSpec,1); SWIG_arg++;
29085 lldb::SBFileSpec *result = 0 ;
29094 result = (lldb::SBFileSpec *)new lldb::SBFileSpec((lldb::SBFileSpec const &)*arg1);
29095 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFileSpec,1); SWIG_arg++;
29109 lldb::SBFileSpec *result = 0 ;
29114 result = (lldb::SBFileSpec *)new lldb::SBFileSpec((char const *)arg1);
29115 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFileSpec,1); SWIG_arg++;
29130 lldb::SBFileSpec *result = 0 ;
29137 result = (lldb::SBFileSpec *)new lldb::SBFileSpec((char const *)arg1,arg2);
29138 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFileSpec,1); SWIG_arg++;
29211 bool result;
29226 result = (bool)((lldb::SBFileSpec const *)arg1)->operator ==((lldb::SBFileSpec const &)*arg2);
29227 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
29241 bool result;
29250 result = (bool)((lldb::SBFileSpec const *)arg1)->IsValid();
29251 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
29265 bool result;
29274 result = (bool)((lldb::SBFileSpec const *)arg1)->Exists();
29275 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
29289 bool result;
29298 result = (bool)(arg1)->ResolveExecutableLocation();
29299 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
29313 char *result = 0 ;
29322 result = (char *)((lldb::SBFileSpec const *)arg1)->GetFilename();
29323 lua_pushstring(L,(const char *)result); SWIG_arg++;
29337 char *result = 0 ;
29346 result = (char *)((lldb::SBFileSpec const *)arg1)->GetDirectory();
29347 lua_pushstring(L,(const char *)result); SWIG_arg++;
29415 uint32_t result;
29428 result = (uint32_t)((lldb::SBFileSpec const *)arg1)->GetPath(arg2,arg3);
29429 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
29445 int result;
29454 result = (int)lldb::SBFileSpec::ResolvePath((char const *)arg1,arg2,SWIG_STD_MOVE(arg3));
29455 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
29470 bool result;
29485 result = (bool)((lldb::SBFileSpec const *)arg1)->GetDescription(*arg2);
29486 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
29526 std::string result;
29535 result = lldb_SBFileSpec___repr__(arg1);
29536 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
29611 lldb::SBFileSpecList *result = 0 ;
29614 result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList();
29615 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFileSpecList,1); SWIG_arg++;
29629 lldb::SBFileSpecList *result = 0 ;
29638 result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList((lldb::SBFileSpecList const &)*arg1);
29639 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFileSpecList,1); SWIG_arg++;
29686 uint32_t result;
29695 result = (uint32_t)((lldb::SBFileSpecList const *)arg1)->GetSize();
29696 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
29711 bool result;
29726 result = (bool)((lldb::SBFileSpecList const *)arg1)->GetDescription(*arg2);
29727 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
29772 bool result;
29787 result = (bool)(arg1)->AppendIfUnique((lldb::SBFileSpec const &)*arg2);
29788 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
29828 uint32_t result;
29847 result = (uint32_t)(arg1)->FindFileIndex(arg2,(lldb::SBFileSpec const &)*arg3,arg4);
29848 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
29863 lldb::SBFileSpec result;
29874 result = ((lldb::SBFileSpecList const *)arg1)->GetFileSpecAtIndex(arg2);
29876 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
29892 std::string result;
29901 result = lldb_SBFileSpecList___repr__(arg1);
29902 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
29971 lldb::SBFormat *result = 0 ;
29974 result = (lldb::SBFormat *)new lldb::SBFormat();
29975 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFormat,1); SWIG_arg++;
29990 lldb::SBFormat *result = 0 ;
30001 result = (lldb::SBFormat *)new lldb::SBFormat((char const *)arg1,*arg2);
30002 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFormat,1); SWIG_arg++;
30016 lldb::SBFormat *result = 0 ;
30025 result = (lldb::SBFormat *)new lldb::SBFormat((lldb::SBFormat const &)*arg1);
30026 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFormat,1); SWIG_arg++;
30139 lldb::SBFrame *result = 0 ;
30142 result = (lldb::SBFrame *)new lldb::SBFrame();
30143 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFrame,1); SWIG_arg++;
30157 lldb::SBFrame *result = 0 ;
30166 result = (lldb::SBFrame *)new lldb::SBFrame((lldb::SBFrame const &)*arg1);
30167 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFrame,1); SWIG_arg++;
30215 bool result;
30230 result = (bool)((lldb::SBFrame const *)arg1)->IsEqual((lldb::SBFrame const &)*arg2);
30231 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
30245 bool result;
30254 result = (bool)((lldb::SBFrame const *)arg1)->IsValid();
30255 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
30269 uint32_t result;
30278 result = (uint32_t)((lldb::SBFrame const *)arg1)->GetFrameID();
30279 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
30293 lldb::addr_t result;
30302 result = (lldb::addr_t)((lldb::SBFrame const *)arg1)->GetCFA();
30303 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
30317 lldb::addr_t result;
30326 result = (lldb::addr_t)((lldb::SBFrame const *)arg1)->GetPC();
30327 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
30342 bool result;
30353 result = (bool)(arg1)->SetPC(arg2);
30354 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
30368 lldb::addr_t result;
30377 result = (lldb::addr_t)((lldb::SBFrame const *)arg1)->GetSP();
30378 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
30392 lldb::addr_t result;
30401 result = (lldb::addr_t)((lldb::SBFrame const *)arg1)->GetFP();
30402 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
30416 lldb::SBAddress result;
30425 result = ((lldb::SBFrame const *)arg1)->GetPCAddress();
30427 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
30444 lldb::SBSymbolContext result;
30455 result = ((lldb::SBFrame const *)arg1)->GetSymbolContext(arg2);
30457 lldb::SBSymbolContext * resultptr = new lldb::SBSymbolContext(result);
30473 lldb::SBModule result;
30482 result = ((lldb::SBFrame const *)arg1)->GetModule();
30484 lldb::SBModule * resultptr = new lldb::SBModule(result);
30500 lldb::SBCompileUnit result;
30509 result = ((lldb::SBFrame const *)arg1)->GetCompileUnit();
30511 lldb::SBCompileUnit * resultptr = new lldb::SBCompileUnit(result);
30527 lldb::SBFunction result;
30536 result = ((lldb::SBFrame const *)arg1)->GetFunction();
30538 lldb::SBFunction * resultptr = new lldb::SBFunction(result);
30554 lldb::SBSymbol result;
30563 result = ((lldb::SBFrame const *)arg1)->GetSymbol();
30565 lldb::SBSymbol * resultptr = new lldb::SBSymbol(result);
30581 lldb::SBBlock result;
30590 result = ((lldb::SBFrame const *)arg1)->GetBlock();
30592 lldb::SBBlock * resultptr = new lldb::SBBlock(result);
30608 char *result = 0 ;
30617 result = (char *)(arg1)->GetFunctionName();
30618 lua_pushstring(L,(const char *)result); SWIG_arg++;
30632 char *result = 0 ;
30641 result = (char *)(arg1)->GetDisplayFunctionName();
30642 lua_pushstring(L,(const char *)result); SWIG_arg++;
30656 char *result = 0 ;
30665 result = (char *)((lldb::SBFrame const *)arg1)->GetFunctionName();
30666 lua_pushstring(L,(const char *)result); SWIG_arg++;
30724 lldb::LanguageType result;
30733 result = (lldb::LanguageType)((lldb::SBFrame const *)arg1)->GuessLanguage();
30734 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
30748 bool result;
30757 result = (bool)(arg1)->IsInlined();
30758 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
30772 bool result;
30781 result = (bool)((lldb::SBFrame const *)arg1)->IsInlined();
30782 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
30840 bool result;
30849 result = (bool)(arg1)->IsArtificial();
30850 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
30864 bool result;
30873 result = (bool)((lldb::SBFrame const *)arg1)->IsArtificial();
30874 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
30933 lldb::SBValue result;
30944 result = (arg1)->EvaluateExpression((char const *)arg2);
30946 lldb::SBValue * resultptr = new lldb::SBValue(result);
30964 lldb::SBValue result;
30977 result = (arg1)->EvaluateExpression((char const *)arg2,arg3);
30979 lldb::SBValue * resultptr = new lldb::SBValue(result);
30998 lldb::SBValue result;
31013 result = (arg1)->EvaluateExpression((char const *)arg2,arg3,arg4);
31015 lldb::SBValue * resultptr = new lldb::SBValue(result);
31033 lldb::SBValue result;
31050 result = (arg1)->EvaluateExpression((char const *)arg2,(lldb::SBExpressionOptions const &)*arg3);
31052 lldb::SBValue * resultptr = new lldb::SBValue(result);
31187 lldb::SBBlock result;
31196 result = ((lldb::SBFrame const *)arg1)->GetFrameBlock();
31198 lldb::SBBlock * resultptr = new lldb::SBBlock(result);
31214 lldb::SBLineEntry result;
31223 result = ((lldb::SBFrame const *)arg1)->GetLineEntry();
31225 lldb::SBLineEntry * resultptr = new lldb::SBLineEntry(result);
31241 lldb::SBThread result;
31250 result = ((lldb::SBFrame const *)arg1)->GetThread();
31252 lldb::SBThread * resultptr = new lldb::SBThread(result);
31268 char *result = 0 ;
31277 result = (char *)((lldb::SBFrame const *)arg1)->Disassemble();
31278 lua_pushstring(L,(const char *)result); SWIG_arg++;
31316 bool result;
31331 result = (bool)((lldb::SBFrame const *)arg1)->operator ==((lldb::SBFrame const &)*arg2);
31332 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
31350 lldb::SBValueList result;
31367 result = (arg1)->GetVariables(arg2,arg3,arg4,arg5);
31369 lldb::SBValueList * resultptr = new lldb::SBValueList(result);
31390 lldb::SBValueList result;
31409 result = (arg1)->GetVariables(arg2,arg3,arg4,arg5,arg6);
31411 lldb::SBValueList * resultptr = new lldb::SBValueList(result);
31428 lldb::SBValueList result;
31443 result = (arg1)->GetVariables((lldb::SBVariablesOptions const &)*arg2);
31445 lldb::SBValueList * resultptr = new lldb::SBValueList(result);
31575 lldb::SBValueList result;
31584 result = (arg1)->GetRegisters();
31586 lldb::SBValueList * resultptr = new lldb::SBValueList(result);
31603 lldb::SBValue result;
31614 result = (arg1)->FindRegister((char const *)arg2);
31616 lldb::SBValue * resultptr = new lldb::SBValue(result);
31633 lldb::SBValue result;
31644 result = (arg1)->FindVariable((char const *)arg2);
31646 lldb::SBValue * resultptr = new lldb::SBValue(result);
31664 lldb::SBValue result;
31677 result = (arg1)->FindVariable((char const *)arg2,arg3);
31679 lldb::SBValue * resultptr = new lldb::SBValue(result);
31756 lldb::SBValue result;
31769 result = (arg1)->GetValueForVariablePath((char const *)arg2,arg3);
31771 lldb::SBValue * resultptr = new lldb::SBValue(result);
31788 lldb::SBValue result;
31799 result = (arg1)->GetValueForVariablePath((char const *)arg2);
31801 lldb::SBValue * resultptr = new lldb::SBValue(result);
31878 lldb::SBValue result;
31891 result = (arg1)->FindValue((char const *)arg2,arg3);
31893 lldb::SBValue * resultptr = new lldb::SBValue(result);
31912 lldb::SBValue result;
31927 result = (arg1)->FindValue((char const *)arg2,arg3,arg4);
31929 lldb::SBValue * resultptr = new lldb::SBValue(result);
32015 bool result;
32030 result = (bool)(arg1)->GetDescription(*arg2);
32031 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
32047 lldb::SBError result;
32068 result = (arg1)->GetDescriptionWithFormat((lldb::SBFormat const &)*arg2,*arg3);
32070 lldb::SBError * resultptr = new lldb::SBError(result);
32086 std::string result;
32095 result = lldb_SBFrame___repr__(arg1);
32096 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
32194 lldb::SBFunction *result = 0 ;
32197 result = (lldb::SBFunction *)new lldb::SBFunction();
32198 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFunction,1); SWIG_arg++;
32212 lldb::SBFunction *result = 0 ;
32221 result = (lldb::SBFunction *)new lldb::SBFunction((lldb::SBFunction const &)*arg1);
32222 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBFunction,1); SWIG_arg++;
32269 bool result;
32278 result = (bool)((lldb::SBFunction const *)arg1)->IsValid();
32279 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
32293 char *result = 0 ;
32302 result = (char *)((lldb::SBFunction const *)arg1)->GetName();
32303 lua_pushstring(L,(const char *)result); SWIG_arg++;
32317 char *result = 0 ;
32326 result = (char *)((lldb::SBFunction const *)arg1)->GetDisplayName();
32327 lua_pushstring(L,(const char *)result); SWIG_arg++;
32341 char *result = 0 ;
32350 result = (char *)((lldb::SBFunction const *)arg1)->GetMangledName();
32351 lua_pushstring(L,(const char *)result); SWIG_arg++;
32367 lldb::SBInstructionList result;
32383 result = (arg1)->GetInstructions(arg2);
32385 lldb::SBInstructionList * resultptr = new lldb::SBInstructionList(result);
32404 lldb::SBInstructionList result;
32422 result = (arg1)->GetInstructions(arg2,(char const *)arg3);
32424 lldb::SBInstructionList * resultptr = new lldb::SBInstructionList(result);
32509 lldb::SBAddress result;
32518 result = (arg1)->GetStartAddress();
32520 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
32536 lldb::SBAddress result;
32545 result = (arg1)->GetEndAddress();
32547 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
32563 lldb::SBAddressRangeList result;
32572 result = (arg1)->GetRanges();
32574 lldb::SBAddressRangeList * resultptr = new lldb::SBAddressRangeList(result);
32591 char *result = 0 ;
32602 result = (char *)(arg1)->GetArgumentName(arg2);
32603 lua_pushstring(L,(const char *)result); SWIG_arg++;
32617 uint32_t result;
32626 result = (uint32_t)(arg1)->GetPrologueByteSize();
32627 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
32641 lldb::SBType result;
32650 result = (arg1)->GetType();
32652 lldb::SBType * resultptr = new lldb::SBType(result);
32668 lldb::SBBlock result;
32677 result = (arg1)->GetBlock();
32679 lldb::SBBlock * resultptr = new lldb::SBBlock(result);
32695 lldb::LanguageType result;
32704 result = (lldb::LanguageType)(arg1)->GetLanguage();
32705 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
32719 bool result;
32728 result = (bool)(arg1)->GetIsOptimized();
32729 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
32744 bool result;
32759 result = (bool)((lldb::SBFunction const *)arg1)->operator ==((lldb::SBFunction const &)*arg2);
32760 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
32775 bool result;
32790 result = (bool)(arg1)->GetDescription(*arg2);
32791 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
32805 std::string result;
32814 result = lldb_SBFunction___repr__(arg1);
32815 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
32894 lldb::SBFileSpec result;
32897 result = lldb::SBHostOS::GetProgramFileSpec();
32899 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
32914 lldb::SBFileSpec result;
32917 result = lldb::SBHostOS::GetLLDBPythonPath();
32919 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
32935 lldb::SBFileSpec result;
32940 result = lldb::SBHostOS::GetLLDBPath(arg1);
32942 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
32957 lldb::SBFileSpec result;
32960 result = lldb::SBHostOS::GetUserHomeDirectory();
32962 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
33000 lldb::thread_t result;
33019 result = lldb::SBHostOS::ThreadCreate((char const *)arg1,arg2,arg3,arg4);
33021 lldb::thread_t * resultptr = new lldb::thread_t(result);
33039 bool result;
33055 result = (bool)lldb::SBHostOS::ThreadCancel(SWIG_STD_MOVE(arg1),arg2);
33056 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
33072 bool result;
33088 result = (bool)lldb::SBHostOS::ThreadDetach(SWIG_STD_MOVE(arg1),arg2);
33089 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
33106 bool result;
33128 result = (bool)lldb::SBHostOS::ThreadJoin(SWIG_STD_MOVE(arg1),arg2,arg3);
33129 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
33142 lldb::SBHostOS *result = 0 ;
33145 result = (lldb::SBHostOS *)new lldb::SBHostOS();
33146 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBHostOS,1); SWIG_arg++;
33215 lldb::SBInstruction *result = 0 ;
33218 result = (lldb::SBInstruction *)new lldb::SBInstruction();
33219 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBInstruction,1); SWIG_arg++;
33233 lldb::SBInstruction *result = 0 ;
33242 result = (lldb::SBInstruction *)new lldb::SBInstruction((lldb::SBInstruction const &)*arg1);
33243 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBInstruction,1); SWIG_arg++;
33290 bool result;
33299 result = (bool)(arg1)->IsValid();
33300 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
33314 lldb::SBAddress result;
33323 result = (arg1)->GetAddress();
33325 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
33343 char *result = 0 ;
33359 result = (char *)(arg1)->GetMnemonic(arg2);
33360 lua_pushstring(L,(const char *)result); SWIG_arg++;
33376 char *result = 0 ;
33392 result = (char *)(arg1)->GetOperands(arg2);
33393 lua_pushstring(L,(const char *)result); SWIG_arg++;
33409 char *result = 0 ;
33425 result = (char *)(arg1)->GetComment(arg2);
33426 lua_pushstring(L,(const char *)result); SWIG_arg++;
33442 lldb::InstructionControlFlowKind result;
33458 result = (lldb::InstructionControlFlowKind)(arg1)->GetControlFlowKind(arg2);
33459 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
33475 lldb::SBData result;
33491 result = (arg1)->GetData(arg2);
33493 lldb::SBData * resultptr = new lldb::SBData(result);
33509 size_t result;
33518 result = (arg1)->GetByteSize();
33519 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
33533 bool result;
33542 result = (bool)(arg1)->DoesBranch();
33543 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
33557 bool result;
33566 result = (bool)(arg1)->HasDelaySlot();
33567 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
33581 bool result;
33590 result = (bool)(arg1)->CanSetBreakpoint();
33591 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
33730 bool result;
33745 result = (bool)(arg1)->GetDescription(*arg2);
33746 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
33762 bool result;
33779 result = (bool)(arg1)->EmulateWithFrame(*arg2,arg3);
33780 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
33795 bool result;
33806 result = (bool)(arg1)->DumpEmulation((char const *)arg2);
33807 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
33823 bool result;
33840 result = (bool)(arg1)->TestEmulation(*arg2,(char const *)arg3);
33841 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
33855 std::string result;
33864 result = lldb_SBInstruction___repr__(arg1);
33865 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
33943 lldb::SBInstructionList *result = 0 ;
33946 result = (lldb::SBInstructionList *)new lldb::SBInstructionList();
33947 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBInstructionList,1); SWIG_arg++;
33961 lldb::SBInstructionList *result = 0 ;
33970 result = (lldb::SBInstructionList *)new lldb::SBInstructionList((lldb::SBInstructionList const &)*arg1);
33971 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBInstructionList,1); SWIG_arg++;
34018 bool result;
34027 result = (bool)((lldb::SBInstructionList const *)arg1)->IsValid();
34028 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
34042 size_t result;
34051 result = (arg1)->GetSize();
34052 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
34067 lldb::SBInstruction result;
34078 result = (arg1)->GetInstructionAtIndex(arg2);
34080 lldb::SBInstruction * resultptr = new lldb::SBInstruction(result);
34099 size_t result;
34122 result = (arg1)->GetInstructionsCount((lldb::SBAddress const &)*arg2,(lldb::SBAddress const &)*arg3,arg4);
34123 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
34139 size_t result;
34160 result = (arg1)->GetInstructionsCount((lldb::SBAddress const &)*arg2,(lldb::SBAddress const &)*arg3);
34161 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
34444 bool result;
34459 result = (bool)(arg1)->GetDescription(*arg2);
34460 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
34475 bool result;
34486 result = (bool)(arg1)->DumpEmulationForAllInstructions((char const *)arg2);
34487 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
34501 std::string result;
34510 result = lldb_SBInstructionList___repr__(arg1);
34511 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
34583 lldb::LanguageType result;
34588 result = (lldb::LanguageType)lldb::SBLanguageRuntime::GetLanguageTypeFromString((char const *)arg1);
34589 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
34603 char *result = 0 ;
34608 result = (char *)lldb::SBLanguageRuntime::GetNameForLanguageType(arg1);
34609 lua_pushstring(L,(const char *)result); SWIG_arg++;
34623 bool result;
34628 result = (bool)lldb::SBLanguageRuntime::LanguageIsCPlusPlus(arg1);
34629 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
34643 bool result;
34648 result = (bool)lldb::SBLanguageRuntime::LanguageIsObjC(arg1);
34649 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
34663 bool result;
34668 result = (bool)lldb::SBLanguageRuntime::LanguageIsCFamily(arg1);
34669 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
34683 bool result;
34688 result = (bool)lldb::SBLanguageRuntime::SupportsExceptionBreakpointsOnThrow(arg1);
34689 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
34703 bool result;
34708 result = (bool)lldb::SBLanguageRuntime::SupportsExceptionBreakpointsOnCatch(arg1);
34709 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
34723 char *result = 0 ;
34728 result = (char *)lldb::SBLanguageRuntime::GetThrowKeywordForLanguage(arg1);
34729 lua_pushstring(L,(const char *)result); SWIG_arg++;
34743 char *result = 0 ;
34748 result = (char *)lldb::SBLanguageRuntime::GetCatchKeywordForLanguage(arg1);
34749 lua_pushstring(L,(const char *)result); SWIG_arg++;
34762 lldb::SBLanguageRuntime *result = 0 ;
34765 result = (lldb::SBLanguageRuntime *)new lldb::SBLanguageRuntime();
34766 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBLanguageRuntime,1); SWIG_arg++;
34836 lldb::SBLaunchInfo *result = 0 ;
34862 result = (lldb::SBLaunchInfo *)new lldb::SBLaunchInfo((char const **)arg1);
34863 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBLaunchInfo,1); SWIG_arg++;
34883 lldb::pid_t result;
34892 result = (lldb::pid_t)(arg1)->GetProcessID();
34893 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
34907 uint32_t result;
34916 result = (uint32_t)(arg1)->GetUserID();
34917 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
34931 uint32_t result;
34940 result = (uint32_t)(arg1)->GetGroupID();
34941 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
34955 bool result;
34964 result = (bool)(arg1)->UserIDIsValid();
34965 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
34979 bool result;
34988 result = (bool)(arg1)->GroupIDIsValid();
34989 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
35055 lldb::SBFileSpec result;
35064 result = (arg1)->GetExecutableFile();
35066 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
35117 lldb::SBListener result;
35126 result = (arg1)->GetListener();
35128 lldb::SBListener * resultptr = new lldb::SBListener(result);
35174 lldb::SBListener result;
35183 result = (arg1)->GetShadowListener();
35185 lldb::SBListener * resultptr = new lldb::SBListener(result);
35231 uint32_t result;
35240 result = (uint32_t)(arg1)->GetNumArguments();
35241 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
35256 char *result = 0 ;
35267 result = (char *)(arg1)->GetArgumentAtIndex(arg2);
35268 lua_pushstring(L,(const char *)result); SWIG_arg++;
35338 uint32_t result;
35347 result = (uint32_t)(arg1)->GetNumEnvironmentEntries();
35348 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
35363 char *result = 0 ;
35374 result = (char *)(arg1)->GetEnvironmentEntryAtIndex(arg2);
35375 lua_pushstring(L,(const char *)result); SWIG_arg++;
35478 lldb::SBEnvironment result;
35487 result = (arg1)->GetEnvironment();
35489 lldb::SBEnvironment * resultptr = new lldb::SBEnvironment(result);
35528 char *result = 0 ;
35537 result = (char *)((lldb::SBLaunchInfo const *)arg1)->GetWorkingDirectory();
35538 lua_pushstring(L,(const char *)result); SWIG_arg++;
35578 uint32_t result;
35587 result = (uint32_t)(arg1)->GetLaunchFlags();
35588 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
35628 char *result = 0 ;
35637 result = (char *)(arg1)->GetProcessPluginName();
35638 lua_pushstring(L,(const char *)result); SWIG_arg++;
35678 char *result = 0 ;
35687 result = (char *)(arg1)->GetShell();
35688 lua_pushstring(L,(const char *)result); SWIG_arg++;
35728 bool result;
35737 result = (bool)(arg1)->GetShellExpandArguments();
35738 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
35778 uint32_t result;
35787 result = (uint32_t)(arg1)->GetResumeCount();
35788 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
35829 bool result;
35840 result = (bool)(arg1)->AddCloseFileAction(arg2);
35841 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
35857 bool result;
35870 result = (bool)(arg1)->AddDuplicateFileAction(arg2,arg3);
35871 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
35889 bool result;
35906 result = (bool)(arg1)->AddOpenFileAction(arg2,(char const *)arg3,arg4,arg5);
35907 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
35924 bool result;
35939 result = (bool)(arg1)->AddSuppressFileAction(arg2,arg3,arg4);
35940 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
35980 char *result = 0 ;
35989 result = (char *)((lldb::SBLaunchInfo const *)arg1)->GetLaunchEventData();
35990 lua_pushstring(L,(const char *)result); SWIG_arg++;
36004 bool result;
36013 result = (bool)((lldb::SBLaunchInfo const *)arg1)->GetDetachOnError();
36014 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
36054 char *result = 0 ;
36063 result = (char *)((lldb::SBLaunchInfo const *)arg1)->GetScriptedProcessClassName();
36064 lua_pushstring(L,(const char *)result); SWIG_arg++;
36104 lldb::SBStructuredData result;
36113 result = ((lldb::SBLaunchInfo const *)arg1)->GetScriptedProcessDictionary();
36115 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
36255 lldb::SBLineEntry *result = 0 ;
36258 result = (lldb::SBLineEntry *)new lldb::SBLineEntry();
36259 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBLineEntry,1); SWIG_arg++;
36273 lldb::SBLineEntry *result = 0 ;
36282 result = (lldb::SBLineEntry *)new lldb::SBLineEntry((lldb::SBLineEntry const &)*arg1);
36283 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBLineEntry,1); SWIG_arg++;
36330 lldb::SBAddress result;
36339 result = ((lldb::SBLineEntry const *)arg1)->GetStartAddress();
36341 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
36357 lldb::SBAddress result;
36366 result = ((lldb::SBLineEntry const *)arg1)->GetEndAddress();
36368 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
36385 lldb::SBAddress result;
36396 result = ((lldb::SBLineEntry const *)arg1)->GetSameLineContiguousAddressRangeEnd(arg2);
36398 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
36414 bool result;
36423 result = (bool)((lldb::SBLineEntry const *)arg1)->IsValid();
36424 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
36438 lldb::SBFileSpec result;
36447 result = ((lldb::SBLineEntry const *)arg1)->GetFileSpec();
36449 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
36465 uint32_t result;
36474 result = (uint32_t)((lldb::SBLineEntry const *)arg1)->GetLine();
36475 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
36489 uint32_t result;
36498 result = (uint32_t)((lldb::SBLineEntry const *)arg1)->GetColumn();
36499 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
36598 bool result;
36613 result = (bool)((lldb::SBLineEntry const *)arg1)->operator ==((lldb::SBLineEntry const &)*arg2);
36614 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
36629 bool result;
36644 result = (bool)(arg1)->GetDescription(*arg2);
36645 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
36659 std::string result;
36668 result = lldb_SBLineEntry___repr__(arg1);
36669 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
36744 lldb::SBListener *result = 0 ;
36747 result = (lldb::SBListener *)new lldb::SBListener();
36748 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBListener,1); SWIG_arg++;
36762 lldb::SBListener *result = 0 ;
36767 result = (lldb::SBListener *)new lldb::SBListener((char const *)arg1);
36768 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBListener,1); SWIG_arg++;
36782 lldb::SBListener *result = 0 ;
36791 result = (lldb::SBListener *)new lldb::SBListener((lldb::SBListener const &)*arg1);
36792 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBListener,1); SWIG_arg++;
36902 bool result;
36911 result = (bool)((lldb::SBListener const *)arg1)->IsValid();
36912 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
36929 uint32_t result;
36948 result = (uint32_t)(arg1)->StartListeningForEventClass(*arg2,(char const *)arg3,arg4);
36949 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
36966 bool result;
36985 result = (bool)(arg1)->StopListeningForEventClass(*arg2,(char const *)arg3,arg4);
36986 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37002 uint32_t result;
37019 result = (uint32_t)(arg1)->StartListeningForEvents((lldb::SBBroadcaster const &)*arg2,arg3);
37020 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
37036 bool result;
37053 result = (bool)(arg1)->StopListeningForEvents((lldb::SBBroadcaster const &)*arg2,arg3);
37054 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37070 bool result;
37087 result = (bool)(arg1)->WaitForEvent(arg2,*arg3);
37088 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37105 bool result;
37128 result = (bool)(arg1)->WaitForEventForBroadcaster(arg2,(lldb::SBBroadcaster const &)*arg3,*arg4);
37129 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37147 bool result;
37172 result = (bool)(arg1)->WaitForEventForBroadcasterWithType(arg2,(lldb::SBBroadcaster const &)*arg3,arg4,*arg5);
37173 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37188 bool result;
37203 result = (bool)(arg1)->PeekAtNextEvent(*arg2);
37204 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37220 bool result;
37241 result = (bool)(arg1)->PeekAtNextEventForBroadcaster((lldb::SBBroadcaster const &)*arg2,*arg3);
37242 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37259 bool result;
37282 result = (bool)(arg1)->PeekAtNextEventForBroadcasterWithType((lldb::SBBroadcaster const &)*arg2,arg3,*arg4);
37283 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37298 bool result;
37313 result = (bool)(arg1)->GetNextEvent(*arg2);
37314 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37330 bool result;
37351 result = (bool)(arg1)->GetNextEventForBroadcaster((lldb::SBBroadcaster const &)*arg2,*arg3);
37352 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37369 bool result;
37392 result = (bool)(arg1)->GetNextEventForBroadcasterWithType((lldb::SBBroadcaster const &)*arg2,arg3,*arg4);
37393 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37408 bool result;
37423 result = (bool)(arg1)->HandleBroadcastEvent((lldb::SBEvent const &)*arg2);
37424 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37501 lldb::SBMemoryRegionInfo *result = 0 ;
37504 result = (lldb::SBMemoryRegionInfo *)new lldb::SBMemoryRegionInfo();
37505 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBMemoryRegionInfo,1); SWIG_arg++;
37519 lldb::SBMemoryRegionInfo *result = 0 ;
37528 result = (lldb::SBMemoryRegionInfo *)new lldb::SBMemoryRegionInfo((lldb::SBMemoryRegionInfo const &)*arg1);
37529 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBMemoryRegionInfo,1); SWIG_arg++;
37548 lldb::SBMemoryRegionInfo *result = 0 ;
37563 result = (lldb::SBMemoryRegionInfo *)new lldb::SBMemoryRegionInfo((char const *)arg1,arg2,arg3,arg4,arg5,arg6);
37564 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBMemoryRegionInfo,1); SWIG_arg++;
37582 lldb::SBMemoryRegionInfo *result = 0 ;
37595 result = (lldb::SBMemoryRegionInfo *)new lldb::SBMemoryRegionInfo((char const *)arg1,arg2,arg3,arg4,arg5);
37596 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBMemoryRegionInfo,1); SWIG_arg++;
37731 lldb::addr_t result;
37740 result = (lldb::addr_t)(arg1)->GetRegionBase();
37741 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
37755 lldb::addr_t result;
37764 result = (lldb::addr_t)(arg1)->GetRegionEnd();
37765 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
37779 bool result;
37788 result = (bool)(arg1)->IsReadable();
37789 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37803 bool result;
37812 result = (bool)(arg1)->IsWritable();
37813 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37827 bool result;
37836 result = (bool)(arg1)->IsExecutable();
37837 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37851 bool result;
37860 result = (bool)(arg1)->IsMapped();
37861 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37875 char *result = 0 ;
37884 result = (char *)(arg1)->GetName();
37885 lua_pushstring(L,(const char *)result); SWIG_arg++;
37899 bool result;
37908 result = (bool)(arg1)->HasDirtyMemoryPageList();
37909 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
37923 uint32_t result;
37932 result = (uint32_t)(arg1)->GetNumDirtyPages();
37933 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
37948 lldb::addr_t result;
37959 result = (lldb::addr_t)(arg1)->GetDirtyPageAddressAtIndex(arg2);
37960 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
37974 int result;
37983 result = (int)(arg1)->GetPageSize();
37984 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
37999 bool result;
38014 result = (bool)((lldb::SBMemoryRegionInfo const *)arg1)->operator ==((lldb::SBMemoryRegionInfo const &)*arg2);
38015 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
38030 bool result;
38045 result = (bool)(arg1)->GetDescription(*arg2);
38046 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
38060 std::string result;
38069 result = lldb_SBMemoryRegionInfo___repr__(arg1);
38070 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
38147 lldb::SBMemoryRegionInfoList *result = 0 ;
38150 result = (lldb::SBMemoryRegionInfoList *)new lldb::SBMemoryRegionInfoList();
38151 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBMemoryRegionInfoList,1); SWIG_arg++;
38165 lldb::SBMemoryRegionInfoList *result = 0 ;
38174 result = (lldb::SBMemoryRegionInfoList *)new lldb::SBMemoryRegionInfoList((lldb::SBMemoryRegionInfoList const &)*arg1);
38175 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBMemoryRegionInfoList,1); SWIG_arg++;
38222 uint32_t result;
38231 result = (uint32_t)((lldb::SBMemoryRegionInfoList const *)arg1)->GetSize();
38232 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
38248 bool result;
38265 result = (bool)(arg1)->GetMemoryRegionContainingAddress(arg2,*arg3);
38266 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
38282 bool result;
38299 result = (bool)(arg1)->GetMemoryRegionAtIndex(arg2,*arg3);
38300 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
38512 lldb::SBModule *result = 0 ;
38515 result = (lldb::SBModule *)new lldb::SBModule();
38516 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBModule,1); SWIG_arg++;
38530 lldb::SBModule *result = 0 ;
38539 result = (lldb::SBModule *)new lldb::SBModule((lldb::SBModule const &)*arg1);
38540 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBModule,1); SWIG_arg++;
38554 lldb::SBModule *result = 0 ;
38563 result = (lldb::SBModule *)new lldb::SBModule((lldb::SBModuleSpec const &)*arg1);
38564 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBModule,1); SWIG_arg++;
38579 lldb::SBModule *result = 0 ;
38590 result = (lldb::SBModule *)new lldb::SBModule(*arg1,arg2);
38591 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBModule,1); SWIG_arg++;
38673 bool result;
38682 result = (bool)((lldb::SBModule const *)arg1)->IsValid();
38683 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
38720 bool result;
38729 result = (bool)((lldb::SBModule const *)arg1)->IsFileBacked();
38730 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
38744 lldb::SBFileSpec result;
38753 result = ((lldb::SBModule const *)arg1)->GetFileSpec();
38755 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
38771 lldb::SBFileSpec result;
38780 result = ((lldb::SBModule const *)arg1)->GetPlatformFileSpec();
38782 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
38799 bool result;
38814 result = (bool)(arg1)->SetPlatformFileSpec((lldb::SBFileSpec const &)*arg2);
38815 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
38829 lldb::SBFileSpec result;
38838 result = (arg1)->GetRemoteInstallFileSpec();
38840 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
38857 bool result;
38872 result = (bool)(arg1)->SetRemoteInstallFileSpec(*arg2);
38873 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
38887 lldb::ByteOrder result;
38896 result = (lldb::ByteOrder)(arg1)->GetByteOrder();
38897 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
38911 uint32_t result;
38920 result = (uint32_t)(arg1)->GetAddressByteSize();
38921 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
38935 char *result = 0 ;
38944 result = (char *)(arg1)->GetTriple();
38945 lua_pushstring(L,(const char *)result); SWIG_arg++;
38959 uint8_t *result = 0 ;
38968 result = (uint8_t *)((lldb::SBModule const *)arg1)->GetUUIDBytes();
38969 SWIG_NewPointerObj(L,result,SWIGTYPE_p_unsigned_char,0); SWIG_arg++;
38983 char *result = 0 ;
38992 result = (char *)((lldb::SBModule const *)arg1)->GetUUIDString();
38993 lua_pushstring(L,(const char *)result); SWIG_arg++;
39008 bool result;
39023 result = (bool)((lldb::SBModule const *)arg1)->operator ==((lldb::SBModule const &)*arg2);
39024 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
39039 lldb::SBSection result;
39050 result = (arg1)->FindSection((char const *)arg2);
39052 lldb::SBSection * resultptr = new lldb::SBSection(result);
39069 lldb::SBAddress result;
39080 result = (arg1)->ResolveFileAddress(arg2);
39082 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
39100 lldb::SBSymbolContext result;
39117 result = (arg1)->ResolveSymbolContextForAddress((lldb::SBAddress const &)*arg2,arg3);
39119 lldb::SBSymbolContext * resultptr = new lldb::SBSymbolContext(result);
39136 bool result;
39151 result = (bool)(arg1)->GetDescription(*arg2);
39152 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
39166 uint32_t result;
39175 result = (uint32_t)(arg1)->GetNumCompileUnits();
39176 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
39191 lldb::SBCompileUnit result;
39202 result = (arg1)->GetCompileUnitAtIndex(arg2);
39204 lldb::SBCompileUnit * resultptr = new lldb::SBCompileUnit(result);
39221 lldb::SBSymbolContextList result;
39236 result = (arg1)->FindCompileUnits((lldb::SBFileSpec const &)*arg2);
39238 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result);
39254 size_t result;
39263 result = (arg1)->GetNumSymbols();
39264 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
39279 lldb::SBSymbol result;
39290 result = (arg1)->GetSymbolAtIndex(arg2);
39292 lldb::SBSymbol * resultptr = new lldb::SBSymbol(result);
39310 lldb::SBSymbol result;
39323 result = (arg1)->FindSymbol((char const *)arg2,arg3);
39325 lldb::SBSymbol * resultptr = new lldb::SBSymbol(result);
39342 lldb::SBSymbol result;
39353 result = (arg1)->FindSymbol((char const *)arg2);
39355 lldb::SBSymbol * resultptr = new lldb::SBSymbol(result);
39432 lldb::SBSymbolContextList result;
39445 result = (arg1)->FindSymbols((char const *)arg2,arg3);
39447 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result);
39464 lldb::SBSymbolContextList result;
39475 result = (arg1)->FindSymbols((char const *)arg2);
39477 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result);
39552 size_t result;
39561 result = (arg1)->GetNumSections();
39562 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
39577 lldb::SBSection result;
39588 result = (arg1)->GetSectionAtIndex(arg2);
39590 lldb::SBSection * resultptr = new lldb::SBSection(result);
39608 lldb::SBSymbolContextList result;
39621 result = (arg1)->FindFunctions((char const *)arg2,arg3);
39623 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result);
39640 lldb::SBSymbolContextList result;
39651 result = (arg1)->FindFunctions((char const *)arg2);
39653 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result);
39731 lldb::SBValueList result;
39750 result = (arg1)->FindGlobalVariables(*arg2,(char const *)arg3,arg4);
39752 lldb::SBValueList * resultptr = new lldb::SBValueList(result);
39770 lldb::SBValue result;
39787 result = (arg1)->FindFirstGlobalVariable(*arg2,(char const *)arg3);
39789 lldb::SBValue * resultptr = new lldb::SBValue(result);
39806 lldb::SBType result;
39817 result = (arg1)->FindFirstType((char const *)arg2);
39819 lldb::SBType * resultptr = new lldb::SBType(result);
39836 lldb::SBTypeList result;
39847 result = (arg1)->FindTypes((char const *)arg2);
39849 lldb::SBTypeList * resultptr = new lldb::SBTypeList(result);
39866 lldb::SBType result;
39877 result = (arg1)->GetTypeByID(arg2);
39879 lldb::SBType * resultptr = new lldb::SBType(result);
39896 lldb::SBType result;
39907 result = (arg1)->GetBasicType(arg2);
39909 lldb::SBType * resultptr = new lldb::SBType(result);
39926 lldb::SBTypeList result;
39937 result = (arg1)->GetTypes(arg2);
39939 lldb::SBTypeList * resultptr = new lldb::SBTypeList(result);
39955 lldb::SBTypeList result;
39964 result = (arg1)->GetTypes();
39966 lldb::SBTypeList * resultptr = new lldb::SBTypeList(result);
40033 uint32_t result;
40046 result = (uint32_t)(arg1)->GetVersion(arg2,arg3);
40047 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
40049 uint32_t count = result;
40074 lldb::SBFileSpec result;
40083 result = ((lldb::SBModule const *)arg1)->GetSymbolFileSpec();
40085 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
40101 lldb::SBAddress result;
40110 result = ((lldb::SBModule const *)arg1)->GetObjectFileHeaderAddress();
40112 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
40128 lldb::SBAddress result;
40137 result = ((lldb::SBModule const *)arg1)->GetObjectFileEntryPointAddress();
40139 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
40154 uint32_t result;
40157 result = (uint32_t)lldb::SBModule::GetNumberAllocatedModules();
40158 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
40188 std::string result;
40197 result = lldb_SBModule___repr__(arg1);
40198 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
40302 lldb::SBModuleSpec *result = 0 ;
40305 result = (lldb::SBModuleSpec *)new lldb::SBModuleSpec();
40306 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBModuleSpec,1); SWIG_arg++;
40320 lldb::SBModuleSpec *result = 0 ;
40329 result = (lldb::SBModuleSpec *)new lldb::SBModuleSpec((lldb::SBModuleSpec const &)*arg1);
40330 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBModuleSpec,1); SWIG_arg++;
40377 bool result;
40386 result = (bool)((lldb::SBModuleSpec const *)arg1)->IsValid();
40387 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
40424 lldb::SBFileSpec result;
40433 result = (arg1)->GetFileSpec();
40435 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
40481 lldb::SBFileSpec result;
40490 result = (arg1)->GetPlatformFileSpec();
40492 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
40538 lldb::SBFileSpec result;
40547 result = (arg1)->GetSymbolFileSpec();
40549 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
40595 char *result = 0 ;
40604 result = (char *)(arg1)->GetObjectName();
40605 lua_pushstring(L,(const char *)result); SWIG_arg++;
40645 char *result = 0 ;
40654 result = (char *)(arg1)->GetTriple();
40655 lua_pushstring(L,(const char *)result); SWIG_arg++;
40695 uint8_t *result = 0 ;
40704 result = (uint8_t *)(arg1)->GetUUIDBytes();
40705 SWIG_NewPointerObj(L,result,SWIGTYPE_p_unsigned_char,0); SWIG_arg++;
40719 size_t result;
40728 result = (arg1)->GetUUIDLength();
40729 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
40745 bool result;
40762 result = (bool)(arg1)->SetUUIDBytes((uint8_t const *)arg2,arg3);
40763 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
40777 uint64_t result;
40786 result = (uint64_t)(arg1)->GetObjectOffset();
40787 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
40827 uint64_t result;
40836 result = (uint64_t)(arg1)->GetObjectSize();
40837 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
40878 bool result;
40893 result = (bool)(arg1)->GetDescription(*arg2);
40894 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
40908 std::string result;
40917 result = lldb_SBModuleSpec___repr__(arg1);
40918 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
41000 lldb::SBModuleSpecList *result = 0 ;
41003 result = (lldb::SBModuleSpecList *)new lldb::SBModuleSpecList();
41004 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBModuleSpecList,1); SWIG_arg++;
41018 lldb::SBModuleSpecList *result = 0 ;
41027 result = (lldb::SBModuleSpecList *)new lldb::SBModuleSpecList((lldb::SBModuleSpecList const &)*arg1);
41028 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBModuleSpecList,1); SWIG_arg++;
41075 lldb::SBModuleSpecList result;
41080 result = lldb::SBModuleSpecList::GetModuleSpecifications((char const *)arg1);
41082 lldb::SBModuleSpecList * resultptr = new lldb::SBModuleSpecList(result);
41223 lldb::SBModuleSpec result;
41238 result = (arg1)->FindFirstMatchingSpec((lldb::SBModuleSpec const &)*arg2);
41240 lldb::SBModuleSpec * resultptr = new lldb::SBModuleSpec(result);
41257 lldb::SBModuleSpecList result;
41272 result = (arg1)->FindMatchingSpecs((lldb::SBModuleSpec const &)*arg2);
41274 lldb::SBModuleSpecList * resultptr = new lldb::SBModuleSpecList(result);
41290 size_t result;
41299 result = (arg1)->GetSize();
41300 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
41315 lldb::SBModuleSpec result;
41326 result = (arg1)->GetSpecAtIndex(arg2);
41328 lldb::SBModuleSpec * resultptr = new lldb::SBModuleSpec(result);
41345 bool result;
41360 result = (bool)(arg1)->GetDescription(*arg2);
41361 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
41375 std::string result;
41384 result = lldb_SBModuleSpecList___repr__(arg1);
41385 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
41455 lldb::SBPlatformConnectOptions *result = 0 ;
41460 result = (lldb::SBPlatformConnectOptions *)new lldb::SBPlatformConnectOptions((char const *)arg1);
41461 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBPlatformConnectOptions,1); SWIG_arg++;
41475 lldb::SBPlatformConnectOptions *result = 0 ;
41484 result = (lldb::SBPlatformConnectOptions *)new lldb::SBPlatformConnectOptions((lldb::SBPlatformConnectOptions const &)*arg1);
41485 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBPlatformConnectOptions,1); SWIG_arg++;
41538 char *result = 0 ;
41547 result = (char *)(arg1)->GetURL();
41548 lua_pushstring(L,(const char *)result); SWIG_arg++;
41588 bool result;
41597 result = (bool)(arg1)->GetRsyncEnabled();
41598 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
41667 char *result = 0 ;
41676 result = (char *)(arg1)->GetLocalCacheDirectory();
41677 lua_pushstring(L,(const char *)result); SWIG_arg++;
41772 lldb::SBPlatformShellCommand *result = 0 ;
41779 result = (lldb::SBPlatformShellCommand *)new lldb::SBPlatformShellCommand((char const *)arg1,(char const *)arg2);
41780 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBPlatformShellCommand,1); SWIG_arg++;
41794 lldb::SBPlatformShellCommand *result = 0 ;
41799 result = (lldb::SBPlatformShellCommand *)new lldb::SBPlatformShellCommand((char const *)arg1);
41800 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBPlatformShellCommand,1); SWIG_arg++;
41814 lldb::SBPlatformShellCommand *result = 0 ;
41823 result = (lldb::SBPlatformShellCommand *)new lldb::SBPlatformShellCommand((lldb::SBPlatformShellCommand const &)*arg1);
41824 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBPlatformShellCommand,1); SWIG_arg++;
41915 char *result = 0 ;
41924 result = (char *)(arg1)->GetShell();
41925 lua_pushstring(L,(const char *)result); SWIG_arg++;
41965 char *result = 0 ;
41974 result = (char *)(arg1)->GetCommand();
41975 lua_pushstring(L,(const char *)result); SWIG_arg++;
42015 char *result = 0 ;
42024 result = (char *)(arg1)->GetWorkingDirectory();
42025 lua_pushstring(L,(const char *)result); SWIG_arg++;
42065 uint32_t result;
42074 result = (uint32_t)(arg1)->GetTimeoutSeconds();
42075 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
42115 int result;
42124 result = (int)(arg1)->GetSignal();
42125 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
42139 int result;
42148 result = (int)(arg1)->GetStatus();
42149 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
42163 char *result = 0 ;
42172 result = (char *)(arg1)->GetOutput();
42173 lua_pushstring(L,(const char *)result); SWIG_arg++;
42245 lldb::SBPlatform *result = 0 ;
42248 result = (lldb::SBPlatform *)new lldb::SBPlatform();
42249 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBPlatform,1); SWIG_arg++;
42263 lldb::SBPlatform *result = 0 ;
42268 result = (lldb::SBPlatform *)new lldb::SBPlatform((char const *)arg1);
42269 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBPlatform,1); SWIG_arg++;
42283 lldb::SBPlatform *result = 0 ;
42292 result = (lldb::SBPlatform *)new lldb::SBPlatform((lldb::SBPlatform const &)*arg1);
42293 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBPlatform,1); SWIG_arg++;
42349 lldb::SBPlatform result;
42352 result = lldb::SBPlatform::GetHostPlatform();
42354 lldb::SBPlatform * resultptr = new lldb::SBPlatform(result);
42370 bool result;
42379 result = (bool)((lldb::SBPlatform const *)arg1)->IsValid();
42380 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
42417 char *result = 0 ;
42426 result = (char *)(arg1)->GetWorkingDirectory();
42427 lua_pushstring(L,(const char *)result); SWIG_arg++;
42442 bool result;
42453 result = (bool)(arg1)->SetWorkingDirectory((char const *)arg2);
42454 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
42468 char *result = 0 ;
42477 result = (char *)(arg1)->GetName();
42478 lua_pushstring(L,(const char *)result); SWIG_arg++;
42493 lldb::SBError result;
42508 result = (arg1)->ConnectRemote(*arg2);
42510 lldb::SBError * resultptr = new lldb::SBError(result);
42549 bool result;
42558 result = (bool)(arg1)->IsConnected();
42559 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
42573 char *result = 0 ;
42582 result = (char *)(arg1)->GetTriple();
42583 lua_pushstring(L,(const char *)result); SWIG_arg++;
42597 char *result = 0 ;
42606 result = (char *)(arg1)->GetHostname();
42607 lua_pushstring(L,(const char *)result); SWIG_arg++;
42621 char *result = 0 ;
42630 result = (char *)(arg1)->GetOSBuild();
42631 lua_pushstring(L,(const char *)result); SWIG_arg++;
42645 char *result = 0 ;
42654 result = (char *)(arg1)->GetOSDescription();
42655 lua_pushstring(L,(const char *)result); SWIG_arg++;
42669 uint32_t result;
42678 result = (uint32_t)(arg1)->GetOSMajorVersion();
42679 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
42693 uint32_t result;
42702 result = (uint32_t)(arg1)->GetOSMinorVersion();
42703 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
42717 uint32_t result;
42726 result = (uint32_t)(arg1)->GetOSUpdateVersion();
42727 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
42769 lldb::SBError result;
42790 result = (arg1)->Put(*arg2,*arg3);
42792 lldb::SBError * resultptr = new lldb::SBError(result);
42810 lldb::SBError result;
42831 result = (arg1)->Get(*arg2,*arg3);
42833 lldb::SBError * resultptr = new lldb::SBError(result);
42851 lldb::SBError result;
42872 result = (arg1)->Install(*arg2,*arg3);
42874 lldb::SBError * resultptr = new lldb::SBError(result);
42891 lldb::SBError result;
42906 result = (arg1)->Run(*arg2);
42908 lldb::SBError * resultptr = new lldb::SBError(result);
42925 lldb::SBError result;
42940 result = (arg1)->Launch(*arg2);
42942 lldb::SBError * resultptr = new lldb::SBError(result);
42962 lldb::SBProcess result;
42995 result = (arg1)->Attach(*arg2,(lldb::SBDebugger const &)*arg3,*arg4,*arg5);
42997 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
43014 lldb::SBProcessInfoList result;
43029 result = (arg1)->GetAllProcesses(*arg2);
43031 lldb::SBProcessInfoList * resultptr = new lldb::SBProcessInfoList(result);
43048 lldb::SBError result;
43059 result = (arg1)->Kill(arg2);
43061 lldb::SBError * resultptr = new lldb::SBError(result);
43079 lldb::SBError result;
43092 result = (arg1)->MakeDirectory((char const *)arg2,arg3);
43094 lldb::SBError * resultptr = new lldb::SBError(result);
43111 lldb::SBError result;
43122 result = (arg1)->MakeDirectory((char const *)arg2);
43124 lldb::SBError * resultptr = new lldb::SBError(result);
43200 uint32_t result;
43211 result = (uint32_t)(arg1)->GetFilePermissions((char const *)arg2);
43212 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
43228 lldb::SBError result;
43241 result = (arg1)->SetFilePermissions((char const *)arg2,arg3);
43243 lldb::SBError * resultptr = new lldb::SBError(result);
43259 lldb::SBUnixSignals result;
43268 result = ((lldb::SBPlatform const *)arg1)->GetUnixSignals();
43270 lldb::SBUnixSignals * resultptr = new lldb::SBUnixSignals(result);
43286 lldb::SBEnvironment result;
43295 result = (arg1)->GetEnvironment();
43297 lldb::SBEnvironment * resultptr = new lldb::SBEnvironment(result);
43315 lldb::SBError result;
43332 result = (arg1)->SetLocateModuleCallback(arg2,arg3);
43334 lldb::SBError * resultptr = new lldb::SBError(result);
43427 lldb::SBProcess *result = 0 ;
43430 result = (lldb::SBProcess *)new lldb::SBProcess();
43431 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBProcess,1); SWIG_arg++;
43445 lldb::SBProcess *result = 0 ;
43454 result = (lldb::SBProcess *)new lldb::SBProcess((lldb::SBProcess const &)*arg1);
43455 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBProcess,1); SWIG_arg++;
43501 char *result = 0 ;
43504 result = (char *)lldb::SBProcess::GetBroadcasterClassName();
43505 lua_pushstring(L,(const char *)result); SWIG_arg++;
43519 char *result = 0 ;
43528 result = (char *)(arg1)->GetPluginName();
43529 lua_pushstring(L,(const char *)result); SWIG_arg++;
43543 char *result = 0 ;
43552 result = (char *)(arg1)->GetShortPluginName();
43553 lua_pushstring(L,(const char *)result); SWIG_arg++;
43590 bool result;
43599 result = (bool)((lldb::SBProcess const *)arg1)->IsValid();
43600 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
43614 lldb::SBTarget result;
43623 result = ((lldb::SBProcess const *)arg1)->GetTarget();
43625 lldb::SBTarget * resultptr = new lldb::SBTarget(result);
43641 lldb::ByteOrder result;
43650 result = (lldb::ByteOrder)((lldb::SBProcess const *)arg1)->GetByteOrder();
43651 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
43667 size_t result;
43679 result = (arg1)->PutSTDIN((char const *)arg2,arg3);
43680 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
43696 size_t result;
43712 result = ((lldb::SBProcess const *)arg1)->GetSTDOUT(arg2,arg3);
43713 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
43715 lua_pop(L, 1); // Blow away the previous result
43716 if (result == 0) {
43719 lua_pushlstring(L, (const char *)arg2, result);
43739 size_t result;
43755 result = ((lldb::SBProcess const *)arg1)->GetSTDERR(arg2,arg3);
43756 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
43758 lua_pop(L, 1); // Blow away the previous result
43759 if (result == 0) {
43762 lua_pushlstring(L, (const char *)arg2, result);
43782 size_t result;
43798 result = ((lldb::SBProcess const *)arg1)->GetAsyncProfileData(arg2,arg3);
43799 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
43801 lua_pop(L, 1); // Blow away the previous result
43802 if (result == 0) {
43805 lua_pushlstring(L, (const char *)arg2, result);
44020 bool result;
44037 result = (bool)(arg1)->RemoteAttachToProcessWithID(arg2,*arg3);
44038 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
44061 bool result;
44134 result = (bool)(arg1)->RemoteLaunch((char const **)arg2,(char const **)arg3,(char const *)arg4,(char const *)arg5,(char const *)arg6,(char const *)arg7,arg8,arg9,*arg10);
44135 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
44161 uint32_t result;
44170 result = (uint32_t)(arg1)->GetNumThreads();
44171 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
44186 lldb::SBThread result;
44197 result = (arg1)->GetThreadAtIndex(arg2);
44199 lldb::SBThread * resultptr = new lldb::SBThread(result);
44216 lldb::SBThread result;
44227 result = (arg1)->GetThreadByID(arg2);
44229 lldb::SBThread * resultptr = new lldb::SBThread(result);
44246 lldb::SBThread result;
44257 result = (arg1)->GetThreadByIndexID(arg2);
44259 lldb::SBThread * resultptr = new lldb::SBThread(result);
44275 lldb::SBThread result;
44284 result = ((lldb::SBProcess const *)arg1)->GetSelectedThread();
44286 lldb::SBThread * resultptr = new lldb::SBThread(result);
44304 lldb::SBThread result;
44317 result = (arg1)->CreateOSPluginThread(arg2,arg3);
44319 lldb::SBThread * resultptr = new lldb::SBThread(result);
44336 bool result;
44351 result = (bool)(arg1)->SetSelectedThread((lldb::SBThread const &)*arg2);
44352 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
44367 bool result;
44378 result = (bool)(arg1)->SetSelectedThreadByID(arg2);
44379 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
44394 bool result;
44405 result = (bool)(arg1)->SetSelectedThreadByIndexID(arg2);
44406 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
44420 uint32_t result;
44429 result = (uint32_t)(arg1)->GetNumQueues();
44430 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
44445 lldb::SBQueue result;
44456 result = (arg1)->GetQueueAtIndex(arg2);
44458 lldb::SBQueue * resultptr = new lldb::SBQueue(result);
44474 lldb::StateType result;
44483 result = (lldb::StateType)(arg1)->GetState();
44484 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
44498 int result;
44507 result = (int)(arg1)->GetExitStatus();
44508 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
44522 char *result = 0 ;
44531 result = (char *)(arg1)->GetExitDescription();
44532 lua_pushstring(L,(const char *)result); SWIG_arg++;
44546 lldb::pid_t result;
44555 result = (lldb::pid_t)(arg1)->GetProcessID();
44556 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
44570 uint32_t result;
44579 result = (uint32_t)(arg1)->GetUniqueID();
44580 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
44594 uint32_t result;
44603 result = (uint32_t)((lldb::SBProcess const *)arg1)->GetAddressByteSize();
44604 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
44618 lldb::SBError result;
44627 result = (arg1)->Destroy();
44629 lldb::SBError * resultptr = new lldb::SBError(result);
44645 lldb::SBError result;
44654 result = (arg1)->Continue();
44656 lldb::SBError * resultptr = new lldb::SBError(result);
44672 lldb::SBError result;
44681 result = (arg1)->Stop();
44683 lldb::SBError * resultptr = new lldb::SBError(result);
44699 lldb::SBError result;
44708 result = (arg1)->Kill();
44710 lldb::SBError * resultptr = new lldb::SBError(result);
44726 lldb::SBError result;
44735 result = (arg1)->Detach();
44737 lldb::SBError * resultptr = new lldb::SBError(result);
44754 lldb::SBError result;
44765 result = (arg1)->Detach(arg2);
44767 lldb::SBError * resultptr = new lldb::SBError(result);
44833 lldb::SBError result;
44844 result = (arg1)->Signal(arg2);
44846 lldb::SBError * resultptr = new lldb::SBError(result);
44862 lldb::SBUnixSignals result;
44871 result = (arg1)->GetUnixSignals();
44873 lldb::SBUnixSignals * resultptr = new lldb::SBUnixSignals(result);
44913 uint32_t result;
44924 result = (uint32_t)(arg1)->GetStopID(arg2);
44925 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
44939 uint32_t result;
44948 result = (uint32_t)(arg1)->GetStopID();
44949 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
45013 lldb::SBEvent result;
45024 result = (arg1)->GetStopEventForStopID(arg2);
45026 lldb::SBEvent * resultptr = new lldb::SBEvent(result);
45072 size_t result;
45096 result = (arg1)->ReadMemory(arg2,arg3,arg4,*arg5);
45097 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
45099 lua_pop(L, 1); // Blow away the previous result
45100 if (result == 0) {
45103 lua_pushlstring(L, (const char *)arg3, result);
45125 size_t result;
45145 result = (arg1)->WriteMemory(arg2,(void const *)arg3,arg4,*arg5);
45146 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
45164 size_t result;
45188 result = (arg1)->ReadCStringFromMemory(arg2,arg3,arg4,*arg5);
45189 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
45191 lua_pop(L, 1); // Blow away the previous result
45192 if (result == 0) {
45195 lua_pushlstring(L, (const char *)arg3, result);
45216 uint64_t result;
45235 result = (uint64_t)(arg1)->ReadUnsignedFromMemory(arg2,arg3,*arg4);
45236 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
45252 lldb::addr_t result;
45269 result = (lldb::addr_t)(arg1)->ReadPointerFromMemory(arg2,*arg3);
45270 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
45290 lldb::SBAddressRangeList result;
45319 result = (arg1)->FindRangesInMemory((void const *)arg2,arg3,(lldb::SBAddressRangeList const &)*arg4,arg5,arg6,*arg7);
45321 lldb::SBAddressRangeList * resultptr = new lldb::SBAddressRangeList(result);
45342 lldb::addr_t result;
45369 result = (lldb::addr_t)(arg1)->FindInMemory((void const *)arg2,arg3,(lldb::SBAddressRange const &)*arg4,arg5,*arg6);
45370 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
45384 lldb::StateType result;
45393 result = (lldb::StateType)lldb::SBProcess::GetStateFromEvent((lldb::SBEvent const &)*arg1);
45394 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
45408 bool result;
45417 result = (bool)lldb::SBProcess::GetRestartedFromEvent((lldb::SBEvent const &)*arg1);
45418 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
45432 size_t result;
45441 result = lldb::SBProcess::GetNumRestartedReasonsFromEvent((lldb::SBEvent const &)*arg1);
45442 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
45457 char *result = 0 ;
45468 result = (char *)lldb::SBProcess::GetRestartedReasonAtIndexFromEvent((lldb::SBEvent const &)*arg1,SWIG_STD_MOVE(arg2));
45469 lua_pushstring(L,(const char *)result); SWIG_arg++;
45483 lldb::SBProcess result;
45492 result = lldb::SBProcess::GetProcessFromEvent((lldb::SBEvent const &)*arg1);
45494 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
45510 bool result;
45519 result = (bool)lldb::SBProcess::GetInterruptedFromEvent((lldb::SBEvent const &)*arg1);
45520 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
45534 lldb::SBStructuredData result;
45543 result = lldb::SBProcess::GetStructuredDataFromEvent((lldb::SBEvent const &)*arg1);
45545 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
45561 bool result;
45570 result = (bool)lldb::SBProcess::EventIsProcessEvent((lldb::SBEvent const &)*arg1);
45571 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
45585 bool result;
45594 result = (bool)lldb::SBProcess::EventIsStructuredDataEvent((lldb::SBEvent const &)*arg1);
45595 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
45609 lldb::SBBroadcaster result;
45618 result = ((lldb::SBProcess const *)arg1)->GetBroadcaster();
45620 lldb::SBBroadcaster * resultptr = new lldb::SBBroadcaster(result);
45635 char *result = 0 ;
45638 result = (char *)lldb::SBProcess::GetBroadcasterClass();
45639 lua_pushstring(L,(const char *)result); SWIG_arg++;
45654 bool result;
45669 result = (bool)(arg1)->GetDescription(*arg2);
45670 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
45684 lldb::SBStructuredData result;
45693 result = (arg1)->GetExtendedCrashInformation();
45695 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
45712 uint32_t result;
45727 result = (uint32_t)((lldb::SBProcess const *)arg1)->GetNumSupportedHardwareWatchpoints(*arg2);
45728 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
45744 uint32_t result;
45765 result = (uint32_t)(arg1)->LoadImage(*arg2,*arg3);
45766 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
45783 uint32_t result;
45810 result = (uint32_t)(arg1)->LoadImage((lldb::SBFileSpec const &)*arg2,(lldb::SBFileSpec const &)*arg3,*arg4);
45811 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
45923 uint32_t result;
45956 result = (uint32_t)(arg1)->LoadImageUsingPaths((lldb::SBFileSpec const &)*arg2,*arg3,*arg4,*arg5);
45957 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
45972 lldb::SBError result;
45983 result = (arg1)->UnloadImage(arg2);
45985 lldb::SBError * resultptr = new lldb::SBError(result);
46002 lldb::SBError result;
46013 result = (arg1)->SendEventData((char const *)arg2);
46015 lldb::SBError * resultptr = new lldb::SBError(result);
46031 uint32_t result;
46040 result = (uint32_t)(arg1)->GetNumExtendedBacktraceTypes();
46041 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
46056 char *result = 0 ;
46067 result = (char *)(arg1)->GetExtendedBacktraceTypeAtIndex(arg2);
46068 lua_pushstring(L,(const char *)result); SWIG_arg++;
46083 lldb::SBThreadCollection result;
46094 result = (arg1)->GetHistoryThreads(arg2);
46096 lldb::SBThreadCollection * resultptr = new lldb::SBThreadCollection(result);
46113 bool result;
46124 result = (bool)(arg1)->IsInstrumentationRuntimePresent(arg2);
46125 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
46142 lldb::SBError result;
46157 result = (arg1)->SaveCore((char const *)arg2,(char const *)arg3,arg4);
46159 lldb::SBError * resultptr = new lldb::SBError(result);
46176 lldb::SBError result;
46187 result = (arg1)->SaveCore((char const *)arg2);
46189 lldb::SBError * resultptr = new lldb::SBError(result);
46206 lldb::SBError result;
46221 result = (arg1)->SaveCore(*arg2);
46223 lldb::SBError * resultptr = new lldb::SBError(result);
46330 lldb::SBError result;
46347 result = (arg1)->GetMemoryRegionInfo(arg2,*arg3);
46349 lldb::SBError * resultptr = new lldb::SBError(result);
46365 lldb::SBMemoryRegionInfoList result;
46374 result = (arg1)->GetMemoryRegions();
46376 lldb::SBMemoryRegionInfoList * resultptr = new lldb::SBMemoryRegionInfoList(result);
46392 lldb::SBProcessInfo result;
46401 result = (arg1)->GetProcessInfo();
46403 lldb::SBProcessInfo * resultptr = new lldb::SBProcessInfo(result);
46419 lldb::SBFileSpec result;
46428 result = (arg1)->GetCoreFile();
46430 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
46448 lldb::addr_t result;
46461 result = (lldb::addr_t)(arg1)->GetAddressMask(arg2,arg3);
46462 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
46477 lldb::addr_t result;
46488 result = (lldb::addr_t)(arg1)->GetAddressMask(arg2);
46489 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
46824 lldb::addr_t result;
46837 result = (lldb::addr_t)(arg1)->FixAddress(arg2,arg3);
46838 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
46853 lldb::addr_t result;
46864 result = (lldb::addr_t)(arg1)->FixAddress(arg2);
46865 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
46941 lldb::addr_t result;
46960 result = (lldb::addr_t)(arg1)->AllocateMemory(arg2,arg3,*arg4);
46961 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
46976 lldb::SBError result;
46987 result = (arg1)->DeallocateMemory(arg2);
46989 lldb::SBError * resultptr = new lldb::SBError(result);
47005 SwigValueWrapper< lldb::SBScriptObject > result;
47014 result = (arg1)->GetScriptedImplementation();
47016 lldb::SBScriptObject * resultptr = new lldb::SBScriptObject(result);
47062 std::string result;
47071 result = lldb_SBProcess___repr__(arg1);
47072 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
47225 lldb::SBProcessInfo *result = 0 ;
47228 result = (lldb::SBProcessInfo *)new lldb::SBProcessInfo();
47229 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBProcessInfo,1); SWIG_arg++;
47243 lldb::SBProcessInfo *result = 0 ;
47252 result = (lldb::SBProcessInfo *)new lldb::SBProcessInfo((lldb::SBProcessInfo const &)*arg1);
47253 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBProcessInfo,1); SWIG_arg++;
47300 bool result;
47309 result = (bool)((lldb::SBProcessInfo const *)arg1)->IsValid();
47310 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
47324 char *result = 0 ;
47333 result = (char *)(arg1)->GetName();
47334 lua_pushstring(L,(const char *)result); SWIG_arg++;
47348 lldb::SBFileSpec result;
47357 result = (arg1)->GetExecutableFile();
47359 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
47375 lldb::pid_t result;
47384 result = (lldb::pid_t)(arg1)->GetProcessID();
47385 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
47399 uint32_t result;
47408 result = (uint32_t)(arg1)->GetUserID();
47409 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
47423 uint32_t result;
47432 result = (uint32_t)(arg1)->GetGroupID();
47433 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
47447 bool result;
47456 result = (bool)(arg1)->UserIDIsValid();
47457 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
47471 bool result;
47480 result = (bool)(arg1)->GroupIDIsValid();
47481 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
47495 uint32_t result;
47504 result = (uint32_t)(arg1)->GetEffectiveUserID();
47505 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
47519 uint32_t result;
47528 result = (uint32_t)(arg1)->GetEffectiveGroupID();
47529 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
47543 bool result;
47552 result = (bool)(arg1)->EffectiveUserIDIsValid();
47553 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
47567 bool result;
47576 result = (bool)(arg1)->EffectiveGroupIDIsValid();
47577 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
47591 lldb::pid_t result;
47600 result = (lldb::pid_t)(arg1)->GetParentProcessID();
47601 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
47615 char *result = 0 ;
47624 result = (char *)(arg1)->GetTriple();
47625 lua_pushstring(L,(const char *)result); SWIG_arg++;
47699 lldb::SBProcessInfoList *result = 0 ;
47702 result = (lldb::SBProcessInfoList *)new lldb::SBProcessInfoList();
47703 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBProcessInfoList,1); SWIG_arg++;
47717 lldb::SBProcessInfoList *result = 0 ;
47726 result = (lldb::SBProcessInfoList *)new lldb::SBProcessInfoList((lldb::SBProcessInfoList const &)*arg1);
47727 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBProcessInfoList,1); SWIG_arg++;
47774 uint32_t result;
47783 result = (uint32_t)((lldb::SBProcessInfoList const *)arg1)->GetSize();
47784 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
47800 bool result;
47817 result = (bool)(arg1)->GetProcessInfoAtIndex(arg2,*arg3);
47818 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
47904 lldb::SBQueue *result = 0 ;
47907 result = (lldb::SBQueue *)new lldb::SBQueue();
47908 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBQueue,1); SWIG_arg++;
47922 lldb::SBQueue *result = 0 ;
47931 result = (lldb::SBQueue *)new lldb::SBQueue((lldb::SBQueue const &)*arg1);
47932 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBQueue,1); SWIG_arg++;
47979 bool result;
47988 result = (bool)((lldb::SBQueue const *)arg1)->IsValid();
47989 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
48026 lldb::SBProcess result;
48035 result = (arg1)->GetProcess();
48037 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
48053 lldb::queue_id_t result;
48062 result = (lldb::queue_id_t)((lldb::SBQueue const *)arg1)->GetQueueID();
48063 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
48077 char *result = 0 ;
48086 result = (char *)((lldb::SBQueue const *)arg1)->GetName();
48087 lua_pushstring(L,(const char *)result); SWIG_arg++;
48101 uint32_t result;
48110 result = (uint32_t)((lldb::SBQueue const *)arg1)->GetIndexID();
48111 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
48125 uint32_t result;
48134 result = (uint32_t)(arg1)->GetNumThreads();
48135 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
48150 lldb::SBThread result;
48161 result = (arg1)->GetThreadAtIndex(arg2);
48163 lldb::SBThread * resultptr = new lldb::SBThread(result);
48179 uint32_t result;
48188 result = (uint32_t)(arg1)->GetNumPendingItems();
48189 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
48204 lldb::SBQueueItem result;
48215 result = (arg1)->GetPendingItemAtIndex(arg2);
48217 lldb::SBQueueItem * resultptr = new lldb::SBQueueItem(result);
48233 uint32_t result;
48242 result = (uint32_t)(arg1)->GetNumRunningItems();
48243 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
48257 lldb::QueueKind result;
48266 result = (lldb::QueueKind)(arg1)->GetKind();
48267 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
48339 lldb::SBQueueItem *result = 0 ;
48342 result = (lldb::SBQueueItem *)new lldb::SBQueueItem();
48343 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBQueueItem,1); SWIG_arg++;
48357 bool result;
48366 result = (bool)((lldb::SBQueueItem const *)arg1)->IsValid();
48367 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
48404 lldb::QueueItemKind result;
48413 result = (lldb::QueueItemKind)((lldb::SBQueueItem const *)arg1)->GetKind();
48414 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
48454 lldb::SBAddress result;
48463 result = ((lldb::SBQueueItem const *)arg1)->GetAddress();
48465 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
48514 lldb::SBThread result;
48525 result = (arg1)->GetExtendedBacktraceThread((char const *)arg2);
48527 lldb::SBThread * resultptr = new lldb::SBThread(result);
48597 char *result = 0 ;
48602 result = (char *)lldb::SBReproducer::Capture((char const *)arg1);
48603 lua_pushstring(L,(const char *)result); SWIG_arg++;
48617 char *result = 0 ;
48622 result = (char *)lldb::SBReproducer::PassiveReplay((char const *)arg1);
48623 lua_pushstring(L,(const char *)result); SWIG_arg++;
48637 bool result;
48642 result = (bool)lldb::SBReproducer::SetAutoGenerate(arg1);
48643 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
48675 lldb::SBReproducer *result = 0 ;
48678 result = (lldb::SBReproducer *)new lldb::SBReproducer();
48679 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBReproducer,1); SWIG_arg++;
48745 lldb::SBScriptObject *result = 0 ;
48752 result = (lldb::SBScriptObject *)new lldb::SBScriptObject(arg1,arg2);
48753 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBScriptObject,1); SWIG_arg++;
48767 lldb::SBScriptObject *result = 0 ;
48776 result = (lldb::SBScriptObject *)new lldb::SBScriptObject((lldb::SBScriptObject const &)*arg1);
48777 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBScriptObject,1); SWIG_arg++;
48840 bool result;
48849 result = (bool)((lldb::SBScriptObject const *)arg1)->IsValid();
48850 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
48864 lldb::ScriptObjectPtr result;
48873 result = (lldb::ScriptObjectPtr)((lldb::SBScriptObject const *)arg1)->GetPointer();
48874 SWIG_NewPointerObj(L,result,SWIGTYPE_p_void,0); SWIG_arg++;
48888 lldb::ScriptLanguage result;
48897 result = (lldb::ScriptLanguage)((lldb::SBScriptObject const *)arg1)->GetLanguage();
48898 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
48961 lldb::SBSection *result = 0 ;
48964 result = (lldb::SBSection *)new lldb::SBSection();
48965 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBSection,1); SWIG_arg++;
48979 lldb::SBSection *result = 0 ;
48988 result = (lldb::SBSection *)new lldb::SBSection((lldb::SBSection const &)*arg1);
48989 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBSection,1); SWIG_arg++;
49036 bool result;
49045 result = (bool)((lldb::SBSection const *)arg1)->IsValid();
49046 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
49060 char *result = 0 ;
49069 result = (char *)(arg1)->GetName();
49070 lua_pushstring(L,(const char *)result); SWIG_arg++;
49084 lldb::SBSection result;
49093 result = (arg1)->GetParent();
49095 lldb::SBSection * resultptr = new lldb::SBSection(result);
49112 lldb::SBSection result;
49123 result = (arg1)->FindSubSection((char const *)arg2);
49125 lldb::SBSection * resultptr = new lldb::SBSection(result);
49141 size_t result;
49150 result = (arg1)->GetNumSubSections();
49151 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
49166 lldb::SBSection result;
49177 result = (arg1)->GetSubSectionAtIndex(arg2);
49179 lldb::SBSection * resultptr = new lldb::SBSection(result);
49195 lldb::addr_t result;
49204 result = (lldb::addr_t)(arg1)->GetFileAddress();
49205 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
49220 lldb::addr_t result;
49235 result = (lldb::addr_t)(arg1)->GetLoadAddress(*arg2);
49236 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
49250 lldb::addr_t result;
49259 result = (lldb::addr_t)(arg1)->GetByteSize();
49260 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
49274 uint64_t result;
49283 result = (uint64_t)(arg1)->GetFileOffset();
49284 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
49298 uint64_t result;
49307 result = (uint64_t)(arg1)->GetFileByteSize();
49308 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
49322 lldb::SBData result;
49331 result = (arg1)->GetSectionData();
49333 lldb::SBData * resultptr = new lldb::SBData(result);
49351 lldb::SBData result;
49364 result = (arg1)->GetSectionData(arg2,arg3);
49366 lldb::SBData * resultptr = new lldb::SBData(result);
49436 lldb::SectionType result;
49445 result = (lldb::SectionType)(arg1)->GetSectionType();
49446 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
49460 uint32_t result;
49469 result = (uint32_t)((lldb::SBSection const *)arg1)->GetPermissions();
49470 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
49484 uint32_t result;
49493 result = (uint32_t)(arg1)->GetTargetByteSize();
49494 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
49508 uint32_t result;
49517 result = (uint32_t)(arg1)->GetAlignment();
49518 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
49533 bool result;
49548 result = (bool)(arg1)->operator ==((lldb::SBSection const &)*arg2);
49549 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
49564 bool result;
49579 result = (bool)(arg1)->GetDescription(*arg2);
49580 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
49594 std::string result;
49603 result = lldb_SBSection___repr__(arg1);
49604 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
49686 lldb::SBSourceManager *result = 0 ;
49695 result = (lldb::SBSourceManager *)new lldb::SBSourceManager((lldb::SBDebugger const &)*arg1);
49696 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBSourceManager,1); SWIG_arg++;
49710 lldb::SBSourceManager *result = 0 ;
49719 result = (lldb::SBSourceManager *)new lldb::SBSourceManager((lldb::SBTarget const &)*arg1);
49720 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBSourceManager,1); SWIG_arg++;
49734 lldb::SBSourceManager *result = 0 ;
49743 result = (lldb::SBSourceManager *)new lldb::SBSourceManager((lldb::SBSourceManager const &)*arg1);
49744 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBSourceManager,1); SWIG_arg++;
49823 size_t result;
49852 result = (arg1)->DisplaySourceLinesWithLineNumbers((lldb::SBFileSpec const &)*arg2,arg3,arg4,arg5,(char const *)arg6,*arg7);
49853 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
49874 size_t result;
49905 result = (arg1)->DisplaySourceLinesWithLineNumbersAndColumn((lldb::SBFileSpec const &)*arg2,arg3,arg4,arg5,arg6,(char const *)arg7,*arg8);
49906 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
49968 lldb::SBStatisticsOptions *result = 0 ;
49971 result = (lldb::SBStatisticsOptions *)new lldb::SBStatisticsOptions();
49972 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBStatisticsOptions,1); SWIG_arg++;
49986 lldb::SBStatisticsOptions *result = 0 ;
49995 result = (lldb::SBStatisticsOptions *)new lldb::SBStatisticsOptions((lldb::SBStatisticsOptions const &)*arg1);
49996 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBStatisticsOptions,1); SWIG_arg++;
50069 bool result;
50078 result = (bool)(arg1)->GetSummaryOnly();
50079 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
50119 bool result;
50128 result = (bool)((lldb::SBStatisticsOptions const *)arg1)->GetIncludeTargets();
50129 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
50169 bool result;
50178 result = (bool)((lldb::SBStatisticsOptions const *)arg1)->GetIncludeModules();
50179 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
50219 bool result;
50228 result = (bool)((lldb::SBStatisticsOptions const *)arg1)->GetIncludeTranscript();
50229 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
50269 bool result;
50278 result = (bool)(arg1)->GetReportAllAvailableDebugInfo();
50279 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
50349 lldb::SBStream *result = 0 ;
50352 result = (lldb::SBStream *)new lldb::SBStream();
50353 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBStream,1); SWIG_arg++;
50367 bool result;
50376 result = (bool)((lldb::SBStream const *)arg1)->IsValid();
50377 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
50391 char *result = 0 ;
50400 result = (char *)(arg1)->GetData();
50401 lua_pushstring(L,(const char *)result); SWIG_arg++;
50415 size_t result;
50424 result = (arg1)->GetSize();
50425 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
50784 lldb::SBStringList *result = 0 ;
50787 result = (lldb::SBStringList *)new lldb::SBStringList();
50788 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBStringList,1); SWIG_arg++;
50802 lldb::SBStringList *result = 0 ;
50811 result = (lldb::SBStringList *)new lldb::SBStringList((lldb::SBStringList const &)*arg1);
50812 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBStringList,1); SWIG_arg++;
50859 bool result;
50868 result = (bool)((lldb::SBStringList const *)arg1)->IsValid();
50869 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
51059 uint32_t result;
51068 result = (uint32_t)((lldb::SBStringList const *)arg1)->GetSize();
51069 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
51084 char *result = 0 ;
51095 result = (char *)(arg1)->GetStringAtIndex(arg2);
51096 lua_pushstring(L,(const char *)result); SWIG_arg++;
51111 char *result = 0 ;
51122 result = (char *)((lldb::SBStringList const *)arg1)->GetStringAtIndex(arg2);
51123 lua_pushstring(L,(const char *)result); SWIG_arg++;
51266 lldb::SBStructuredData *result = 0 ;
51269 result = (lldb::SBStructuredData *)new lldb::SBStructuredData();
51270 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBStructuredData,1); SWIG_arg++;
51284 lldb::SBStructuredData *result = 0 ;
51293 result = (lldb::SBStructuredData *)new lldb::SBStructuredData((lldb::SBStructuredData const &)*arg1);
51294 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBStructuredData,1); SWIG_arg++;
51310 lldb::SBStructuredData *result = 0 ;
51326 result = (lldb::SBStructuredData *)new lldb::SBStructuredData(arg1,(lldb::SBDebugger const &)*arg2);
51327 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBStructuredData,1); SWIG_arg++;
51399 bool result;
51408 result = (bool)((lldb::SBStructuredData const *)arg1)->IsValid();
51409 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
51424 lldb::SBError result;
51439 result = (arg1)->SetFromJSON(*arg2);
51441 lldb::SBError * resultptr = new lldb::SBError(result);
51458 lldb::SBError result;
51469 result = (arg1)->SetFromJSON((char const *)arg2);
51471 lldb::SBError * resultptr = new lldb::SBError(result);
51570 lldb::SBError result;
51585 result = ((lldb::SBStructuredData const *)arg1)->GetAsJSON(*arg2);
51587 lldb::SBError * resultptr = new lldb::SBError(result);
51604 lldb::SBError result;
51619 result = ((lldb::SBStructuredData const *)arg1)->GetDescription(*arg2);
51621 lldb::SBError * resultptr = new lldb::SBError(result);
51637 lldb::StructuredDataType result;
51646 result = (lldb::StructuredDataType)((lldb::SBStructuredData const *)arg1)->GetType();
51647 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
51661 size_t result;
51670 result = ((lldb::SBStructuredData const *)arg1)->GetSize();
51671 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
51686 bool result;
51701 result = (bool)((lldb::SBStructuredData const *)arg1)->GetKeys(*arg2);
51702 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
51717 lldb::SBStructuredData result;
51728 result = ((lldb::SBStructuredData const *)arg1)->GetValueForKey((char const *)arg2);
51730 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
51747 lldb::SBStructuredData result;
51758 result = ((lldb::SBStructuredData const *)arg1)->GetItemAtIndex(arg2);
51760 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
51777 uint64_t result;
51788 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetUnsignedIntegerValue(arg2);
51789 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
51803 uint64_t result;
51812 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetUnsignedIntegerValue();
51813 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
51877 int64_t result;
51888 result = (int64_t)((lldb::SBStructuredData const *)arg1)->GetSignedIntegerValue(arg2);
51889 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
51903 int64_t result;
51912 result = (int64_t)((lldb::SBStructuredData const *)arg1)->GetSignedIntegerValue();
51913 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
51977 uint64_t result;
51988 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetIntegerValue(arg2);
51989 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
52003 uint64_t result;
52012 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetIntegerValue();
52013 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
52077 double result;
52088 result = (double)((lldb::SBStructuredData const *)arg1)->GetFloatValue(arg2);
52089 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
52103 double result;
52112 result = (double)((lldb::SBStructuredData const *)arg1)->GetFloatValue();
52113 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
52177 bool result;
52188 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue(arg2);
52189 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
52203 bool result;
52212 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue();
52213 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
52278 size_t result;
52294 result = ((lldb::SBStructuredData const *)arg1)->GetStringValue(arg2,arg3);
52295 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
52297 lua_pop(L, 1); // Blow away the previous result
52298 if (result == 0) {
52301 lua_pushlstring(L, (const char *)arg2, result);
52319 SwigValueWrapper< lldb::SBScriptObject > result;
52328 result = ((lldb::SBStructuredData const *)arg1)->GetGenericValue();
52330 lldb::SBScriptObject * resultptr = new lldb::SBScriptObject(result);
52346 std::string result;
52355 result = lldb_SBStructuredData___repr__(arg1);
52356 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
52435 lldb::SBSymbol *result = 0 ;
52438 result = (lldb::SBSymbol *)new lldb::SBSymbol();
52439 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBSymbol,1); SWIG_arg++;
52453 lldb::SBSymbol *result = 0 ;
52462 result = (lldb::SBSymbol *)new lldb::SBSymbol((lldb::SBSymbol const &)*arg1);
52463 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBSymbol,1); SWIG_arg++;
52510 bool result;
52519 result = (bool)((lldb::SBSymbol const *)arg1)->IsValid();
52520 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
52534 char *result = 0 ;
52543 result = (char *)((lldb::SBSymbol const *)arg1)->GetName();
52544 lua_pushstring(L,(const char *)result); SWIG_arg++;
52558 char *result = 0 ;
52567 result = (char *)((lldb::SBSymbol const *)arg1)->GetDisplayName();
52568 lua_pushstring(L,(const char *)result); SWIG_arg++;
52582 char *result = 0 ;
52591 result = (char *)((lldb::SBSymbol const *)arg1)->GetMangledName();
52592 lua_pushstring(L,(const char *)result); SWIG_arg++;
52608 lldb::SBInstructionList result;
52624 result = (arg1)->GetInstructions(arg2);
52626 lldb::SBInstructionList * resultptr = new lldb::SBInstructionList(result);
52645 lldb::SBInstructionList result;
52663 result = (arg1)->GetInstructions(arg2,(char const *)arg3);
52665 lldb::SBInstructionList * resultptr = new lldb::SBInstructionList(result);
52750 lldb::SBAddress result;
52759 result = (arg1)->GetStartAddress();
52761 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
52777 lldb::SBAddress result;
52786 result = (arg1)->GetEndAddress();
52788 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
52804 uint64_t result;
52813 result = (uint64_t)(arg1)->GetValue();
52814 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
52828 uint64_t result;
52837 result = (uint64_t)(arg1)->GetSize();
52838 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
52852 uint32_t result;
52861 result = (uint32_t)(arg1)->GetPrologueByteSize();
52862 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
52876 lldb::SymbolType result;
52885 result = (lldb::SymbolType)(arg1)->GetType();
52886 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
52901 bool result;
52916 result = (bool)((lldb::SBSymbol const *)arg1)->operator ==((lldb::SBSymbol const &)*arg2);
52917 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
52932 bool result;
52947 result = (bool)(arg1)->GetDescription(*arg2);
52948 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
52962 bool result;
52971 result = (bool)(arg1)->IsExternal();
52972 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
52986 bool result;
52995 result = (bool)(arg1)->IsSynthetic();
52996 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
53010 std::string result;
53019 result = lldb_SBSymbol___repr__(arg1);
53020 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
53098 lldb::SBSymbolContext *result = 0 ;
53101 result = (lldb::SBSymbolContext *)new lldb::SBSymbolContext();
53102 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBSymbolContext,1); SWIG_arg++;
53116 lldb::SBSymbolContext *result = 0 ;
53125 result = (lldb::SBSymbolContext *)new lldb::SBSymbolContext((lldb::SBSymbolContext const &)*arg1);
53126 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBSymbolContext,1); SWIG_arg++;
53173 bool result;
53182 result = (bool)((lldb::SBSymbolContext const *)arg1)->IsValid();
53183 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
53197 lldb::SBModule result;
53206 result = (arg1)->GetModule();
53208 lldb::SBModule * resultptr = new lldb::SBModule(result);
53224 lldb::SBCompileUnit result;
53233 result = (arg1)->GetCompileUnit();
53235 lldb::SBCompileUnit * resultptr = new lldb::SBCompileUnit(result);
53251 lldb::SBFunction result;
53260 result = (arg1)->GetFunction();
53262 lldb::SBFunction * resultptr = new lldb::SBFunction(result);
53278 lldb::SBBlock result;
53287 result = (arg1)->GetBlock();
53289 lldb::SBBlock * resultptr = new lldb::SBBlock(result);
53305 lldb::SBLineEntry result;
53314 result = (arg1)->GetLineEntry();
53316 lldb::SBLineEntry * resultptr = new lldb::SBLineEntry(result);
53332 lldb::SBSymbol result;
53341 result = (arg1)->GetSymbol();
53343 lldb::SBSymbol * resultptr = new lldb::SBSymbol(result);
53553 lldb::SBSymbolContext result;
53574 result = ((lldb::SBSymbolContext const *)arg1)->GetParentOfInlinedScope((lldb::SBAddress const &)*arg2,*arg3);
53576 lldb::SBSymbolContext * resultptr = new lldb::SBSymbolContext(result);
53593 bool result;
53608 result = (bool)(arg1)->GetDescription(*arg2);
53609 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
53623 std::string result;
53632 result = lldb_SBSymbolContext___repr__(arg1);
53633 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
53710 lldb::SBSymbolContextList *result = 0 ;
53713 result = (lldb::SBSymbolContextList *)new lldb::SBSymbolContextList();
53714 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBSymbolContextList,1); SWIG_arg++;
53728 lldb::SBSymbolContextList *result = 0 ;
53737 result = (lldb::SBSymbolContextList *)new lldb::SBSymbolContextList((lldb::SBSymbolContextList const &)*arg1);
53738 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBSymbolContextList,1); SWIG_arg++;
53785 bool result;
53794 result = (bool)((lldb::SBSymbolContextList const *)arg1)->IsValid();
53795 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
53809 uint32_t result;
53818 result = (uint32_t)((lldb::SBSymbolContextList const *)arg1)->GetSize();
53819 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
53834 lldb::SBSymbolContext result;
53845 result = (arg1)->GetContextAtIndex(arg2);
53847 lldb::SBSymbolContext * resultptr = new lldb::SBSymbolContext(result);
53864 bool result;
53879 result = (bool)(arg1)->GetDescription(*arg2);
53880 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
54041 std::string result;
54050 result = lldb_SBSymbolContextList___repr__(arg1);
54051 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
54119 lldb::SBTarget *result = 0 ;
54122 result = (lldb::SBTarget *)new lldb::SBTarget();
54123 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTarget,1); SWIG_arg++;
54137 lldb::SBTarget *result = 0 ;
54146 result = (lldb::SBTarget *)new lldb::SBTarget((lldb::SBTarget const &)*arg1);
54147 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTarget,1); SWIG_arg++;
54194 bool result;
54203 result = (bool)((lldb::SBTarget const *)arg1)->IsValid();
54204 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
54218 bool result;
54227 result = (bool)lldb::SBTarget::EventIsTargetEvent((lldb::SBEvent const &)*arg1);
54228 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
54242 lldb::SBTarget result;
54251 result = lldb::SBTarget::GetTargetFromEvent((lldb::SBEvent const &)*arg1);
54253 lldb::SBTarget * resultptr = new lldb::SBTarget(result);
54269 uint32_t result;
54278 result = (uint32_t)lldb::SBTarget::GetNumModulesFromEvent((lldb::SBEvent const &)*arg1);
54279 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
54294 lldb::SBModule result;
54305 result = lldb::SBTarget::GetModuleAtIndexFromEvent(arg1,(lldb::SBEvent const &)*arg2);
54307 lldb::SBModule * resultptr = new lldb::SBModule(result);
54322 char *result = 0 ;
54325 result = (char *)lldb::SBTarget::GetBroadcasterClassName();
54326 lua_pushstring(L,(const char *)result); SWIG_arg++;
54340 lldb::SBProcess result;
54349 result = (arg1)->GetProcess();
54351 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
54393 bool result;
54402 result = (bool)(arg1)->GetCollectingStats();
54403 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
54417 lldb::SBStructuredData result;
54426 result = (arg1)->GetStatistics();
54428 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
54446 lldb::SBStructuredData result;
54462 result = (arg1)->GetStatistics(arg2);
54464 lldb::SBStructuredData * resultptr = new lldb::SBStructuredData(result);
54534 lldb::SBPlatform result;
54543 result = (arg1)->GetPlatform();
54545 lldb::SBPlatform * resultptr = new lldb::SBPlatform(result);
54561 lldb::SBEnvironment result;
54570 result = (arg1)->GetEnvironment();
54572 lldb::SBEnvironment * resultptr = new lldb::SBEnvironment(result);
54588 lldb::SBError result;
54597 result = (arg1)->Install();
54599 lldb::SBError * resultptr = new lldb::SBError(result);
54625 lldb::SBProcess result;
54704 result = (arg1)->Launch(*arg2,(char const **)arg3,(char const **)arg4,(char const *)arg5,(char const *)arg6,(char const *)arg7,(char const *)arg8,arg9,arg10,*arg11);
54706 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
54735 lldb::SBProcess result;
54746 result = (arg1)->LoadCore((char const *)arg2);
54748 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
54766 lldb::SBProcess result;
54783 result = (arg1)->LoadCore((char const *)arg2,*arg3);
54785 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
54868 lldb::SBProcess result;
54925 result = (arg1)->LaunchSimple((char const **)arg2,(char const **)arg3,(char const *)arg4);
54927 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
54957 lldb::SBProcess result;
54978 result = (arg1)->Launch(*arg2,*arg3);
54980 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
55122 lldb::SBProcess result;
55143 result = (arg1)->Attach(*arg2,*arg3);
55145 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
55164 lldb::SBProcess result;
55187 result = (arg1)->AttachToProcessWithID(*arg2,arg3,*arg4);
55189 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
55209 lldb::SBProcess result;
55234 result = (arg1)->AttachToProcessWithName(*arg2,(char const *)arg3,arg4,*arg5);
55236 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
55256 lldb::SBProcess result;
55281 result = (arg1)->ConnectRemote(*arg2,(char const *)arg3,(char const *)arg4,*arg5);
55283 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
55299 lldb::SBFileSpec result;
55308 result = (arg1)->GetExecutable();
55310 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
55363 bool result;
55378 result = (bool)(arg1)->AddModule(*arg2);
55379 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
55396 lldb::SBModule result;
55411 result = (arg1)->AddModule((char const *)arg2,(char const *)arg3,(char const *)arg4);
55413 lldb::SBModule * resultptr = new lldb::SBModule(result);
55433 lldb::SBModule result;
55450 result = (arg1)->AddModule((char const *)arg2,(char const *)arg3,(char const *)arg4,(char const *)arg5);
55452 lldb::SBModule * resultptr = new lldb::SBModule(result);
55469 lldb::SBModule result;
55484 result = (arg1)->AddModule((lldb::SBModuleSpec const &)*arg2);
55486 lldb::SBModule * resultptr = new lldb::SBModule(result);
55631 uint32_t result;
55640 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetNumModules();
55641 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
55656 lldb::SBModule result;
55667 result = (arg1)->GetModuleAtIndex(arg2);
55669 lldb::SBModule * resultptr = new lldb::SBModule(result);
55687 bool result;
55703 result = (bool)(arg1)->RemoveModule(arg2);
55704 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
55718 lldb::SBDebugger result;
55727 result = ((lldb::SBTarget const *)arg1)->GetDebugger();
55729 lldb::SBDebugger * resultptr = new lldb::SBDebugger(result);
55746 lldb::SBModule result;
55761 result = (arg1)->FindModule((lldb::SBFileSpec const &)*arg2);
55763 lldb::SBModule * resultptr = new lldb::SBModule(result);
55780 lldb::SBSymbolContextList result;
55795 result = (arg1)->FindCompileUnits((lldb::SBFileSpec const &)*arg2);
55797 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result);
55813 lldb::ByteOrder result;
55822 result = (lldb::ByteOrder)(arg1)->GetByteOrder();
55823 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
55837 uint32_t result;
55846 result = (uint32_t)(arg1)->GetAddressByteSize();
55847 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
55861 char *result = 0 ;
55870 result = (char *)(arg1)->GetTriple();
55871 lua_pushstring(L,(const char *)result); SWIG_arg++;
55885 char *result = 0 ;
55894 result = (char *)(arg1)->GetABIName();
55895 lua_pushstring(L,(const char *)result); SWIG_arg++;
55909 char *result = 0 ;
55918 result = (char *)((lldb::SBTarget const *)arg1)->GetLabel();
55919 lua_pushstring(L,(const char *)result); SWIG_arg++;
55934 lldb::SBError result;
55945 result = (arg1)->SetLabel((char const *)arg2);
55947 lldb::SBError * resultptr = new lldb::SBError(result);
55963 uint32_t result;
55972 result = (uint32_t)(arg1)->GetDataByteSize();
55973 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
55987 uint32_t result;
55996 result = (uint32_t)(arg1)->GetCodeByteSize();
55997 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
56011 uint32_t result;
56020 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetMaximumNumberOfChildrenToDisplay();
56021 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
56038 lldb::SBError result;
56056 result = (arg1)->SetSectionLoadAddress(arg2,arg3);
56058 lldb::SBError * resultptr = new lldb::SBError(result);
56076 lldb::SBError result;
56092 result = (arg1)->ClearSectionLoadAddress(arg2);
56094 lldb::SBError * resultptr = new lldb::SBError(result);
56113 lldb::SBError result;
56131 result = (arg1)->SetModuleLoadAddress(arg2,arg3);
56133 lldb::SBError * resultptr = new lldb::SBError(result);
56151 lldb::SBError result;
56167 result = (arg1)->ClearModuleLoadAddress(arg2);
56169 lldb::SBError * resultptr = new lldb::SBError(result);
56187 lldb::SBSymbolContextList result;
56200 result = (arg1)->FindFunctions((char const *)arg2,arg3);
56202 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result);
56219 lldb::SBSymbolContextList result;
56230 result = (arg1)->FindFunctions((char const *)arg2);
56232 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result);
56309 lldb::SBValueList result;
56322 result = (arg1)->FindGlobalVariables((char const *)arg2,arg3);
56324 lldb::SBValueList * resultptr = new lldb::SBValueList(result);
56341 lldb::SBValue result;
56352 result = (arg1)->FindFirstGlobalVariable((char const *)arg2);
56354 lldb::SBValue * resultptr = new lldb::SBValue(result);
56373 lldb::SBValueList result;
56388 result = (arg1)->FindGlobalVariables((char const *)arg2,arg3,arg4);
56390 lldb::SBValueList * resultptr = new lldb::SBValueList(result);
56478 lldb::SBSymbolContextList result;
56493 result = (arg1)->FindGlobalFunctions((char const *)arg2,arg3,arg4);
56495 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result);
56535 lldb::SBAddress result;
56546 result = (arg1)->ResolveFileAddress(arg2);
56548 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
56565 lldb::SBAddress result;
56576 result = (arg1)->ResolveLoadAddress(arg2);
56578 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
56596 lldb::SBAddress result;
56609 result = (arg1)->ResolvePastLoadAddress(arg2,arg3);
56611 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
56629 lldb::SBSymbolContext result;
56646 result = (arg1)->ResolveSymbolContextForAddress((lldb::SBAddress const &)*arg2,arg3);
56648 lldb::SBSymbolContext * resultptr = new lldb::SBSymbolContext(result);
56669 size_t result;
56698 result = (arg1)->ReadMemory(arg2,arg3,arg4,*arg5);
56699 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
56701 lua_pop(L, 1); // Blow away the previous result
56702 if (result == 0) {
56705 lua_pushlstring(L, (const char *)arg3, result);
56725 lldb::SBBreakpoint result;
56738 result = (arg1)->BreakpointCreateByLocation((char const *)arg2,arg3);
56740 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
56758 lldb::SBBreakpoint result;
56775 result = (arg1)->BreakpointCreateByLocation((lldb::SBFileSpec const &)*arg2,arg3);
56777 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
56796 lldb::SBBreakpoint result;
56815 result = (arg1)->BreakpointCreateByLocation((lldb::SBFileSpec const &)*arg2,arg3,arg4);
56817 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
56837 lldb::SBBreakpoint result;
56862 result = (arg1)->BreakpointCreateByLocation((lldb::SBFileSpec const &)*arg2,arg3,arg4,*arg5);
56864 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
56885 lldb::SBBreakpoint result;
56912 result = (arg1)->BreakpointCreateByLocation((lldb::SBFileSpec const &)*arg2,arg3,arg4,arg5,*arg6);
56914 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
56936 lldb::SBBreakpoint result;
56965 result = (arg1)->BreakpointCreateByLocation((lldb::SBFileSpec const &)*arg2,arg3,arg4,arg5,*arg6,arg7);
56967 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
57239 lldb::SBBreakpoint result;
57252 result = (arg1)->BreakpointCreateByName((char const *)arg2,(char const *)arg3);
57254 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
57271 lldb::SBBreakpoint result;
57282 result = (arg1)->BreakpointCreateByName((char const *)arg2);
57284 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
57303 lldb::SBBreakpoint result;
57326 result = (arg1)->BreakpointCreateByName((char const *)arg2,(lldb::SBFileSpecList const &)*arg3,(lldb::SBFileSpecList const &)*arg4);
57328 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
57348 lldb::SBBreakpoint result;
57373 result = (arg1)->BreakpointCreateByName((char const *)arg2,arg3,(lldb::SBFileSpecList const &)*arg4,(lldb::SBFileSpecList const &)*arg5);
57375 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
57396 lldb::SBBreakpoint result;
57423 result = (arg1)->BreakpointCreateByName((char const *)arg2,arg3,arg4,(lldb::SBFileSpecList const &)*arg5,(lldb::SBFileSpecList const &)*arg6);
57425 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
57640 lldb::SBBreakpoint result;
57688 result = (arg1)->BreakpointCreateByNames((char const **)arg2,arg3,arg4,(lldb::SBFileSpecList const &)*arg5,(lldb::SBFileSpecList const &)*arg6);
57690 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
57718 lldb::SBBreakpoint result;
57768 result = (arg1)->BreakpointCreateByNames((char const **)arg2,arg3,arg4,arg5,(lldb::SBFileSpecList const &)*arg6,(lldb::SBFileSpecList const &)*arg7);
57770 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
57799 lldb::SBBreakpoint result;
57851 result = (arg1)->BreakpointCreateByNames((char const **)arg2,arg3,arg4,arg5,arg6,(lldb::SBFileSpecList const &)*arg7,(lldb::SBFileSpecList const &)*arg8);
57853 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
58056 lldb::SBBreakpoint result;
58069 result = (arg1)->BreakpointCreateByRegex((char const *)arg2,(char const *)arg3);
58071 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
58088 lldb::SBBreakpoint result;
58099 result = (arg1)->BreakpointCreateByRegex((char const *)arg2);
58101 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
58120 lldb::SBBreakpoint result;
58143 result = (arg1)->BreakpointCreateByRegex((char const *)arg2,(lldb::SBFileSpecList const &)*arg3,(lldb::SBFileSpecList const &)*arg4);
58145 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
58165 lldb::SBBreakpoint result;
58190 result = (arg1)->BreakpointCreateByRegex((char const *)arg2,arg3,(lldb::SBFileSpecList const &)*arg4,(lldb::SBFileSpecList const &)*arg5);
58192 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
58355 lldb::SBBreakpoint result;
58374 result = (arg1)->BreakpointCreateBySourceRegex((char const *)arg2,(lldb::SBFileSpec const &)*arg3,(char const *)arg4);
58376 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
58394 lldb::SBBreakpoint result;
58411 result = (arg1)->BreakpointCreateBySourceRegex((char const *)arg2,(lldb::SBFileSpec const &)*arg3);
58413 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
58432 lldb::SBBreakpoint result;
58455 result = (arg1)->BreakpointCreateBySourceRegex((char const *)arg2,(lldb::SBFileSpecList const &)*arg3,(lldb::SBFileSpecList const &)*arg4);
58457 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
58477 lldb::SBBreakpoint result;
58506 result = (arg1)->BreakpointCreateBySourceRegex((char const *)arg2,(lldb::SBFileSpecList const &)*arg3,(lldb::SBFileSpecList const &)*arg4,(lldb::SBStringList const &)*arg5);
58508 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
58696 lldb::SBBreakpoint result;
58711 result = (arg1)->BreakpointCreateForException(arg2,arg3,arg4);
58713 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
58730 lldb::SBBreakpoint result;
58741 result = (arg1)->BreakpointCreateByAddress(arg2);
58743 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
58760 lldb::SBBreakpoint result;
58775 result = (arg1)->BreakpointCreateBySBAddress(*arg2);
58777 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
58798 lldb::SBBreakpoint result;
58829 result = (arg1)->BreakpointCreateFromScript((char const *)arg2,*arg3,(lldb::SBFileSpecList const &)*arg4,(lldb::SBFileSpecList const &)*arg5,arg6);
58831 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
58851 lldb::SBBreakpoint result;
58880 result = (arg1)->BreakpointCreateFromScript((char const *)arg2,*arg3,(lldb::SBFileSpecList const &)*arg4,(lldb::SBFileSpecList const &)*arg5);
58882 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
59019 lldb::SBError result;
59040 result = (arg1)->BreakpointsCreateFromFile(*arg2,*arg3);
59042 lldb::SBError * resultptr = new lldb::SBError(result);
59061 lldb::SBError result;
59088 result = (arg1)->BreakpointsCreateFromFile(*arg2,*arg3,*arg4);
59090 lldb::SBError * resultptr = new lldb::SBError(result);
59201 lldb::SBError result;
59216 result = (arg1)->BreakpointsWriteToFile(*arg2);
59218 lldb::SBError * resultptr = new lldb::SBError(result);
59237 lldb::SBError result;
59260 result = (arg1)->BreakpointsWriteToFile(*arg2,*arg3,arg4);
59262 lldb::SBError * resultptr = new lldb::SBError(result);
59280 lldb::SBError result;
59301 result = (arg1)->BreakpointsWriteToFile(*arg2,*arg3);
59303 lldb::SBError * resultptr = new lldb::SBError(result);
59433 uint32_t result;
59442 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetNumBreakpoints();
59443 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
59458 lldb::SBBreakpoint result;
59469 result = ((lldb::SBTarget const *)arg1)->GetBreakpointAtIndex(arg2);
59471 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
59488 bool result;
59499 result = (bool)(arg1)->BreakpointDelete(arg2);
59500 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
59515 lldb::SBBreakpoint result;
59526 result = (arg1)->FindBreakpointByID(arg2);
59528 lldb::SBBreakpoint * resultptr = new lldb::SBBreakpoint(result);
59546 bool result;
59563 result = (bool)(arg1)->FindBreakpointsByName((char const *)arg2,*arg3);
59564 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
59634 bool result;
59643 result = (bool)(arg1)->EnableAllBreakpoints();
59644 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
59658 bool result;
59667 result = (bool)(arg1)->DisableAllBreakpoints();
59668 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
59682 bool result;
59691 result = (bool)(arg1)->DeleteAllBreakpoints();
59692 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
59706 uint32_t result;
59715 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetNumWatchpoints();
59716 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
59731 lldb::SBWatchpoint result;
59742 result = ((lldb::SBTarget const *)arg1)->GetWatchpointAtIndex(arg2);
59744 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result);
59761 bool result;
59772 result = (bool)(arg1)->DeleteWatchpoint(arg2);
59773 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
59788 lldb::SBWatchpoint result;
59799 result = (arg1)->FindWatchpointByID(arg2);
59801 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result);
59822 lldb::SBWatchpoint result;
59845 result = (arg1)->WatchAddress(arg2,arg3,arg4,arg5,*arg6);
59847 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result);
59868 lldb::SBWatchpoint result;
59894 result = (arg1)->WatchpointCreateByAddress(arg2,arg3,arg4,*arg5);
59896 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result);
59912 bool result;
59921 result = (bool)(arg1)->EnableAllWatchpoints();
59922 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
59936 bool result;
59945 result = (bool)(arg1)->DisableAllWatchpoints();
59946 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
59960 bool result;
59969 result = (bool)(arg1)->DeleteAllWatchpoints();
59970 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
59984 lldb::SBBroadcaster result;
59993 result = ((lldb::SBTarget const *)arg1)->GetBroadcaster();
59995 lldb::SBBroadcaster * resultptr = new lldb::SBBroadcaster(result);
60012 lldb::SBType result;
60023 result = (arg1)->FindFirstType((char const *)arg2);
60025 lldb::SBType * resultptr = new lldb::SBType(result);
60042 lldb::SBTypeList result;
60053 result = (arg1)->FindTypes((char const *)arg2);
60055 lldb::SBTypeList * resultptr = new lldb::SBTypeList(result);
60072 lldb::SBType result;
60083 result = (arg1)->GetBasicType(arg2);
60085 lldb::SBType * resultptr = new lldb::SBType(result);
60106 lldb::SBValue result;
60131 result = (arg1)->CreateValueFromAddress((char const *)arg2,arg3,arg4);
60133 lldb::SBValue * resultptr = new lldb::SBValue(result);
60154 lldb::SBValue result;
60179 result = (arg1)->CreateValueFromData((char const *)arg2,arg3,arg4);
60181 lldb::SBValue * resultptr = new lldb::SBValue(result);
60199 lldb::SBValue result;
60212 result = (arg1)->CreateValueFromExpression((char const *)arg2,(char const *)arg3);
60214 lldb::SBValue * resultptr = new lldb::SBValue(result);
60230 SwigValueWrapper< lldb::SBSourceManager > result;
60239 result = (arg1)->GetSourceManager();
60241 lldb::SBSourceManager * resultptr = new lldb::SBSourceManager(result);
60260 lldb::SBInstructionList result;
60278 result = (arg1)->ReadInstructions(arg2,arg3);
60280 lldb::SBInstructionList * resultptr = new lldb::SBInstructionList(result);
60300 lldb::SBInstructionList result;
60320 result = (arg1)->ReadInstructions(arg2,arg3,(char const *)arg4);
60322 lldb::SBInstructionList * resultptr = new lldb::SBInstructionList(result);
60343 lldb::SBInstructionList result;
60368 result = (arg1)->ReadInstructions(arg2,arg3,(char const *)arg4);
60370 lldb::SBInstructionList * resultptr = new lldb::SBInstructionList(result);
60509 lldb::SBInstructionList result;
60528 result = (arg1)->GetInstructions(arg2,(void const *)arg3,arg4);
60530 lldb::SBInstructionList * resultptr = new lldb::SBInstructionList(result);
60551 lldb::SBInstructionList result;
60572 result = (arg1)->GetInstructionsWithFlavor(arg2,(char const *)arg3,(void const *)arg4,arg5);
60574 lldb::SBInstructionList * resultptr = new lldb::SBInstructionList(result);
60592 lldb::SBSymbolContextList result;
60605 result = (arg1)->FindSymbols((char const *)arg2,arg3);
60607 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result);
60624 lldb::SBSymbolContextList result;
60635 result = (arg1)->FindSymbols((char const *)arg2);
60637 lldb::SBSymbolContextList * resultptr = new lldb::SBSymbolContextList(result);
60713 bool result;
60728 result = (bool)((lldb::SBTarget const *)arg1)->operator ==((lldb::SBTarget const &)*arg2);
60729 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
60745 bool result;
60762 result = (bool)(arg1)->GetDescription(*arg2,arg3);
60763 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
60778 lldb::SBValue result;
60789 result = (arg1)->EvaluateExpression((char const *)arg2);
60791 lldb::SBValue * resultptr = new lldb::SBValue(result);
60809 lldb::SBValue result;
60826 result = (arg1)->EvaluateExpression((char const *)arg2,(lldb::SBExpressionOptions const &)*arg3);
60828 lldb::SBValue * resultptr = new lldb::SBValue(result);
60908 lldb::addr_t result;
60917 result = (lldb::addr_t)(arg1)->GetStackRedZoneSize();
60918 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
60933 bool result;
60948 result = (bool)((lldb::SBTarget const *)arg1)->IsLoaded((lldb::SBModule const &)*arg2);
60949 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
60963 SwigValueWrapper< lldb::SBLaunchInfo > result;
60972 result = ((lldb::SBTarget const *)arg1)->GetLaunchInfo();
60974 lldb::SBLaunchInfo * resultptr = new lldb::SBLaunchInfo(result);
61020 lldb::SBTrace result;
61029 result = (arg1)->GetTrace();
61031 lldb::SBTrace * resultptr = new lldb::SBTrace(result);
61048 lldb::SBTrace result;
61063 result = (arg1)->CreateTrace(*arg2);
61065 lldb::SBTrace * resultptr = new lldb::SBTrace(result);
61081 std::string result;
61090 result = lldb_SBTarget___repr__(arg1);
61091 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
61263 char *result = 0 ;
61266 result = (char *)lldb::SBThread::GetBroadcasterClassName();
61267 lua_pushstring(L,(const char *)result); SWIG_arg++;
61280 lldb::SBThread *result = 0 ;
61283 result = (lldb::SBThread *)new lldb::SBThread();
61284 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBThread,1); SWIG_arg++;
61298 lldb::SBThread *result = 0 ;
61307 result = (lldb::SBThread *)new lldb::SBThread((lldb::SBThread const &)*arg1);
61308 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBThread,1); SWIG_arg++;
61355 lldb::SBQueue result;
61364 result = ((lldb::SBThread const *)arg1)->GetQueue();
61366 lldb::SBQueue * resultptr = new lldb::SBQueue(result);
61382 bool result;
61391 result = (bool)((lldb::SBThread const *)arg1)->IsValid();
61392 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
61429 lldb::StopReason result;
61438 result = (lldb::StopReason)(arg1)->GetStopReason();
61439 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
61453 size_t result;
61462 result = (arg1)->GetStopReasonDataCount();
61463 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
61478 uint64_t result;
61489 result = (uint64_t)(arg1)->GetStopReasonDataAtIndex(arg2);
61490 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
61505 bool result;
61520 result = (bool)(arg1)->GetStopReasonExtendedInfoAsJSON(*arg2);
61521 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
61536 lldb::SBThreadCollection result;
61547 result = (arg1)->GetStopReasonExtendedBacktraces(arg2);
61549 lldb::SBThreadCollection * resultptr = new lldb::SBThreadCollection(result);
61567 size_t result;
61583 result = (arg1)->GetStopDescription(arg2,arg3);
61584 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
61586 lua_pop(L, 1); // Blow away the previous result
61587 lua_pushlstring(L, (const char *)arg2, result);
61604 lldb::SBValue result;
61613 result = (arg1)->GetStopReturnValue();
61615 lldb::SBValue * resultptr = new lldb::SBValue(result);
61631 lldb::tid_t result;
61640 result = (lldb::tid_t)((lldb::SBThread const *)arg1)->GetThreadID();
61641 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
61655 uint32_t result;
61664 result = (uint32_t)((lldb::SBThread const *)arg1)->GetIndexID();
61665 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
61679 char *result = 0 ;
61688 result = (char *)((lldb::SBThread const *)arg1)->GetName();
61689 lua_pushstring(L,(const char *)result); SWIG_arg++;
61703 char *result = 0 ;
61712 result = (char *)((lldb::SBThread const *)arg1)->GetQueueName();
61713 lua_pushstring(L,(const char *)result); SWIG_arg++;
61727 lldb::queue_id_t result;
61736 result = (lldb::queue_id_t)((lldb::SBThread const *)arg1)->GetQueueID();
61737 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
61753 bool result;
61770 result = (bool)(arg1)->GetInfoItemByPathAsString((char const *)arg2,*arg3);
61771 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
62668 lldb::SBError result;
62691 result = (arg1)->StepOverUntil(*arg2,*arg3,arg4);
62693 lldb::SBError * resultptr = new lldb::SBError(result);
62710 lldb::SBError result;
62721 result = (arg1)->StepUsingScriptedThreadPlan((char const *)arg2);
62723 lldb::SBError * resultptr = new lldb::SBError(result);
62741 lldb::SBError result;
62754 result = (arg1)->StepUsingScriptedThreadPlan((char const *)arg2,arg3);
62756 lldb::SBError * resultptr = new lldb::SBError(result);
62775 lldb::SBError result;
62794 result = (arg1)->StepUsingScriptedThreadPlan((char const *)arg2,*arg3,arg4);
62796 lldb::SBError * resultptr = new lldb::SBError(result);
62908 lldb::SBError result;
62925 result = (arg1)->JumpToLine(*arg2,arg3);
62927 lldb::SBError * resultptr = new lldb::SBError(result);
63068 lldb::SBError result;
63089 result = (arg1)->ReturnFromFrame(*arg2,*arg3);
63091 lldb::SBError * resultptr = new lldb::SBError(result);
63107 lldb::SBError result;
63116 result = (arg1)->UnwindInnermostExpression();
63118 lldb::SBError * resultptr = new lldb::SBError(result);
63134 bool result;
63143 result = (bool)(arg1)->Suspend();
63144 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
63159 bool result;
63174 result = (bool)(arg1)->Suspend(*arg2);
63175 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
63243 bool result;
63252 result = (bool)(arg1)->Resume();
63253 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
63268 bool result;
63283 result = (bool)(arg1)->Resume(*arg2);
63284 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
63352 bool result;
63361 result = (bool)(arg1)->IsSuspended();
63362 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
63376 bool result;
63385 result = (bool)(arg1)->IsStopped();
63386 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
63400 uint32_t result;
63409 result = (uint32_t)(arg1)->GetNumFrames();
63410 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
63425 lldb::SBFrame result;
63436 result = (arg1)->GetFrameAtIndex(arg2);
63438 lldb::SBFrame * resultptr = new lldb::SBFrame(result);
63454 lldb::SBFrame result;
63463 result = (arg1)->GetSelectedFrame();
63465 lldb::SBFrame * resultptr = new lldb::SBFrame(result);
63482 lldb::SBFrame result;
63493 result = (arg1)->SetSelectedFrame(arg2);
63495 lldb::SBFrame * resultptr = new lldb::SBFrame(result);
63511 bool result;
63520 result = (bool)lldb::SBThread::EventIsThreadEvent((lldb::SBEvent const &)*arg1);
63521 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
63535 lldb::SBFrame result;
63544 result = lldb::SBThread::GetStackFrameFromEvent((lldb::SBEvent const &)*arg1);
63546 lldb::SBFrame * resultptr = new lldb::SBFrame(result);
63562 lldb::SBThread result;
63571 result = lldb::SBThread::GetThreadFromEvent((lldb::SBEvent const &)*arg1);
63573 lldb::SBThread * resultptr = new lldb::SBThread(result);
63589 lldb::SBProcess result;
63598 result = (arg1)->GetProcess();
63600 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
63617 bool result;
63632 result = (bool)((lldb::SBThread const *)arg1)->operator ==((lldb::SBThread const &)*arg2);
63633 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
63648 bool result;
63663 result = (bool)((lldb::SBThread const *)arg1)->GetDescription(*arg2);
63664 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
63680 bool result;
63697 result = (bool)((lldb::SBThread const *)arg1)->GetDescription(*arg2,arg3);
63698 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
63783 lldb::SBError result;
63804 result = (arg1)->GetDescriptionWithFormat((lldb::SBFormat const &)*arg2,*arg3);
63806 lldb::SBError * resultptr = new lldb::SBError(result);
63823 bool result;
63838 result = (bool)((lldb::SBThread const *)arg1)->GetStatus(*arg2);
63839 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
63854 lldb::SBThread result;
63865 result = (arg1)->GetExtendedBacktraceThread((char const *)arg2);
63867 lldb::SBThread * resultptr = new lldb::SBThread(result);
63883 uint32_t result;
63892 result = (uint32_t)(arg1)->GetExtendedBacktraceOriginatingIndexID();
63893 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
63907 lldb::SBValue result;
63916 result = (arg1)->GetCurrentException();
63918 lldb::SBValue * resultptr = new lldb::SBValue(result);
63934 lldb::SBThread result;
63943 result = (arg1)->GetCurrentExceptionBacktrace();
63945 lldb::SBThread * resultptr = new lldb::SBThread(result);
63961 bool result;
63970 result = (bool)(arg1)->SafeToCallFunctions();
63971 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
63985 lldb::SBValue result;
63994 result = (arg1)->GetSiginfo();
63996 lldb::SBValue * resultptr = new lldb::SBValue(result);
64012 std::string result;
64021 result = lldb_SBThread___repr__(arg1);
64022 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
64140 lldb::SBThreadCollection *result = 0 ;
64143 result = (lldb::SBThreadCollection *)new lldb::SBThreadCollection();
64144 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBThreadCollection,1); SWIG_arg++;
64158 lldb::SBThreadCollection *result = 0 ;
64167 result = (lldb::SBThreadCollection *)new lldb::SBThreadCollection((lldb::SBThreadCollection const &)*arg1);
64168 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBThreadCollection,1); SWIG_arg++;
64215 bool result;
64224 result = (bool)((lldb::SBThreadCollection const *)arg1)->IsValid();
64225 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
64239 size_t result;
64248 result = (arg1)->GetSize();
64249 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
64264 lldb::SBThread result;
64275 result = (arg1)->GetThreadAtIndex(arg2);
64277 lldb::SBThread * resultptr = new lldb::SBThread(result);
64342 lldb::SBThreadPlan *result = 0 ;
64345 result = (lldb::SBThreadPlan *)new lldb::SBThreadPlan();
64346 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBThreadPlan,1); SWIG_arg++;
64360 lldb::SBThreadPlan *result = 0 ;
64369 result = (lldb::SBThreadPlan *)new lldb::SBThreadPlan((lldb::SBThreadPlan const &)*arg1);
64370 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBThreadPlan,1); SWIG_arg++;
64385 lldb::SBThreadPlan *result = 0 ;
64396 result = (lldb::SBThreadPlan *)new lldb::SBThreadPlan(*arg1,(char const *)arg2);
64397 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBThreadPlan,1); SWIG_arg++;
64413 lldb::SBThreadPlan *result = 0 ;
64430 result = (lldb::SBThreadPlan *)new lldb::SBThreadPlan(*arg1,(char const *)arg2,*arg3);
64431 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBThreadPlan,1); SWIG_arg++;
64528 bool result;
64537 result = (bool)((lldb::SBThreadPlan const *)arg1)->IsValid();
64538 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
64575 lldb::StopReason result;
64584 result = (lldb::StopReason)(arg1)->GetStopReason();
64585 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
64599 size_t result;
64608 result = (arg1)->GetStopReasonDataCount();
64609 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
64624 uint64_t result;
64635 result = (uint64_t)(arg1)->GetStopReasonDataAtIndex(arg2);
64636 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
64650 lldb::SBThread result;
64659 result = ((lldb::SBThreadPlan const *)arg1)->GetThread();
64661 lldb::SBThread * resultptr = new lldb::SBThread(result);
64678 bool result;
64693 result = (bool)((lldb::SBThreadPlan const *)arg1)->GetDescription(*arg2);
64694 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
64734 bool result;
64743 result = (bool)(arg1)->IsPlanComplete();
64744 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
64758 bool result;
64767 result = (bool)(arg1)->IsPlanStale();
64768 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
64782 bool result;
64791 result = (bool)(arg1)->IsValid();
64792 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
64850 bool result;
64859 result = (bool)(arg1)->GetStopOthers();
64860 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
64902 lldb::SBThreadPlan result;
64919 result = (arg1)->QueueThreadPlanForStepOverRange(*arg2,arg3);
64921 lldb::SBThreadPlan * resultptr = new lldb::SBThreadPlan(result);
64940 lldb::SBThreadPlan result;
64963 result = (arg1)->QueueThreadPlanForStepOverRange(*arg2,arg3,*arg4);
64965 lldb::SBThreadPlan * resultptr = new lldb::SBThreadPlan(result);
65067 lldb::SBThreadPlan result;
65084 result = (arg1)->QueueThreadPlanForStepInRange(*arg2,arg3);
65086 lldb::SBThreadPlan * resultptr = new lldb::SBThreadPlan(result);
65105 lldb::SBThreadPlan result;
65128 result = (arg1)->QueueThreadPlanForStepInRange(*arg2,arg3,*arg4);
65130 lldb::SBThreadPlan * resultptr = new lldb::SBThreadPlan(result);
65232 lldb::SBThreadPlan result;
65245 result = (arg1)->QueueThreadPlanForStepOut(arg2,arg3);
65247 lldb::SBThreadPlan * resultptr = new lldb::SBThreadPlan(result);
65264 lldb::SBThreadPlan result;
65275 result = (arg1)->QueueThreadPlanForStepOut(arg2);
65277 lldb::SBThreadPlan * resultptr = new lldb::SBThreadPlan(result);
65296 lldb::SBThreadPlan result;
65315 result = (arg1)->QueueThreadPlanForStepOut(arg2,arg3,*arg4);
65317 lldb::SBThreadPlan * resultptr = new lldb::SBThreadPlan(result);
65429 lldb::SBThreadPlan result;
65445 result = (arg1)->QueueThreadPlanForRunToAddress(arg2);
65447 lldb::SBThreadPlan * resultptr = new lldb::SBThreadPlan(result);
65466 lldb::SBThreadPlan result;
65488 result = (arg1)->QueueThreadPlanForRunToAddress(arg2,*arg3);
65490 lldb::SBThreadPlan * resultptr = new lldb::SBThreadPlan(result);
65581 lldb::SBThreadPlan result;
65592 result = (arg1)->QueueThreadPlanForStepScripted((char const *)arg2);
65594 lldb::SBThreadPlan * resultptr = new lldb::SBThreadPlan(result);
65612 lldb::SBThreadPlan result;
65629 result = (arg1)->QueueThreadPlanForStepScripted((char const *)arg2,*arg3);
65631 lldb::SBThreadPlan * resultptr = new lldb::SBThreadPlan(result);
65650 lldb::SBThreadPlan result;
65673 result = (arg1)->QueueThreadPlanForStepScripted((char const *)arg2,*arg3,*arg4);
65675 lldb::SBThreadPlan * resultptr = new lldb::SBThreadPlan(result);
65858 lldb::SBTrace *result = 0 ;
65861 result = (lldb::SBTrace *)new lldb::SBTrace();
65862 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTrace,1); SWIG_arg++;
65878 lldb::SBTrace result;
65899 result = lldb::SBTrace::LoadTraceFromFile(*arg1,*arg2,(lldb::SBFileSpec const &)*arg3);
65901 lldb::SBTrace * resultptr = new lldb::SBTrace(result);
65919 lldb::SBTraceCursor result;
65940 result = (arg1)->CreateNewCursor(*arg2,*arg3);
65942 lldb::SBTraceCursor * resultptr = new lldb::SBTraceCursor(result);
65961 lldb::SBFileSpec result;
65984 result = (arg1)->SaveToDisk(*arg2,(lldb::SBFileSpec const &)*arg3,arg4);
65986 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
66004 lldb::SBFileSpec result;
66025 result = (arg1)->SaveToDisk(*arg2,(lldb::SBFileSpec const &)*arg3);
66027 lldb::SBFileSpec * resultptr = new lldb::SBFileSpec(result);
66132 char *result = 0 ;
66141 result = (char *)(arg1)->GetStartConfigurationHelp();
66142 lua_pushstring(L,(const char *)result); SWIG_arg++;
66157 lldb::SBError result;
66172 result = (arg1)->Start((lldb::SBStructuredData const &)*arg2);
66174 lldb::SBError * resultptr = new lldb::SBError(result);
66192 lldb::SBError result;
66213 result = (arg1)->Start((lldb::SBThread const &)*arg2,(lldb::SBStructuredData const &)*arg3);
66215 lldb::SBError * resultptr = new lldb::SBError(result);
66305 lldb::SBError result;
66314 result = (arg1)->Stop();
66316 lldb::SBError * resultptr = new lldb::SBError(result);
66333 lldb::SBError result;
66348 result = (arg1)->Stop((lldb::SBThread const &)*arg2);
66350 lldb::SBError * resultptr = new lldb::SBError(result);
66420 bool result;
66429 result = (bool)(arg1)->IsValid();
66430 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
66497 lldb::SBTraceCursor *result = 0 ;
66500 result = (lldb::SBTraceCursor *)new lldb::SBTraceCursor();
66501 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTraceCursor,1); SWIG_arg++;
66541 bool result;
66550 result = (bool)((lldb::SBTraceCursor const *)arg1)->IsForwards();
66551 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
66588 bool result;
66597 result = (bool)((lldb::SBTraceCursor const *)arg1)->HasValue();
66598 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
66613 bool result;
66624 result = (bool)(arg1)->GoToId(arg2);
66625 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
66640 bool result;
66651 result = (bool)((lldb::SBTraceCursor const *)arg1)->HasId(arg2);
66652 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
66666 lldb::user_id_t result;
66675 result = (lldb::user_id_t)((lldb::SBTraceCursor const *)arg1)->GetId();
66676 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
66692 bool result;
66705 result = (bool)(arg1)->Seek(arg2,arg3);
66706 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
66720 lldb::TraceItemKind result;
66729 result = (lldb::TraceItemKind)((lldb::SBTraceCursor const *)arg1)->GetItemKind();
66730 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
66744 bool result;
66753 result = (bool)((lldb::SBTraceCursor const *)arg1)->IsError();
66754 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
66768 char *result = 0 ;
66777 result = (char *)((lldb::SBTraceCursor const *)arg1)->GetError();
66778 lua_pushstring(L,(const char *)result); SWIG_arg++;
66792 bool result;
66801 result = (bool)((lldb::SBTraceCursor const *)arg1)->IsEvent();
66802 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
66816 lldb::TraceEvent result;
66825 result = (lldb::TraceEvent)((lldb::SBTraceCursor const *)arg1)->GetEventType();
66826 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
66840 char *result = 0 ;
66849 result = (char *)((lldb::SBTraceCursor const *)arg1)->GetEventTypeAsString();
66850 lua_pushstring(L,(const char *)result); SWIG_arg++;
66864 bool result;
66873 result = (bool)((lldb::SBTraceCursor const *)arg1)->IsInstruction();
66874 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
66888 lldb::addr_t result;
66897 result = (lldb::addr_t)((lldb::SBTraceCursor const *)arg1)->GetLoadAddress();
66898 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
66912 lldb::cpu_id_t result;
66921 result = (lldb::cpu_id_t)((lldb::SBTraceCursor const *)arg1)->GetCPU();
66922 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
66936 bool result;
66945 result = (bool)((lldb::SBTraceCursor const *)arg1)->IsValid();
66946 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
67024 lldb::SBTypeMember *result = 0 ;
67027 result = (lldb::SBTypeMember *)new lldb::SBTypeMember();
67028 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeMember,1); SWIG_arg++;
67042 lldb::SBTypeMember *result = 0 ;
67051 result = (lldb::SBTypeMember *)new lldb::SBTypeMember((lldb::SBTypeMember const &)*arg1);
67052 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeMember,1); SWIG_arg++;
67099 bool result;
67108 result = (bool)((lldb::SBTypeMember const *)arg1)->IsValid();
67109 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
67123 char *result = 0 ;
67132 result = (char *)(arg1)->GetName();
67133 lua_pushstring(L,(const char *)result); SWIG_arg++;
67147 lldb::SBType result;
67156 result = (arg1)->GetType();
67158 lldb::SBType * resultptr = new lldb::SBType(result);
67174 uint64_t result;
67183 result = (uint64_t)(arg1)->GetOffsetInBytes();
67184 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
67198 uint64_t result;
67207 result = (uint64_t)(arg1)->GetOffsetInBits();
67208 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
67222 bool result;
67231 result = (bool)(arg1)->IsBitfield();
67232 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
67246 uint32_t result;
67255 result = (uint32_t)(arg1)->GetBitfieldSizeInBits();
67256 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
67272 bool result;
67289 result = (bool)(arg1)->GetDescription(*arg2,arg3);
67290 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
67304 std::string result;
67313 result = lldb_SBTypeMember___repr__(arg1);
67314 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
67384 lldb::SBTypeMemberFunction *result = 0 ;
67387 result = (lldb::SBTypeMemberFunction *)new lldb::SBTypeMemberFunction();
67388 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeMemberFunction,1); SWIG_arg++;
67402 lldb::SBTypeMemberFunction *result = 0 ;
67411 result = (lldb::SBTypeMemberFunction *)new lldb::SBTypeMemberFunction((lldb::SBTypeMemberFunction const &)*arg1);
67412 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeMemberFunction,1); SWIG_arg++;
67459 bool result;
67468 result = (bool)((lldb::SBTypeMemberFunction const *)arg1)->IsValid();
67469 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
67483 char *result = 0 ;
67492 result = (char *)(arg1)->GetName();
67493 lua_pushstring(L,(const char *)result); SWIG_arg++;
67507 char *result = 0 ;
67516 result = (char *)(arg1)->GetDemangledName();
67517 lua_pushstring(L,(const char *)result); SWIG_arg++;
67531 char *result = 0 ;
67540 result = (char *)(arg1)->GetMangledName();
67541 lua_pushstring(L,(const char *)result); SWIG_arg++;
67555 lldb::SBType result;
67564 result = (arg1)->GetType();
67566 lldb::SBType * resultptr = new lldb::SBType(result);
67582 lldb::SBType result;
67591 result = (arg1)->GetReturnType();
67593 lldb::SBType * resultptr = new lldb::SBType(result);
67609 uint32_t result;
67618 result = (uint32_t)(arg1)->GetNumberOfArguments();
67619 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
67634 lldb::SBType result;
67645 result = (arg1)->GetArgumentTypeAtIndex(arg2);
67647 lldb::SBType * resultptr = new lldb::SBType(result);
67663 lldb::MemberFunctionKind result;
67672 result = (lldb::MemberFunctionKind)(arg1)->GetKind();
67673 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
67689 bool result;
67706 result = (bool)(arg1)->GetDescription(*arg2,arg3);
67707 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
67721 std::string result;
67730 result = lldb_SBTypeMemberFunction___repr__(arg1);
67731 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
67803 lldb::SBTypeStaticField *result = 0 ;
67806 result = (lldb::SBTypeStaticField *)new lldb::SBTypeStaticField();
67807 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeStaticField,1); SWIG_arg++;
67821 lldb::SBTypeStaticField *result = 0 ;
67830 result = (lldb::SBTypeStaticField *)new lldb::SBTypeStaticField((lldb::SBTypeStaticField const &)*arg1);
67831 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeStaticField,1); SWIG_arg++;
67878 bool result;
67887 result = (bool)((lldb::SBTypeStaticField const *)arg1)->IsValid();
67888 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
67902 char *result = 0 ;
67911 result = (char *)(arg1)->GetName();
67912 lua_pushstring(L,(const char *)result); SWIG_arg++;
67926 char *result = 0 ;
67935 result = (char *)(arg1)->GetMangledName();
67936 lua_pushstring(L,(const char *)result); SWIG_arg++;
67950 lldb::SBType result;
67959 result = (arg1)->GetType();
67961 lldb::SBType * resultptr = new lldb::SBType(result);
67979 lldb::SBValue result;
67995 result = (arg1)->GetConstantValue(arg2);
67997 lldb::SBValue * resultptr = new lldb::SBValue(result);
68064 lldb::SBType *result = 0 ;
68067 result = (lldb::SBType *)new lldb::SBType();
68068 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBType,1); SWIG_arg++;
68082 lldb::SBType *result = 0 ;
68091 result = (lldb::SBType *)new lldb::SBType((lldb::SBType const &)*arg1);
68092 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBType,1); SWIG_arg++;
68139 bool result;
68148 result = (bool)((lldb::SBType const *)arg1)->IsValid();
68149 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
68163 uint64_t result;
68172 result = (uint64_t)(arg1)->GetByteSize();
68173 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
68187 uint64_t result;
68196 result = (uint64_t)(arg1)->GetByteAlign();
68197 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
68211 bool result;
68220 result = (bool)(arg1)->IsPointerType();
68221 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
68235 bool result;
68244 result = (bool)(arg1)->IsReferenceType();
68245 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
68259 bool result;
68268 result = (bool)(arg1)->IsFunctionType();
68269 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
68283 bool result;
68292 result = (bool)(arg1)->IsPolymorphicClass();
68293 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
68307 bool result;
68316 result = (bool)(arg1)->IsArrayType();
68317 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
68331 bool result;
68340 result = (bool)(arg1)->IsVectorType();
68341 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
68355 bool result;
68364 result = (bool)(arg1)->IsTypedefType();
68365 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
68379 bool result;
68388 result = (bool)(arg1)->IsAnonymousType();
68389 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
68403 bool result;
68412 result = (bool)(arg1)->IsScopedEnumerationType();
68413 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
68427 bool result;
68436 result = (bool)(arg1)->IsAggregateType();
68437 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
68451 lldb::SBType result;
68460 result = (arg1)->GetPointerType();
68462 lldb::SBType * resultptr = new lldb::SBType(result);
68478 lldb::SBType result;
68487 result = (arg1)->GetPointeeType();
68489 lldb::SBType * resultptr = new lldb::SBType(result);
68505 lldb::SBType result;
68514 result = (arg1)->GetReferenceType();
68516 lldb::SBType * resultptr = new lldb::SBType(result);
68532 lldb::SBType result;
68541 result = (arg1)->GetTypedefedType();
68543 lldb::SBType * resultptr = new lldb::SBType(result);
68559 lldb::SBType result;
68568 result = (arg1)->GetDereferencedType();
68570 lldb::SBType * resultptr = new lldb::SBType(result);
68586 lldb::SBType result;
68595 result = (arg1)->GetUnqualifiedType();
68597 lldb::SBType * resultptr = new lldb::SBType(result);
68613 lldb::SBType result;
68622 result = (arg1)->GetArrayElementType();
68624 lldb::SBType * resultptr = new lldb::SBType(result);
68641 lldb::SBType result;
68652 result = (arg1)->GetArrayType(arg2);
68654 lldb::SBType * resultptr = new lldb::SBType(result);
68670 lldb::SBType result;
68679 result = (arg1)->GetVectorElementType();
68681 lldb::SBType * resultptr = new lldb::SBType(result);
68697 lldb::SBType result;
68706 result = (arg1)->GetCanonicalType();
68708 lldb::SBType * resultptr = new lldb::SBType(result);
68724 lldb::SBType result;
68733 result = (arg1)->GetEnumerationIntegerType();
68735 lldb::SBType * resultptr = new lldb::SBType(result);
68751 lldb::BasicType result;
68760 result = (lldb::BasicType)(arg1)->GetBasicType();
68761 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
68776 lldb::SBType result;
68787 result = (arg1)->GetBasicType(arg2);
68789 lldb::SBType * resultptr = new lldb::SBType(result);
68854 uint32_t result;
68863 result = (uint32_t)(arg1)->GetNumberOfFields();
68864 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
68878 uint32_t result;
68887 result = (uint32_t)(arg1)->GetNumberOfDirectBaseClasses();
68888 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
68902 uint32_t result;
68911 result = (uint32_t)(arg1)->GetNumberOfVirtualBaseClasses();
68912 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
68927 lldb::SBTypeMember result;
68938 result = (arg1)->GetFieldAtIndex(arg2);
68940 lldb::SBTypeMember * resultptr = new lldb::SBTypeMember(result);
68957 lldb::SBTypeMember result;
68968 result = (arg1)->GetDirectBaseClassAtIndex(arg2);
68970 lldb::SBTypeMember * resultptr = new lldb::SBTypeMember(result);
68987 lldb::SBTypeMember result;
68998 result = (arg1)->GetVirtualBaseClassAtIndex(arg2);
69000 lldb::SBTypeMember * resultptr = new lldb::SBTypeMember(result);
69017 lldb::SBTypeStaticField result;
69028 result = (arg1)->GetStaticFieldWithName((char const *)arg2);
69030 lldb::SBTypeStaticField * resultptr = new lldb::SBTypeStaticField(result);
69046 lldb::SBTypeEnumMemberList result;
69055 result = (arg1)->GetEnumMembers();
69057 lldb::SBTypeEnumMemberList * resultptr = new lldb::SBTypeEnumMemberList(result);
69073 uint32_t result;
69082 result = (uint32_t)(arg1)->GetNumberOfTemplateArguments();
69083 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
69098 lldb::SBType result;
69109 result = (arg1)->GetTemplateArgumentType(arg2);
69111 lldb::SBType * resultptr = new lldb::SBType(result);
69128 lldb::TemplateArgumentKind result;
69139 result = (lldb::TemplateArgumentKind)(arg1)->GetTemplateArgumentKind(arg2);
69140 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
69154 lldb::SBType result;
69163 result = (arg1)->GetFunctionReturnType();
69165 lldb::SBType * resultptr = new lldb::SBType(result);
69181 lldb::SBTypeList result;
69190 result = (arg1)->GetFunctionArgumentTypes();
69192 lldb::SBTypeList * resultptr = new lldb::SBTypeList(result);
69208 uint32_t result;
69217 result = (uint32_t)(arg1)->GetNumberOfMemberFunctions();
69218 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
69233 lldb::SBTypeMemberFunction result;
69244 result = (arg1)->GetMemberFunctionAtIndex(arg2);
69246 lldb::SBTypeMemberFunction * resultptr = new lldb::SBTypeMemberFunction(result);
69262 lldb::SBModule result;
69271 result = (arg1)->GetModule();
69273 lldb::SBModule * resultptr = new lldb::SBModule(result);
69289 char *result = 0 ;
69298 result = (char *)(arg1)->GetName();
69299 lua_pushstring(L,(const char *)result); SWIG_arg++;
69313 char *result = 0 ;
69322 result = (char *)(arg1)->GetDisplayTypeName();
69323 lua_pushstring(L,(const char *)result); SWIG_arg++;
69337 lldb::TypeClass result;
69346 result = (lldb::TypeClass)(arg1)->GetTypeClass();
69347 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
69361 bool result;
69370 result = (bool)(arg1)->IsTypeComplete();
69371 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
69385 uint32_t result;
69394 result = (uint32_t)(arg1)->GetTypeFlags();
69395 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
69411 bool result;
69428 result = (bool)(arg1)->GetDescription(*arg2,arg3);
69429 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
69444 lldb::SBType result;
69455 result = (arg1)->FindDirectNestedType((char const *)arg2);
69457 lldb::SBType * resultptr = new lldb::SBType(result);
69474 bool result;
69489 result = (bool)(arg1)->operator ==(*arg2);
69490 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
69504 std::string result;
69513 result = lldb_SBType___repr__(arg1);
69514 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
69626 lldb::SBTypeList *result = 0 ;
69629 result = (lldb::SBTypeList *)new lldb::SBTypeList();
69630 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeList,1); SWIG_arg++;
69644 lldb::SBTypeList *result = 0 ;
69653 result = (lldb::SBTypeList *)new lldb::SBTypeList((lldb::SBTypeList const &)*arg1);
69654 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeList,1); SWIG_arg++;
69701 bool result;
69710 result = (bool)(arg1)->IsValid();
69711 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
69758 lldb::SBType result;
69769 result = (arg1)->GetTypeAtIndex(arg2);
69771 lldb::SBType * resultptr = new lldb::SBType(result);
69787 uint32_t result;
69796 result = (uint32_t)(arg1)->GetSize();
69797 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
69861 lldb::SBTypeCategory *result = 0 ;
69864 result = (lldb::SBTypeCategory *)new lldb::SBTypeCategory();
69865 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeCategory,1); SWIG_arg++;
69879 lldb::SBTypeCategory *result = 0 ;
69888 result = (lldb::SBTypeCategory *)new lldb::SBTypeCategory((lldb::SBTypeCategory const &)*arg1);
69889 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeCategory,1); SWIG_arg++;
69936 bool result;
69945 result = (bool)((lldb::SBTypeCategory const *)arg1)->IsValid();
69946 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
69960 bool result;
69969 result = (bool)(arg1)->GetEnabled();
69970 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
70010 char *result = 0 ;
70019 result = (char *)(arg1)->GetName();
70020 lua_pushstring(L,(const char *)result); SWIG_arg++;
70035 lldb::LanguageType result;
70046 result = (lldb::LanguageType)(arg1)->GetLanguageAtIndex(arg2);
70047 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
70061 uint32_t result;
70070 result = (uint32_t)(arg1)->GetNumLanguages();
70071 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
70113 bool result;
70130 result = (bool)(arg1)->GetDescription(*arg2,arg3);
70131 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
70145 uint32_t result;
70154 result = (uint32_t)(arg1)->GetNumFormats();
70155 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
70169 uint32_t result;
70178 result = (uint32_t)(arg1)->GetNumSummaries();
70179 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
70193 uint32_t result;
70202 result = (uint32_t)(arg1)->GetNumFilters();
70203 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
70217 uint32_t result;
70226 result = (uint32_t)(arg1)->GetNumSynthetics();
70227 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
70242 lldb::SBTypeNameSpecifier result;
70253 result = (arg1)->GetTypeNameSpecifierForFilterAtIndex(arg2);
70255 lldb::SBTypeNameSpecifier * resultptr = new lldb::SBTypeNameSpecifier(result);
70272 lldb::SBTypeNameSpecifier result;
70283 result = (arg1)->GetTypeNameSpecifierForFormatAtIndex(arg2);
70285 lldb::SBTypeNameSpecifier * resultptr = new lldb::SBTypeNameSpecifier(result);
70302 lldb::SBTypeNameSpecifier result;
70313 result = (arg1)->GetTypeNameSpecifierForSummaryAtIndex(arg2);
70315 lldb::SBTypeNameSpecifier * resultptr = new lldb::SBTypeNameSpecifier(result);
70332 lldb::SBTypeNameSpecifier result;
70343 result = (arg1)->GetTypeNameSpecifierForSyntheticAtIndex(arg2);
70345 lldb::SBTypeNameSpecifier * resultptr = new lldb::SBTypeNameSpecifier(result);
70363 lldb::SBTypeFilter result;
70379 result = (arg1)->GetFilterForType(arg2);
70381 lldb::SBTypeFilter * resultptr = new lldb::SBTypeFilter(result);
70399 lldb::SBTypeFormat result;
70415 result = (arg1)->GetFormatForType(arg2);
70417 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat(result);
70435 lldb::SBTypeSummary result;
70451 result = (arg1)->GetSummaryForType(arg2);
70453 lldb::SBTypeSummary * resultptr = new lldb::SBTypeSummary(result);
70471 lldb::SBTypeSynthetic result;
70487 result = (arg1)->GetSyntheticForType(arg2);
70489 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result);
70506 lldb::SBTypeFilter result;
70517 result = (arg1)->GetFilterAtIndex(arg2);
70519 lldb::SBTypeFilter * resultptr = new lldb::SBTypeFilter(result);
70536 lldb::SBTypeFormat result;
70547 result = (arg1)->GetFormatAtIndex(arg2);
70549 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat(result);
70566 lldb::SBTypeSummary result;
70577 result = (arg1)->GetSummaryAtIndex(arg2);
70579 lldb::SBTypeSummary * resultptr = new lldb::SBTypeSummary(result);
70596 lldb::SBTypeSynthetic result;
70607 result = (arg1)->GetSyntheticAtIndex(arg2);
70609 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result);
70629 bool result;
70652 result = (bool)(arg1)->AddTypeFormat(arg2,arg3);
70653 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
70669 bool result;
70685 result = (bool)(arg1)->DeleteTypeFormat(arg2);
70686 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
70704 bool result;
70727 result = (bool)(arg1)->AddTypeSummary(arg2,arg3);
70728 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
70744 bool result;
70760 result = (bool)(arg1)->DeleteTypeSummary(arg2);
70761 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
70779 bool result;
70802 result = (bool)(arg1)->AddTypeFilter(arg2,arg3);
70803 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
70819 bool result;
70835 result = (bool)(arg1)->DeleteTypeFilter(arg2);
70836 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
70854 bool result;
70877 result = (bool)(arg1)->AddTypeSynthetic(arg2,arg3);
70878 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
70894 bool result;
70910 result = (bool)(arg1)->DeleteTypeSynthetic(arg2);
70911 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
70926 bool result;
70941 result = (bool)(arg1)->operator ==(*arg2);
70942 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
70956 std::string result;
70965 result = lldb_SBTypeCategory___repr__(arg1);
70966 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
71062 lldb::SBTypeEnumMember *result = 0 ;
71065 result = (lldb::SBTypeEnumMember *)new lldb::SBTypeEnumMember();
71066 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeEnumMember,1); SWIG_arg++;
71080 lldb::SBTypeEnumMember *result = 0 ;
71089 result = (lldb::SBTypeEnumMember *)new lldb::SBTypeEnumMember((lldb::SBTypeEnumMember const &)*arg1);
71090 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeEnumMember,1); SWIG_arg++;
71137 bool result;
71146 result = (bool)((lldb::SBTypeEnumMember const *)arg1)->IsValid();
71147 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
71161 int64_t result;
71170 result = (int64_t)(arg1)->GetValueAsSigned();
71171 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
71185 uint64_t result;
71194 result = (uint64_t)(arg1)->GetValueAsUnsigned();
71195 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
71209 char *result = 0 ;
71218 result = (char *)(arg1)->GetName();
71219 lua_pushstring(L,(const char *)result); SWIG_arg++;
71233 lldb::SBType result;
71242 result = (arg1)->GetType();
71244 lldb::SBType * resultptr = new lldb::SBType(result);
71262 bool result;
71279 result = (bool)(arg1)->GetDescription(*arg2,arg3);
71280 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
71294 std::string result;
71303 result = lldb_SBTypeEnumMember___repr__(arg1);
71304 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
71372 lldb::SBTypeEnumMemberList *result = 0 ;
71375 result = (lldb::SBTypeEnumMemberList *)new lldb::SBTypeEnumMemberList();
71376 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeEnumMemberList,1); SWIG_arg++;
71390 lldb::SBTypeEnumMemberList *result = 0 ;
71399 result = (lldb::SBTypeEnumMemberList *)new lldb::SBTypeEnumMemberList((lldb::SBTypeEnumMemberList const &)*arg1);
71400 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeEnumMemberList,1); SWIG_arg++;
71447 bool result;
71456 result = (bool)(arg1)->IsValid();
71457 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
71504 lldb::SBTypeEnumMember result;
71515 result = (arg1)->GetTypeEnumMemberAtIndex(arg2);
71517 lldb::SBTypeEnumMember * resultptr = new lldb::SBTypeEnumMember(result);
71533 uint32_t result;
71542 result = (uint32_t)(arg1)->GetSize();
71543 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
71607 lldb::SBTypeFilter *result = 0 ;
71610 result = (lldb::SBTypeFilter *)new lldb::SBTypeFilter();
71611 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeFilter,1); SWIG_arg++;
71625 lldb::SBTypeFilter *result = 0 ;
71630 result = (lldb::SBTypeFilter *)new lldb::SBTypeFilter(arg1);
71631 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeFilter,1); SWIG_arg++;
71645 lldb::SBTypeFilter *result = 0 ;
71654 result = (lldb::SBTypeFilter *)new lldb::SBTypeFilter((lldb::SBTypeFilter const &)*arg1);
71655 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeFilter,1); SWIG_arg++;
71712 bool result;
71721 result = (bool)((lldb::SBTypeFilter const *)arg1)->IsValid();
71722 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
71736 uint32_t result;
71745 result = (uint32_t)(arg1)->GetNumberOfExpressionPaths();
71746 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
71761 char *result = 0 ;
71772 result = (char *)(arg1)->GetExpressionPathAtIndex(arg2);
71773 lua_pushstring(L,(const char *)result); SWIG_arg++;
71789 bool result;
71802 result = (bool)(arg1)->ReplaceExpressionPathAtIndex(arg2,(char const *)arg3);
71803 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
71866 uint32_t result;
71875 result = (uint32_t)(arg1)->GetOptions();
71876 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
71918 bool result;
71935 result = (bool)(arg1)->GetDescription(*arg2,arg3);
71936 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
71951 bool result;
71966 result = (bool)(arg1)->IsEqualTo(*arg2);
71967 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
71982 bool result;
71997 result = (bool)(arg1)->operator ==(*arg2);
71998 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
72012 std::string result;
72021 result = lldb_SBTypeFilter___repr__(arg1);
72022 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
72096 lldb::SBTypeFormat *result = 0 ;
72099 result = (lldb::SBTypeFormat *)new lldb::SBTypeFormat();
72100 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeFormat,1); SWIG_arg++;
72115 lldb::SBTypeFormat *result = 0 ;
72122 result = (lldb::SBTypeFormat *)new lldb::SBTypeFormat(arg1,arg2);
72123 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeFormat,1); SWIG_arg++;
72137 lldb::SBTypeFormat *result = 0 ;
72142 result = (lldb::SBTypeFormat *)new lldb::SBTypeFormat(arg1);
72143 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeFormat,1); SWIG_arg++;
72158 lldb::SBTypeFormat *result = 0 ;
72165 result = (lldb::SBTypeFormat *)new lldb::SBTypeFormat((char const *)arg1,arg2);
72166 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeFormat,1); SWIG_arg++;
72180 lldb::SBTypeFormat *result = 0 ;
72185 result = (lldb::SBTypeFormat *)new lldb::SBTypeFormat((char const *)arg1);
72186 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeFormat,1); SWIG_arg++;
72200 lldb::SBTypeFormat *result = 0 ;
72209 result = (lldb::SBTypeFormat *)new lldb::SBTypeFormat((lldb::SBTypeFormat const &)*arg1);
72210 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeFormat,1); SWIG_arg++;
72307 bool result;
72316 result = (bool)((lldb::SBTypeFormat const *)arg1)->IsValid();
72317 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
72331 lldb::Format result;
72340 result = (lldb::Format)(arg1)->GetFormat();
72341 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
72355 char *result = 0 ;
72364 result = (char *)(arg1)->GetTypeName();
72365 lua_pushstring(L,(const char *)result); SWIG_arg++;
72379 uint32_t result;
72388 result = (uint32_t)(arg1)->GetOptions();
72389 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
72483 bool result;
72500 result = (bool)(arg1)->GetDescription(*arg2,arg3);
72501 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
72516 bool result;
72531 result = (bool)(arg1)->IsEqualTo(*arg2);
72532 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
72547 bool result;
72562 result = (bool)(arg1)->operator ==(*arg2);
72563 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
72577 std::string result;
72586 result = lldb_SBTypeFormat___repr__(arg1);
72587 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
72660 lldb::SBTypeNameSpecifier *result = 0 ;
72663 result = (lldb::SBTypeNameSpecifier *)new lldb::SBTypeNameSpecifier();
72664 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeNameSpecifier,1); SWIG_arg++;
72679 lldb::SBTypeNameSpecifier *result = 0 ;
72686 result = (lldb::SBTypeNameSpecifier *)new lldb::SBTypeNameSpecifier((char const *)arg1,arg2);
72687 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeNameSpecifier,1); SWIG_arg++;
72701 lldb::SBTypeNameSpecifier *result = 0 ;
72706 result = (lldb::SBTypeNameSpecifier *)new lldb::SBTypeNameSpecifier((char const *)arg1);
72707 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeNameSpecifier,1); SWIG_arg++;
72722 lldb::SBTypeNameSpecifier *result = 0 ;
72729 result = (lldb::SBTypeNameSpecifier *)new lldb::SBTypeNameSpecifier((char const *)arg1,arg2);
72730 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeNameSpecifier,1); SWIG_arg++;
72745 lldb::SBTypeNameSpecifier *result = 0 ;
72755 result = (lldb::SBTypeNameSpecifier *)new lldb::SBTypeNameSpecifier(arg1);
72756 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeNameSpecifier,1); SWIG_arg++;
72770 lldb::SBTypeNameSpecifier *result = 0 ;
72779 result = (lldb::SBTypeNameSpecifier *)new lldb::SBTypeNameSpecifier((lldb::SBTypeNameSpecifier const &)*arg1);
72780 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeNameSpecifier,1); SWIG_arg++;
72882 bool result;
72891 result = (bool)((lldb::SBTypeNameSpecifier const *)arg1)->IsValid();
72892 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
72906 char *result = 0 ;
72915 result = (char *)(arg1)->GetName();
72916 lua_pushstring(L,(const char *)result); SWIG_arg++;
72930 lldb::SBType result;
72939 result = (arg1)->GetType();
72941 lldb::SBType * resultptr = new lldb::SBType(result);
72957 lldb::FormatterMatchType result;
72966 result = (lldb::FormatterMatchType)(arg1)->GetMatchType();
72967 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
72981 bool result;
72990 result = (bool)(arg1)->IsRegex();
72991 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
73007 bool result;
73024 result = (bool)(arg1)->GetDescription(*arg2,arg3);
73025 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
73040 bool result;
73055 result = (bool)(arg1)->IsEqualTo(*arg2);
73056 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
73071 bool result;
73086 result = (bool)(arg1)->operator ==(*arg2);
73087 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
73101 std::string result;
73110 result = lldb_SBTypeNameSpecifier___repr__(arg1);
73111 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
73182 lldb::SBTypeSummaryOptions *result = 0 ;
73185 result = (lldb::SBTypeSummaryOptions *)new lldb::SBTypeSummaryOptions();
73186 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeSummaryOptions,1); SWIG_arg++;
73200 lldb::SBTypeSummaryOptions *result = 0 ;
73209 result = (lldb::SBTypeSummaryOptions *)new lldb::SBTypeSummaryOptions((lldb::SBTypeSummaryOptions const &)*arg1);
73210 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeSummaryOptions,1); SWIG_arg++;
73257 bool result;
73266 result = (bool)(arg1)->IsValid();
73267 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
73281 lldb::LanguageType result;
73290 result = (lldb::LanguageType)(arg1)->GetLanguage();
73291 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
73305 lldb::TypeSummaryCapping result;
73314 result = (lldb::TypeSummaryCapping)(arg1)->GetCapping();
73315 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
73432 lldb::SBTypeSummary *result = 0 ;
73435 result = (lldb::SBTypeSummary *)new lldb::SBTypeSummary();
73436 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeSummary,1); SWIG_arg++;
73451 lldb::SBTypeSummary result;
73458 result = lldb::SBTypeSummary::CreateWithSummaryString((char const *)arg1,arg2);
73460 lldb::SBTypeSummary * resultptr = new lldb::SBTypeSummary(result);
73476 lldb::SBTypeSummary result;
73481 result = lldb::SBTypeSummary::CreateWithSummaryString((char const *)arg1);
73483 lldb::SBTypeSummary * resultptr = new lldb::SBTypeSummary(result);
73539 lldb::SBTypeSummary result;
73546 result = lldb::SBTypeSummary::CreateWithFunctionName((char const *)arg1,arg2);
73548 lldb::SBTypeSummary * resultptr = new lldb::SBTypeSummary(result);
73564 lldb::SBTypeSummary result;
73569 result = lldb::SBTypeSummary::CreateWithFunctionName((char const *)arg1);
73571 lldb::SBTypeSummary * resultptr = new lldb::SBTypeSummary(result);
73627 lldb::SBTypeSummary result;
73634 result = lldb::SBTypeSummary::CreateWithScriptCode((char const *)arg1,arg2);
73636 lldb::SBTypeSummary * resultptr = new lldb::SBTypeSummary(result);
73652 lldb::SBTypeSummary result;
73657 result = lldb::SBTypeSummary::CreateWithScriptCode((char const *)arg1);
73659 lldb::SBTypeSummary * resultptr = new lldb::SBTypeSummary(result);
73714 lldb::SBTypeSummary *result = 0 ;
73723 result = (lldb::SBTypeSummary *)new lldb::SBTypeSummary((lldb::SBTypeSummary const &)*arg1);
73724 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeSummary,1); SWIG_arg++;
73771 bool result;
73780 result = (bool)((lldb::SBTypeSummary const *)arg1)->IsValid();
73781 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
73795 bool result;
73804 result = (bool)(arg1)->IsFunctionCode();
73805 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
73819 bool result;
73828 result = (bool)(arg1)->IsFunctionName();
73829 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
73843 bool result;
73852 result = (bool)(arg1)->IsSummaryString();
73853 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
73867 char *result = 0 ;
73876 result = (char *)(arg1)->GetData();
73877 lua_pushstring(L,(const char *)result); SWIG_arg++;
73969 uint32_t result;
73978 result = (uint32_t)(arg1)->GetOptions();
73979 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
74021 bool result;
74038 result = (bool)(arg1)->GetDescription(*arg2,arg3);
74039 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
74055 bool result;
74071 result = (bool)(arg1)->DoesPrintValue(arg2);
74072 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
74087 bool result;
74102 result = (bool)(arg1)->IsEqualTo(*arg2);
74103 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
74118 bool result;
74133 result = (bool)(arg1)->operator ==(*arg2);
74134 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
74148 std::string result;
74157 result = lldb_SBTypeSummary___repr__(arg1);
74158 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
74238 lldb::SBTypeSynthetic *result = 0 ;
74241 result = (lldb::SBTypeSynthetic *)new lldb::SBTypeSynthetic();
74242 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeSynthetic,1); SWIG_arg++;
74257 lldb::SBTypeSynthetic result;
74264 result = lldb::SBTypeSynthetic::CreateWithClassName((char const *)arg1,arg2);
74266 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result);
74282 lldb::SBTypeSynthetic result;
74287 result = lldb::SBTypeSynthetic::CreateWithClassName((char const *)arg1);
74289 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result);
74345 lldb::SBTypeSynthetic result;
74352 result = lldb::SBTypeSynthetic::CreateWithScriptCode((char const *)arg1,arg2);
74354 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result);
74370 lldb::SBTypeSynthetic result;
74375 result = lldb::SBTypeSynthetic::CreateWithScriptCode((char const *)arg1);
74377 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result);
74432 lldb::SBTypeSynthetic *result = 0 ;
74441 result = (lldb::SBTypeSynthetic *)new lldb::SBTypeSynthetic((lldb::SBTypeSynthetic const &)*arg1);
74442 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBTypeSynthetic,1); SWIG_arg++;
74489 bool result;
74498 result = (bool)((lldb::SBTypeSynthetic const *)arg1)->IsValid();
74499 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
74513 bool result;
74522 result = (bool)(arg1)->IsClassCode();
74523 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
74537 bool result;
74546 result = (bool)(arg1)->IsClassName();
74547 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
74561 char *result = 0 ;
74570 result = (char *)(arg1)->GetData();
74571 lua_pushstring(L,(const char *)result); SWIG_arg++;
74637 uint32_t result;
74646 result = (uint32_t)(arg1)->GetOptions();
74647 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
74689 bool result;
74706 result = (bool)(arg1)->GetDescription(*arg2,arg3);
74707 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
74722 bool result;
74737 result = (bool)(arg1)->IsEqualTo(*arg2);
74738 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
74753 bool result;
74768 result = (bool)(arg1)->operator ==(*arg2);
74769 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
74783 std::string result;
74792 result = lldb_SBTypeSynthetic___repr__(arg1);
74793 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
74869 lldb::SBUnixSignals *result = 0 ;
74872 result = (lldb::SBUnixSignals *)new lldb::SBUnixSignals();
74873 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBUnixSignals,1); SWIG_arg++;
74887 lldb::SBUnixSignals *result = 0 ;
74896 result = (lldb::SBUnixSignals *)new lldb::SBUnixSignals((lldb::SBUnixSignals const &)*arg1);
74897 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBUnixSignals,1); SWIG_arg++;
74967 bool result;
74976 result = (bool)((lldb::SBUnixSignals const *)arg1)->IsValid();
74977 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
74992 char *result = 0 ;
75003 result = (char *)((lldb::SBUnixSignals const *)arg1)->GetSignalAsCString(arg2);
75004 lua_pushstring(L,(const char *)result); SWIG_arg++;
75019 int32_t result;
75030 result = (int32_t)((lldb::SBUnixSignals const *)arg1)->GetSignalNumberFromName((char const *)arg2);
75031 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
75046 bool result;
75057 result = (bool)((lldb::SBUnixSignals const *)arg1)->GetShouldSuppress(arg2);
75058 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
75074 bool result;
75087 result = (bool)(arg1)->SetShouldSuppress(arg2,arg3);
75088 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
75103 bool result;
75114 result = (bool)((lldb::SBUnixSignals const *)arg1)->GetShouldStop(arg2);
75115 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
75131 bool result;
75144 result = (bool)(arg1)->SetShouldStop(arg2,arg3);
75145 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
75160 bool result;
75171 result = (bool)((lldb::SBUnixSignals const *)arg1)->GetShouldNotify(arg2);
75172 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
75188 bool result;
75201 result = (bool)(arg1)->SetShouldNotify(arg2,arg3);
75202 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
75216 int32_t result;
75225 result = (int32_t)((lldb::SBUnixSignals const *)arg1)->GetNumSignals();
75226 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
75241 int32_t result;
75252 result = (int32_t)((lldb::SBUnixSignals const *)arg1)->GetSignalAtIndex(arg2);
75253 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
75325 lldb::SBValue *result = 0 ;
75328 result = (lldb::SBValue *)new lldb::SBValue();
75329 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBValue,1); SWIG_arg++;
75343 lldb::SBValue *result = 0 ;
75352 result = (lldb::SBValue *)new lldb::SBValue((lldb::SBValue const &)*arg1);
75353 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBValue,1); SWIG_arg++;
75400 bool result;
75409 result = (bool)(arg1)->IsValid();
75410 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
75447 lldb::SBError result;
75456 result = (arg1)->GetError();
75458 lldb::SBError * resultptr = new lldb::SBError(result);
75474 lldb::user_id_t result;
75483 result = (lldb::user_id_t)(arg1)->GetID();
75484 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
75498 char *result = 0 ;
75507 result = (char *)(arg1)->GetName();
75508 lua_pushstring(L,(const char *)result); SWIG_arg++;
75522 char *result = 0 ;
75531 result = (char *)(arg1)->GetTypeName();
75532 lua_pushstring(L,(const char *)result); SWIG_arg++;
75546 char *result = 0 ;
75555 result = (char *)(arg1)->GetDisplayTypeName();
75556 lua_pushstring(L,(const char *)result); SWIG_arg++;
75570 size_t result;
75579 result = (arg1)->GetByteSize();
75580 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
75594 bool result;
75603 result = (bool)(arg1)->IsInScope();
75604 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
75618 lldb::Format result;
75627 result = (lldb::Format)(arg1)->GetFormat();
75628 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
75668 char *result = 0 ;
75677 result = (char *)(arg1)->GetValue();
75678 lua_pushstring(L,(const char *)result); SWIG_arg++;
75694 int64_t result;
75711 result = (int64_t)(arg1)->GetValueAsSigned(*arg2,arg3);
75712 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
75727 int64_t result;
75742 result = (int64_t)(arg1)->GetValueAsSigned(*arg2);
75743 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
75759 uint64_t result;
75776 result = (uint64_t)(arg1)->GetValueAsUnsigned(*arg2,arg3);
75777 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
75792 uint64_t result;
75807 result = (uint64_t)(arg1)->GetValueAsUnsigned(*arg2);
75808 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
75823 int64_t result;
75834 result = (int64_t)(arg1)->GetValueAsSigned(arg2);
75835 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
75849 int64_t result;
75858 result = (int64_t)(arg1)->GetValueAsSigned();
75859 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
75978 uint64_t result;
75989 result = (uint64_t)(arg1)->GetValueAsUnsigned(arg2);
75990 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
76004 uint64_t result;
76013 result = (uint64_t)(arg1)->GetValueAsUnsigned();
76014 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
76132 lldb::addr_t result;
76141 result = (lldb::addr_t)(arg1)->GetValueAsAddress();
76142 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
76156 lldb::ValueType result;
76165 result = (lldb::ValueType)(arg1)->GetValueType();
76166 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
76180 bool result;
76189 result = (bool)(arg1)->GetValueDidChange();
76190 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
76204 char *result = 0 ;
76213 result = (char *)(arg1)->GetSummary();
76214 lua_pushstring(L,(const char *)result); SWIG_arg++;
76230 char *result = 0 ;
76251 result = (char *)(arg1)->GetSummary(*arg2,*arg3);
76252 lua_pushstring(L,(const char *)result); SWIG_arg++;
76330 char *result = 0 ;
76339 result = (char *)(arg1)->GetObjectDescription();
76340 lua_pushstring(L,(const char *)result); SWIG_arg++;
76355 lldb::SBValue result;
76366 result = (arg1)->GetDynamicValue(arg2);
76368 lldb::SBValue * resultptr = new lldb::SBValue(result);
76384 lldb::SBValue result;
76393 result = (arg1)->GetStaticValue();
76395 lldb::SBValue * resultptr = new lldb::SBValue(result);
76411 lldb::SBValue result;
76420 result = (arg1)->GetNonSyntheticValue();
76422 lldb::SBValue * resultptr = new lldb::SBValue(result);
76438 lldb::SBValue result;
76447 result = (arg1)->GetSyntheticValue();
76449 lldb::SBValue * resultptr = new lldb::SBValue(result);
76465 lldb::DynamicValueType result;
76474 result = (lldb::DynamicValueType)(arg1)->GetPreferDynamicValue();
76475 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
76515 bool result;
76524 result = (bool)(arg1)->GetPreferSyntheticValue();
76525 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
76565 bool result;
76574 result = (bool)(arg1)->IsDynamic();
76575 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
76589 bool result;
76598 result = (bool)(arg1)->IsSynthetic();
76599 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
76613 bool result;
76622 result = (bool)(arg1)->IsSyntheticChildrenGenerated();
76623 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
76663 char *result = 0 ;
76672 result = (char *)(arg1)->GetLocation();
76673 lua_pushstring(L,(const char *)result); SWIG_arg++;
76688 bool result;
76699 result = (bool)(arg1)->SetValueFromCString((char const *)arg2);
76700 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
76716 bool result;
76733 result = (bool)(arg1)->SetValueFromCString((char const *)arg2,*arg3);
76734 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
76812 lldb::SBTypeFormat result;
76821 result = (arg1)->GetTypeFormat();
76823 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat(result);
76839 lldb::SBTypeSummary result;
76848 result = (arg1)->GetTypeSummary();
76850 lldb::SBTypeSummary * resultptr = new lldb::SBTypeSummary(result);
76866 lldb::SBTypeFilter result;
76875 result = (arg1)->GetTypeFilter();
76877 lldb::SBTypeFilter * resultptr = new lldb::SBTypeFilter(result);
76893 lldb::SBTypeSynthetic result;
76902 result = (arg1)->GetTypeSynthetic();
76904 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result);
76921 lldb::SBValue result;
76932 result = (arg1)->GetChildAtIndex(arg2);
76934 lldb::SBValue * resultptr = new lldb::SBValue(result);
76954 lldb::SBValue result;
76974 result = (arg1)->CreateChildAtOffset((char const *)arg2,arg3,arg4);
76976 lldb::SBValue * resultptr = new lldb::SBValue(result);
76994 lldb::SBValue result;
77010 result = (arg1)->Cast(arg2);
77012 lldb::SBValue * resultptr = new lldb::SBValue(result);
77030 lldb::SBValue result;
77043 result = (arg1)->CreateValueFromExpression((char const *)arg2,(char const *)arg3);
77045 lldb::SBValue * resultptr = new lldb::SBValue(result);
77064 lldb::SBValue result;
77083 result = (arg1)->CreateValueFromExpression((char const *)arg2,(char const *)arg3,*arg4);
77085 lldb::SBValue * resultptr = new lldb::SBValue(result);
77179 lldb::SBValue result;
77199 result = (arg1)->CreateValueFromAddress((char const *)arg2,arg3,arg4);
77201 lldb::SBValue * resultptr = new lldb::SBValue(result);
77222 lldb::SBValue result;
77247 result = (arg1)->CreateValueFromData((char const *)arg2,arg3,arg4);
77249 lldb::SBValue * resultptr = new lldb::SBValue(result);
77268 lldb::SBValue result;
77283 result = (arg1)->GetChildAtIndex(arg2,arg3,arg4);
77285 lldb::SBValue * resultptr = new lldb::SBValue(result);
77366 uint32_t result;
77377 result = (uint32_t)(arg1)->GetIndexOfChildWithName((char const *)arg2);
77378 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
77393 lldb::SBValue result;
77404 result = (arg1)->GetChildMemberWithName((char const *)arg2);
77406 lldb::SBValue * resultptr = new lldb::SBValue(result);
77424 lldb::SBValue result;
77437 result = (arg1)->GetChildMemberWithName((char const *)arg2,arg3);
77439 lldb::SBValue * resultptr = new lldb::SBValue(result);
77515 lldb::SBValue result;
77526 result = (arg1)->GetValueForExpressionPath((char const *)arg2);
77528 lldb::SBValue * resultptr = new lldb::SBValue(result);
77544 lldb::SBValue result;
77553 result = (arg1)->AddressOf();
77555 lldb::SBValue * resultptr = new lldb::SBValue(result);
77571 lldb::addr_t result;
77580 result = (lldb::addr_t)(arg1)->GetLoadAddress();
77581 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
77595 lldb::SBAddress result;
77604 result = (arg1)->GetAddress();
77606 lldb::SBAddress * resultptr = new lldb::SBAddress(result);
77624 lldb::SBData result;
77637 result = (arg1)->GetPointeeData(arg2,arg3);
77639 lldb::SBData * resultptr = new lldb::SBData(result);
77656 lldb::SBData result;
77667 result = (arg1)->GetPointeeData(arg2);
77669 lldb::SBData * resultptr = new lldb::SBData(result);
77685 lldb::SBData result;
77694 result = (arg1)->GetPointeeData();
77696 lldb::SBData * resultptr = new lldb::SBData(result);
77786 lldb::SBData result;
77795 result = (arg1)->GetData();
77797 lldb::SBData * resultptr = new lldb::SBData(result);
77815 bool result;
77836 result = (bool)(arg1)->SetData(*arg2,*arg3);
77837 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
77852 lldb::SBValue result;
77863 result = (arg1)->Clone((char const *)arg2);
77865 lldb::SBValue * resultptr = new lldb::SBValue(result);
77881 lldb::SBDeclaration result;
77890 result = (arg1)->GetDeclaration();
77892 lldb::SBDeclaration * resultptr = new lldb::SBDeclaration(result);
77908 bool result;
77917 result = (bool)(arg1)->MightHaveChildren();
77918 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
77932 bool result;
77941 result = (bool)(arg1)->IsRuntimeSupportValue();
77942 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
77956 uint32_t result;
77965 result = (uint32_t)(arg1)->GetNumChildren();
77966 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
77981 uint32_t result;
77992 result = (uint32_t)(arg1)->GetNumChildren(arg2);
77993 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
78056 void *result = 0 ;
78065 result = (void *)(arg1)->GetOpaqueType();
78066 SWIG_NewPointerObj(L,result,SWIGTYPE_p_void,0); SWIG_arg++;
78080 lldb::SBTarget result;
78089 result = (arg1)->GetTarget();
78091 lldb::SBTarget * resultptr = new lldb::SBTarget(result);
78107 lldb::SBProcess result;
78116 result = (arg1)->GetProcess();
78118 lldb::SBProcess * resultptr = new lldb::SBProcess(result);
78134 lldb::SBThread result;
78143 result = (arg1)->GetThread();
78145 lldb::SBThread * resultptr = new lldb::SBThread(result);
78161 lldb::SBFrame result;
78170 result = (arg1)->GetFrame();
78172 lldb::SBFrame * resultptr = new lldb::SBFrame(result);
78188 lldb::SBValue result;
78197 result = (arg1)->Dereference();
78199 lldb::SBValue * resultptr = new lldb::SBValue(result);
78215 bool result;
78224 result = (bool)(arg1)->TypeIsPointerType();
78225 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
78239 lldb::SBType result;
78248 result = (arg1)->GetType();
78250 lldb::SBType * resultptr = new lldb::SBType(result);
78266 lldb::SBValue result;
78275 result = (arg1)->Persist();
78277 lldb::SBValue * resultptr = new lldb::SBValue(result);
78294 bool result;
78309 result = (bool)(arg1)->GetDescription(*arg2);
78310 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
78325 bool result;
78340 result = (bool)(arg1)->GetExpressionPath(*arg2);
78341 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
78357 bool result;
78374 result = (bool)(arg1)->GetExpressionPath(*arg2,arg3);
78375 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
78459 lldb::SBValue result;
78470 result = ((lldb::SBValue const *)arg1)->EvaluateExpression((char const *)arg2);
78472 lldb::SBValue * resultptr = new lldb::SBValue(result);
78490 lldb::SBValue result;
78507 result = ((lldb::SBValue const *)arg1)->EvaluateExpression((char const *)arg2,(lldb::SBExpressionOptions const &)*arg3);
78509 lldb::SBValue * resultptr = new lldb::SBValue(result);
78528 lldb::SBValue result;
78547 result = ((lldb::SBValue const *)arg1)->EvaluateExpression((char const *)arg2,(lldb::SBExpressionOptions const &)*arg3,(char const *)arg4);
78549 lldb::SBValue * resultptr = new lldb::SBValue(result);
78668 lldb::SBWatchpoint result;
78689 result = (arg1)->Watch(arg2,arg3,arg4,*arg5);
78691 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result);
78710 lldb::SBWatchpoint result;
78725 result = (arg1)->Watch(arg2,arg3,arg4);
78727 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result);
78831 lldb::SBWatchpoint result;
78852 result = (arg1)->WatchPointee(arg2,arg3,arg4,*arg5);
78854 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result);
78870 lldb::SBValue result;
78879 result = (arg1)->GetVTable();
78881 lldb::SBValue * resultptr = new lldb::SBValue(result);
78897 std::string result;
78906 result = lldb_SBValue___repr__(arg1);
78907 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
79041 lldb::SBValueList *result = 0 ;
79044 result = (lldb::SBValueList *)new lldb::SBValueList();
79045 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBValueList,1); SWIG_arg++;
79059 lldb::SBValueList *result = 0 ;
79068 result = (lldb::SBValueList *)new lldb::SBValueList((lldb::SBValueList const &)*arg1);
79069 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBValueList,1); SWIG_arg++;
79116 bool result;
79125 result = (bool)((lldb::SBValueList const *)arg1)->IsValid();
79126 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
79287 uint32_t result;
79296 result = (uint32_t)((lldb::SBValueList const *)arg1)->GetSize();
79297 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
79312 lldb::SBValue result;
79323 result = ((lldb::SBValueList const *)arg1)->GetValueAtIndex(arg2);
79325 lldb::SBValue * resultptr = new lldb::SBValue(result);
79342 lldb::SBValue result;
79353 result = ((lldb::SBValueList const *)arg1)->GetFirstValueByName((char const *)arg2);
79355 lldb::SBValue * resultptr = new lldb::SBValue(result);
79372 lldb::SBValue result;
79383 result = (arg1)->FindValueObjectByUID(arg2);
79385 lldb::SBValue * resultptr = new lldb::SBValue(result);
79401 lldb::SBError result;
79410 result = (arg1)->GetError();
79412 lldb::SBError * resultptr = new lldb::SBError(result);
79428 std::string result;
79437 result = lldb_SBValueList___str__(arg1);
79438 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
79508 lldb::SBVariablesOptions *result = 0 ;
79511 result = (lldb::SBVariablesOptions *)new lldb::SBVariablesOptions();
79512 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBVariablesOptions,1); SWIG_arg++;
79526 lldb::SBVariablesOptions *result = 0 ;
79535 result = (lldb::SBVariablesOptions *)new lldb::SBVariablesOptions((lldb::SBVariablesOptions const &)*arg1);
79536 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBVariablesOptions,1); SWIG_arg++;
79583 bool result;
79592 result = (bool)((lldb::SBVariablesOptions const *)arg1)->IsValid();
79593 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
79607 bool result;
79616 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeArguments();
79617 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
79658 bool result;
79673 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeRecognizedArguments((lldb::SBTarget const &)*arg2);
79674 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
79714 bool result;
79723 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeLocals();
79724 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
79764 bool result;
79773 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeStatics();
79774 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
79814 bool result;
79823 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetInScopeOnly();
79824 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
79864 bool result;
79873 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeRuntimeSupportValues();
79874 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
79914 lldb::DynamicValueType result;
79923 result = (lldb::DynamicValueType)((lldb::SBVariablesOptions const *)arg1)->GetUseDynamic();
79924 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
80025 lldb::SBWatchpoint *result = 0 ;
80028 result = (lldb::SBWatchpoint *)new lldb::SBWatchpoint();
80029 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBWatchpoint,1); SWIG_arg++;
80043 lldb::SBWatchpoint *result = 0 ;
80052 result = (lldb::SBWatchpoint *)new lldb::SBWatchpoint((lldb::SBWatchpoint const &)*arg1);
80053 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBWatchpoint,1); SWIG_arg++;
80101 bool result;
80116 result = (bool)((lldb::SBWatchpoint const *)arg1)->operator ==((lldb::SBWatchpoint const &)*arg2);
80117 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
80131 bool result;
80140 result = (bool)((lldb::SBWatchpoint const *)arg1)->IsValid();
80141 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
80155 lldb::SBError result;
80164 result = (arg1)->GetError();
80166 lldb::SBError * resultptr = new lldb::SBError(result);
80182 lldb::watch_id_t result;
80191 result = (lldb::watch_id_t)(arg1)->GetID();
80192 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
80206 int32_t result;
80215 result = (int32_t)(arg1)->GetHardwareIndex();
80216 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
80230 lldb::addr_t result;
80239 result = (lldb::addr_t)(arg1)->GetWatchAddress();
80240 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
80254 size_t result;
80263 result = (arg1)->GetWatchSize();
80264 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
80304 bool result;
80313 result = (bool)(arg1)->IsEnabled();
80314 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
80328 uint32_t result;
80337 result = (uint32_t)(arg1)->GetHitCount();
80338 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
80352 uint32_t result;
80361 result = (uint32_t)(arg1)->GetIgnoreCount();
80362 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
80402 char *result = 0 ;
80411 result = (char *)(arg1)->GetCondition();
80412 lua_pushstring(L,(const char *)result); SWIG_arg++;
80454 bool result;
80471 result = (bool)(arg1)->GetDescription(*arg2,arg3);
80472 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
80509 bool result;
80518 result = (bool)lldb::SBWatchpoint::EventIsWatchpointEvent((lldb::SBEvent const &)*arg1);
80519 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
80533 lldb::WatchpointEventType result;
80542 result = (lldb::WatchpointEventType)lldb::SBWatchpoint::GetWatchpointEventTypeFromEvent((lldb::SBEvent const &)*arg1);
80543 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
80557 lldb::SBWatchpoint result;
80566 result = lldb::SBWatchpoint::GetWatchpointFromEvent((lldb::SBEvent const &)*arg1);
80568 lldb::SBWatchpoint * resultptr = new lldb::SBWatchpoint(result);
80584 lldb::SBType result;
80593 result = (arg1)->GetType();
80595 lldb::SBType * resultptr = new lldb::SBType(result);
80611 lldb::WatchpointValueKind result;
80620 result = (lldb::WatchpointValueKind)(arg1)->GetWatchValueKind();
80621 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
80635 char *result = 0 ;
80644 result = (char *)(arg1)->GetWatchSpec();
80645 lua_pushstring(L,(const char *)result); SWIG_arg++;
80659 bool result;
80668 result = (bool)(arg1)->IsWatchingReads();
80669 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
80683 bool result;
80692 result = (bool)(arg1)->IsWatchingWrites();
80693 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
80707 std::string result;
80716 result = lldb_SBWatchpoint___repr__(arg1);
80717 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
80804 lldb::SBWatchpointOptions *result = 0 ;
80807 result = (lldb::SBWatchpointOptions *)new lldb::SBWatchpointOptions();
80808 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBWatchpointOptions,1); SWIG_arg++;
80822 lldb::SBWatchpointOptions *result = 0 ;
80831 result = (lldb::SBWatchpointOptions *)new lldb::SBWatchpointOptions((lldb::SBWatchpointOptions const &)*arg1);
80832 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBWatchpointOptions,1); SWIG_arg++;
80905 bool result;
80914 result = (bool)((lldb::SBWatchpointOptions const *)arg1)->GetWatchpointTypeRead();
80915 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++;
80955 lldb::WatchpointWriteType result;
80964 result = (lldb::WatchpointWriteType)((lldb::SBWatchpointOptions const *)arg1)->GetWatchpointTypeWrite();
80965 lua_pushinteger(L, (lua_Integer) result); SWIG_arg++;
83491 one value makes the module table the result of the require command. */