Lines Matching refs:lua_gettop
942 # define lua_absindex(L,i) ((i)>0 || (i) <= LUA_REGISTRYINDEX ? (i) : lua_gettop(L) + (i) + 1)
1102 if (lua_gettop(L)<a || lua_gettop(L)>b) \
1103 …{SWIG_Lua_pushferrstring(L,"Error in %s expected %d..%d args, got %d",func_name,a,b,lua_gettop(L))…
1177 target_table = lua_gettop(L); in SWIG_Lua_elua_emulate_register()
1186 parsed_tables_array = lua_gettop(L); in SWIG_Lua_elua_emulate_register()
1190 const int SWIGUNUSED pairs_start = lua_gettop(L); in SWIG_Lua_elua_emulate_register()
1250 assert(lua_gettop(L) == pairs_start + 2); in SWIG_Lua_elua_emulate_register()
1254 assert(lua_gettop(L) == target_table); in SWIG_Lua_elua_emulate_register()
1273 assert(lua_gettop(L) == 3); /* object | function | object again */ in SWIG_Lua_emulate_elua_getmetatable()
1278 assert(lua_gettop(L) == 2); in SWIG_Lua_emulate_elua_getmetatable()
1283 assert(lua_gettop(L) == 2); in SWIG_Lua_emulate_elua_getmetatable()
1437 const int SWIGUNUSED begin = lua_gettop(L); in SWIG_Lua_namespace_register()
1481 assert(lua_gettop(L) == begin+1); in SWIG_Lua_namespace_register()
1498 int last_arg = lua_gettop(L);/* position of last argument */ in SWIG_Lua_iterate_bases()
1511 bases_table = lua_gettop(L); in SWIG_Lua_iterate_bases()
1532 int subcall_first_arg = lua_gettop(L) + 1;/* Here a copy of first_arg and arguments begin */ in SWIG_Lua_iterate_bases()
1537 subcall_last_arg = lua_gettop(L); in SWIG_Lua_iterate_bases()
1568 assert(lua_gettop(L) == subcall_last_arg); in SWIG_Lua_iterate_bases()
1583 lua_pop(L, lua_gettop(L) - last_arg); in SWIG_Lua_iterate_bases()
1585 if(ret) assert(lua_gettop(L) == last_arg + *ret); in SWIG_Lua_iterate_bases()
1600 int substack_start = lua_gettop(L)-2; in SWIG_Lua_class_do_get_item()
1639 int substack_start = lua_gettop(L)-2; in SWIG_Lua_class_do_get()
1721 int substack_start = lua_gettop(L) - 3; in SWIG_Lua_class_do_set()
1767 assert(lua_gettop(L) == substack_start + 3); in SWIG_Lua_class_do_set()
1990 int original_table = lua_gettop(L); in SWIG_Lua_merge_tables()
1993 int base_table = lua_gettop(L); in SWIG_Lua_merge_tables()
2004 int original = lua_gettop(L); in SWIG_Lua_class_squash_base()
2006 int base = lua_gettop(L); in SWIG_Lua_class_squash_base()
2182 numargs = lua_gettop(L); /* number of arguments to pass to actual metamethod */ in SWIG_Lua_resolve_metamethod()
2186 metamethod_name_idx = lua_gettop(L); in SWIG_Lua_resolve_metamethod()
2203 return lua_gettop(L); /* return all results */ in SWIG_Lua_resolve_metamethod()
2220 key_index = lua_gettop(L); in SWIG_Lua_add_class_user_metamethod()
2267 metatable_index = lua_gettop(L); in SWIG_Lua_add_class_user_metamethods()
2270 metamethods_info_index = lua_gettop(L); in SWIG_Lua_add_class_user_metamethods()
2318 const int SWIGUNUSED begin = lua_gettop(L); in SWIG_Lua_class_register_static()
2344 assert( lua_gettop(L) == begin ); in SWIG_Lua_class_register_static()
2352 const int SWIGUNUSED begin = lua_gettop(L); in SWIG_Lua_class_register_instance()
2360 assert(lua_gettop(L)==begin); in SWIG_Lua_class_register_instance()
2420 assert(lua_gettop(L) == begin); in SWIG_Lua_class_register_instance()
2429 assert( lua_gettop(L) == begin ); in SWIG_Lua_class_register_instance()
2449 begin = lua_gettop(L); in SWIG_Lua_class_register()
2465 assert(lua_gettop(L) == begin); in SWIG_Lua_class_register()
2472 const int SWIGUNUSED begin = lua_gettop(L); in SWIG_Lua_elua_class_register_instance()
2480 assert(lua_gettop(L)==begin); in SWIG_Lua_elua_class_register_instance()
2496 assert(lua_gettop(L) == begin); in SWIG_Lua_elua_class_register_instance()
2715 top=lua_gettop(L); /* save stack */ in SWIG_Lua_dostring()
3929 argc = lua_gettop(L); in _wrap_new_string()
4106 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_string()
4253 argc = lua_gettop(L); in _wrap_new_SBAddress()
4824 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBAddress()
4957 argc = lua_gettop(L); in _wrap_new_SBAddressRange()
5182 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBAddressRange()
5274 argc = lua_gettop(L); in _wrap_new_SBAddressRangeList()
5444 argc = lua_gettop(L); in _wrap_SBAddressRangeList_Append()
5549 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBAddressRangeList()
5708 argc = lua_gettop(L); in _wrap_new_SBAttachInfo()
5894 argc = lua_gettop(L); in _wrap_SBAttachInfo_SetExecutable()
6032 argc = lua_gettop(L); in _wrap_SBAttachInfo_SetWaitForLaunch()
6837 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBAttachInfo()
6956 argc = lua_gettop(L); in _wrap_new_SBBlock()
7450 argc = lua_gettop(L); in _wrap_SBBlock_GetVariables()
7634 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBlock()
7738 argc = lua_gettop(L); in _wrap_new_SBBreakpoint()
8578 argc = lua_gettop(L); in _wrap_SBBreakpoint_SetScriptCallbackFunction()
8986 argc = lua_gettop(L); in _wrap_SBBreakpoint_GetDescription()
9296 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpoint()
9613 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpointList()
9705 argc = lua_gettop(L); in _wrap_new_SBBreakpointLocation()
10124 argc = lua_gettop(L); in _wrap_SBBreakpointLocation_SetScriptCallbackFunction()
10591 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpointLocation()
10760 argc = lua_gettop(L); in _wrap_new_SBBreakpointName()
11425 argc = lua_gettop(L); in _wrap_SBBreakpointName_SetScriptCallbackFunction()
11838 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpointName()
11980 argc = lua_gettop(L); in _wrap_new_SBBroadcaster()
12125 argc = lua_gettop(L); in _wrap_SBBroadcaster_BroadcastEventByType()
12247 argc = lua_gettop(L); in _wrap_SBBroadcaster_BroadcastEvent()
12499 argc = lua_gettop(L); in _wrap_SBBroadcaster_RemoveListener()
12633 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBroadcaster()
12731 argc = lua_gettop(L); in _wrap_new_SBCommandInterpreter()
13190 argc = lua_gettop(L); in _wrap_SBCommandInterpreter_SourceInitFileInHomeDirectory()
13445 argc = lua_gettop(L); in _wrap_SBCommandInterpreter_HandleCommand()
14105 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCommandInterpreter()
14229 argc = lua_gettop(L); in _wrap_new_SBCommandInterpreterRunOptions()
14815 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCommandInterpreterRunOptions()
14922 argc = lua_gettop(L); in _wrap_new_SBCommandReturnObject()
15093 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_PutOutput()
15267 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_PutError()
15718 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_PutCString()
15807 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_GetOutput()
15883 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_GetError()
16021 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_SetError()
16169 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_SetImmediateOutputFile()
16290 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_SetImmediateErrorFile()
16405 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCommandReturnObject()
16508 argc = lua_gettop(L); in _wrap_new_SBCommunication()
16945 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCommunication()
17051 argc = lua_gettop(L); in _wrap_new_SBCompileUnit()
17331 argc = lua_gettop(L); in _wrap_SBCompileUnit_FindLineEntryIndex()
17623 argc = lua_gettop(L); in _wrap_SBCompileUnit_GetTypes()
17785 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCompileUnit()
17885 argc = lua_gettop(L); in _wrap_new_SBSaveCoreOptions()
18107 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSaveCoreOptions()
18199 argc = lua_gettop(L); in _wrap_new_SBData()
18966 argc = lua_gettop(L); in _wrap_SBData_GetDescription()
19811 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBData()
19935 argc = lua_gettop(L); in _wrap_new_SBDebugger()
20289 argc = lua_gettop(L); in _wrap_SBDebugger_Create()
20493 argc = lua_gettop(L); in _wrap_SBDebugger_GetSetting()
20818 argc = lua_gettop(L); in _wrap_SBDebugger_SetInputFile()
20914 argc = lua_gettop(L); in _wrap_SBDebugger_SetOutputFile()
21010 argc = lua_gettop(L); in _wrap_SBDebugger_SetErrorFile()
21457 argc = lua_gettop(L); in _wrap_SBDebugger_HandleProcessEvent()
21715 argc = lua_gettop(L); in _wrap_SBDebugger_CreateTarget()
23410 argc = lua_gettop(L); in _wrap_SBDebugger_GetCategory()
24000 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBDebugger()
24205 argc = lua_gettop(L); in _wrap_new_SBDeclaration()
24510 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBDeclaration()
24627 argc = lua_gettop(L); in _wrap_new_SBError()
25040 argc = lua_gettop(L); in _wrap_SBError_SetErrorStringWithFormat()
25246 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBError()
25346 argc = lua_gettop(L); in _wrap_new_SBEnvironment()
25656 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBEnvironment()
25776 argc = lua_gettop(L); in _wrap_new_SBEvent()
26095 argc = lua_gettop(L); in _wrap_SBEvent_GetDescription()
26162 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBEvent()
26354 argc = lua_gettop(L); in _wrap_new_SBExecutionContext()
26558 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBExecutionContext()
26647 argc = lua_gettop(L); in _wrap_new_SBExpressionOptions()
26753 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetCoerceResultToId()
26875 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetUnwindOnError()
26997 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetIgnoreBreakpoints()
27119 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetFetchDynamicValue()
27241 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetTimeoutInMicroSeconds()
27363 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds()
27485 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetTryAllThreads()
27607 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetStopOthers()
27729 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetTrapExceptions()
27833 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetLanguage()
27965 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetGenerateDebugInfo()
28087 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetSuppressPersistentResult()
28235 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetAutoApplyFixIts()
28431 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetTopLevel()
28533 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBExpressionOptions()
28679 argc = lua_gettop(L); in _wrap_new_SBFile()
29017 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFile()
29154 argc = lua_gettop(L); in _wrap_new_SBFileSpec()
29555 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFileSpec()
29655 argc = lua_gettop(L); in _wrap_new_SBFileSpecList()
29921 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFileSpecList()
30042 argc = lua_gettop(L); in _wrap_new_SBFormat()
30098 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFormat()
30183 argc = lua_gettop(L); in _wrap_new_SBFrame()
30682 argc = lua_gettop(L); in _wrap_SBFrame_GetFunctionName()
30798 argc = lua_gettop(L); in _wrap_SBFrame_IsInlined()
30890 argc = lua_gettop(L); in _wrap_SBFrame_IsArtificial()
31070 argc = lua_gettop(L); in _wrap_SBFrame_EvaluateExpression()
31463 argc = lua_gettop(L); in _wrap_SBFrame_GetVariables()
31697 argc = lua_gettop(L); in _wrap_SBFrame_FindVariable()
31819 argc = lua_gettop(L); in _wrap_SBFrame_GetValueForVariablePath()
31947 argc = lua_gettop(L); in _wrap_SBFrame_FindValue()
32115 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFrame()
32238 argc = lua_gettop(L); in _wrap_new_SBFunction()
32442 argc = lua_gettop(L); in _wrap_SBFunction_GetInstructions()
32834 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFunction()
33165 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBHostOS()
33259 argc = lua_gettop(L); in _wrap_new_SBInstruction()
33671 argc = lua_gettop(L); in _wrap_SBInstruction_Print()
33884 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBInstruction()
33987 argc = lua_gettop(L); in _wrap_new_SBInstructionList()
34177 argc = lua_gettop(L); in _wrap_SBInstructionList_GetInstructionsCount()
34385 argc = lua_gettop(L); in _wrap_SBInstructionList_Print()
34530 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBInstructionList()
34785 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBLanguageRuntime()
36168 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBLaunchInfo()
36299 argc = lua_gettop(L); in _wrap_new_SBLineEntry()
36688 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBLineEntry()
36808 argc = lua_gettop(L); in _wrap_new_SBListener()
37443 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBListener()
37612 argc = lua_gettop(L); in _wrap_new_SBMemoryRegionInfo()
38089 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBMemoryRegionInfo()
38191 argc = lua_gettop(L); in _wrap_new_SBMemoryRegionInfoList()
38376 argc = lua_gettop(L); in _wrap_SBMemoryRegionInfoList_Append()
38466 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBMemoryRegionInfoList()
38607 argc = lua_gettop(L); in _wrap_new_SBModule()
39373 argc = lua_gettop(L); in _wrap_SBModule_FindSymbol()
39495 argc = lua_gettop(L); in _wrap_SBModule_FindSymbols()
39671 argc = lua_gettop(L); in _wrap_SBModule_FindFunctions()
39984 argc = lua_gettop(L); in _wrap_SBModule_GetTypes()
40217 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBModule()
40346 argc = lua_gettop(L); in _wrap_new_SBModuleSpec()
40937 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBModuleSpec()
41044 argc = lua_gettop(L); in _wrap_new_SBModuleSpecList()
41160 argc = lua_gettop(L); in _wrap_SBModuleSpecList_Append()
41404 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBModuleSpecList()
41501 argc = lua_gettop(L); in _wrap_new_SBPlatformConnectOptions()
41722 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBPlatformConnectOptions()
41840 argc = lua_gettop(L); in _wrap_new_SBPlatformShellCommand()
42192 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBPlatformShellCommand()
42309 argc = lua_gettop(L); in _wrap_new_SBPlatform()
43142 argc = lua_gettop(L); in _wrap_SBPlatform_MakeDirectory()
43355 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBPlatform()
43471 argc = lua_gettop(L); in _wrap_new_SBProcess()
43903 argc = lua_gettop(L); in _wrap_SBProcess_ReportEventState()
44785 argc = lua_gettop(L); in _wrap_SBProcess_Detach()
44965 argc = lua_gettop(L); in _wrap_SBProcess_GetStopID()
45827 argc = lua_gettop(L); in _wrap_SBProcess_LoadImage()
46241 argc = lua_gettop(L); in _wrap_SBProcess_SaveCore()
46505 argc = lua_gettop(L); in _wrap_SBProcess_GetAddressMask()
46625 argc = lua_gettop(L); in _wrap_SBProcess_SetAddressMask()
46755 argc = lua_gettop(L); in _wrap_SBProcess_SetAddressableBits()
46881 argc = lua_gettop(L); in _wrap_SBProcess_FixAddress()
47091 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBProcess()
47269 argc = lua_gettop(L); in _wrap_new_SBProcessInfo()
47644 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBProcessInfo()
47743 argc = lua_gettop(L); in _wrap_new_SBProcessInfoList()
47860 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBProcessInfoList()
47948 argc = lua_gettop(L); in _wrap_new_SBQueue()
48286 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBQueue()
48548 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBQueueItem()
48698 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBReproducer()
48793 argc = lua_gettop(L); in _wrap_new_SBScriptObject()
48917 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBScriptObject()
49005 argc = lua_gettop(L); in _wrap_new_SBSection()
49384 argc = lua_gettop(L); in _wrap_SBSection_GetSectionData()
49623 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSection()
49760 argc = lua_gettop(L); in _wrap_new_SBSourceManager()
49925 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSourceManager()
50012 argc = lua_gettop(L); in _wrap_new_SBStatisticsOptions()
50298 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBStatisticsOptions()
50560 argc = lua_gettop(L); in _wrap_SBStream_RedirectToFile()
50735 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBStream()
50828 argc = lua_gettop(L); in _wrap_new_SBStringList()
50997 argc = lua_gettop(L); in _wrap_SBStringList_AppendList()
51139 argc = lua_gettop(L); in _wrap_SBStringList_GetStringAtIndex()
51219 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBStringList()
51343 argc = lua_gettop(L); in _wrap_new_SBStructuredData()
51489 argc = lua_gettop(L); in _wrap_SBStructuredData_SetFromJSON()
51829 argc = lua_gettop(L); in _wrap_SBStructuredData_GetUnsignedIntegerValue()
51929 argc = lua_gettop(L); in _wrap_SBStructuredData_GetSignedIntegerValue()
52029 argc = lua_gettop(L); in _wrap_SBStructuredData_GetIntegerValue()
52129 argc = lua_gettop(L); in _wrap_SBStructuredData_GetFloatValue()
52229 argc = lua_gettop(L); in _wrap_SBStructuredData_GetBooleanValue()
52375 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBStructuredData()
52479 argc = lua_gettop(L); in _wrap_new_SBSymbol()
52683 argc = lua_gettop(L); in _wrap_SBSymbol_GetInstructions()
53039 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSymbol()
53142 argc = lua_gettop(L); in _wrap_new_SBSymbolContext()
53652 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSymbolContext()
53754 argc = lua_gettop(L); in _wrap_new_SBSymbolContextList()
53956 argc = lua_gettop(L); in _wrap_SBSymbolContextList_Append()
54070 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSymbolContextList()
54163 argc = lua_gettop(L); in _wrap_new_SBTarget()
54482 argc = lua_gettop(L); in _wrap_SBTarget_GetStatistics()
54803 argc = lua_gettop(L); in _wrap_SBTarget_LoadCore()
54998 argc = lua_gettop(L); in _wrap_SBTarget_Launch()
55504 argc = lua_gettop(L); in _wrap_SBTarget_AddModule()
56250 argc = lua_gettop(L); in _wrap_SBTarget_FindFunctions()
56408 argc = lua_gettop(L); in _wrap_SBTarget_FindGlobalVariables()
56985 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateByLocation()
57443 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateByName()
57877 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateByNames()
58210 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateByRegex()
58526 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateBySourceRegex()
58900 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateFromScript()
59108 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointsCreateFromFile()
59321 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointsWriteToFile()
60388 argc = lua_gettop(L); in _wrap_SBTarget_ReadInstructions()
60655 argc = lua_gettop(L); in _wrap_SBTarget_FindSymbols()
60846 argc = lua_gettop(L); in _wrap_SBTarget_EvaluateExpression()
61110 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTarget()
61324 argc = lua_gettop(L); in _wrap_new_SBThread()
61869 argc = lua_gettop(L); in _wrap_SBThread_StepOver()
62127 argc = lua_gettop(L); in _wrap_SBThread_StepInto()
62349 argc = lua_gettop(L); in _wrap_SBThread_StepOut()
62470 argc = lua_gettop(L); in _wrap_SBThread_StepOutOfFrame()
62603 argc = lua_gettop(L); in _wrap_SBThread_StepInstruction()
62814 argc = lua_gettop(L); in _wrap_SBThread_StepUsingScriptedThreadPlan()
63004 argc = lua_gettop(L); in _wrap_SBThread_RunToAddress()
63191 argc = lua_gettop(L); in _wrap_SBThread_Suspend()
63300 argc = lua_gettop(L); in _wrap_SBThread_Resume()
63714 argc = lua_gettop(L); in _wrap_SBThread_GetDescription()
64041 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBThread()
64184 argc = lua_gettop(L); in _wrap_new_SBThreadCollection()
64298 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBThreadCollection()
64447 argc = lua_gettop(L); in _wrap_new_SBThreadPlan()
64808 argc = lua_gettop(L); in _wrap_SBThreadPlan_IsValid()
64983 argc = lua_gettop(L); in _wrap_SBThreadPlan_QueueThreadPlanForStepOverRange()
65148 argc = lua_gettop(L); in _wrap_SBThreadPlan_QueueThreadPlanForStepInRange()
65335 argc = lua_gettop(L); in _wrap_SBThreadPlan_QueueThreadPlanForStepOut()
65508 argc = lua_gettop(L); in _wrap_SBThreadPlan_QueueThreadPlanForRunToAddress()
65693 argc = lua_gettop(L); in _wrap_SBThreadPlan_QueueThreadPlanForStepScripted()
65800 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBThreadPlan()
66045 argc = lua_gettop(L); in _wrap_SBTrace_SaveToDisk()
66233 argc = lua_gettop(L); in _wrap_SBTrace_Start()
66368 argc = lua_gettop(L); in _wrap_SBTrace_Stop()
66449 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTrace()
66965 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTraceCursor()
67068 argc = lua_gettop(L); in _wrap_new_SBTypeMember()
67333 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeMember()
67428 argc = lua_gettop(L); in _wrap_new_SBTypeMemberFunction()
67750 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeMemberFunction()
67847 argc = lua_gettop(L); in _wrap_new_SBTypeStaticField()
68018 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeStaticField()
68108 argc = lua_gettop(L); in _wrap_new_SBType()
68807 argc = lua_gettop(L); in _wrap_SBType_GetBasicType()
69533 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBType()
69670 argc = lua_gettop(L); in _wrap_new_SBTypeList()
69816 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeList()
69905 argc = lua_gettop(L); in _wrap_new_SBTypeCategory()
70985 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeCategory()
71106 argc = lua_gettop(L); in _wrap_new_SBTypeEnumMember()
71323 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeEnumMember()
71416 argc = lua_gettop(L); in _wrap_new_SBTypeEnumMemberList()
71562 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeEnumMemberList()
71671 argc = lua_gettop(L); in _wrap_new_SBTypeFilter()
72041 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeFilter()
72226 argc = lua_gettop(L); in _wrap_new_SBTypeFormat()
72606 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeFormat()
72796 argc = lua_gettop(L); in _wrap_new_SBTypeNameSpecifier()
73130 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeNameSpecifier()
73226 argc = lua_gettop(L); in _wrap_new_SBTypeSummaryOptions()
73386 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeSummaryOptions()
73501 argc = lua_gettop(L); in _wrap_SBTypeSummary_CreateWithSummaryString()
73589 argc = lua_gettop(L); in _wrap_SBTypeSummary_CreateWithFunctionName()
73677 argc = lua_gettop(L); in _wrap_SBTypeSummary_CreateWithScriptCode()
73740 argc = lua_gettop(L); in _wrap_new_SBTypeSummary()
74177 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeSummary()
74307 argc = lua_gettop(L); in _wrap_SBTypeSynthetic_CreateWithClassName()
74395 argc = lua_gettop(L); in _wrap_SBTypeSynthetic_CreateWithScriptCode()
74458 argc = lua_gettop(L); in _wrap_new_SBTypeSynthetic()
74812 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeSynthetic()
74913 argc = lua_gettop(L); in _wrap_new_SBUnixSignals()
75272 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBUnixSignals()
75369 argc = lua_gettop(L); in _wrap_new_SBValue()
75875 argc = lua_gettop(L); in _wrap_SBValue_GetValueAsSigned()
76030 argc = lua_gettop(L); in _wrap_SBValue_GetValueAsUnsigned()
76268 argc = lua_gettop(L); in _wrap_SBValue_GetSummary()
76750 argc = lua_gettop(L); in _wrap_SBValue_SetValueFromCString()
77103 argc = lua_gettop(L); in _wrap_SBValue_CreateValueFromExpression()
77303 argc = lua_gettop(L); in _wrap_SBValue_GetChildAtIndex()
77457 argc = lua_gettop(L); in _wrap_SBValue_GetChildMemberWithName()
77714 argc = lua_gettop(L); in _wrap_SBValue_GetPointeeData()
78009 argc = lua_gettop(L); in _wrap_SBValue_GetNumChildren()
78391 argc = lua_gettop(L); in _wrap_SBValue_GetExpressionPath()
78567 argc = lua_gettop(L); in _wrap_SBValue_EvaluateExpression()
78745 argc = lua_gettop(L); in _wrap_SBValue_Watch()
78926 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBValue()
79085 argc = lua_gettop(L); in _wrap_new_SBValueList()
79225 argc = lua_gettop(L); in _wrap_SBValueList_Append()
79457 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBValueList()
79552 argc = lua_gettop(L); in _wrap_new_SBVariablesOptions()
79969 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBVariablesOptions()
80069 argc = lua_gettop(L); in _wrap_new_SBWatchpoint()
80736 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBWatchpoint()
80848 argc = lua_gettop(L); in _wrap_new_SBWatchpointOptions()
80984 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBWatchpointOptions()