Lines Matching refs:lua_gettop

898 # define lua_absindex(L,i) ((i)>0 || (i) <= LUA_REGISTRYINDEX ? (i) : lua_gettop(L) + (i) + 1)
1058 if (lua_gettop(L)<a || lua_gettop(L)>b) \
1059 …{SWIG_Lua_pushferrstring(L,"Error in %s expected %d..%d args, got %d",func_name,a,b,lua_gettop(L))…
1133 target_table = lua_gettop(L); in SWIG_Lua_elua_emulate_register()
1142 parsed_tables_array = lua_gettop(L); in SWIG_Lua_elua_emulate_register()
1146 const int SWIGUNUSED pairs_start = lua_gettop(L); in SWIG_Lua_elua_emulate_register()
1206 assert(lua_gettop(L) == pairs_start + 2); in SWIG_Lua_elua_emulate_register()
1210 assert(lua_gettop(L) == target_table); in SWIG_Lua_elua_emulate_register()
1229 assert(lua_gettop(L) == 3); /* object | function | object again */ in SWIG_Lua_emulate_elua_getmetatable()
1234 assert(lua_gettop(L) == 2); in SWIG_Lua_emulate_elua_getmetatable()
1239 assert(lua_gettop(L) == 2); in SWIG_Lua_emulate_elua_getmetatable()
1393 const int SWIGUNUSED begin = lua_gettop(L); in SWIG_Lua_namespace_register()
1437 assert(lua_gettop(L) == begin+1); in SWIG_Lua_namespace_register()
1454 int last_arg = lua_gettop(L);/* position of last argument */ in SWIG_Lua_iterate_bases()
1467 bases_table = lua_gettop(L); in SWIG_Lua_iterate_bases()
1488 int subcall_first_arg = lua_gettop(L) + 1;/* Here a copy of first_arg and arguments begin */ in SWIG_Lua_iterate_bases()
1493 subcall_last_arg = lua_gettop(L); in SWIG_Lua_iterate_bases()
1524 assert(lua_gettop(L) == subcall_last_arg); in SWIG_Lua_iterate_bases()
1539 lua_pop(L, lua_gettop(L) - last_arg); in SWIG_Lua_iterate_bases()
1541 if(ret) assert(lua_gettop(L) == last_arg + *ret); in SWIG_Lua_iterate_bases()
1556 int substack_start = lua_gettop(L)-2; in SWIG_Lua_class_do_get_item()
1594 int substack_start = lua_gettop(L)-2; in SWIG_Lua_class_do_get()
1675 int substack_start = lua_gettop(L) - 3; in SWIG_Lua_class_do_set()
1721 assert(lua_gettop(L) == substack_start + 3); in SWIG_Lua_class_do_set()
1944 int original_table = lua_gettop(L); in SWIG_Lua_merge_tables()
1947 int base_table = lua_gettop(L); in SWIG_Lua_merge_tables()
1958 int original = lua_gettop(L); in SWIG_Lua_class_squash_base()
1960 int base = lua_gettop(L); in SWIG_Lua_class_squash_base()
2136 numargs = lua_gettop(L); /* number of arguments to pass to actual metamethod */ in SWIG_Lua_resolve_metamethod()
2140 metamethod_name_idx = lua_gettop(L); in SWIG_Lua_resolve_metamethod()
2157 return lua_gettop(L); /* return all results */ in SWIG_Lua_resolve_metamethod()
2174 key_index = lua_gettop(L); in SWIG_Lua_add_class_user_metamethod()
2221 metatable_index = lua_gettop(L); in SWIG_Lua_add_class_user_metamethods()
2224 metamethods_info_index = lua_gettop(L); in SWIG_Lua_add_class_user_metamethods()
2272 const int SWIGUNUSED begin = lua_gettop(L); in SWIG_Lua_class_register_static()
2298 assert( lua_gettop(L) == begin ); in SWIG_Lua_class_register_static()
2306 const int SWIGUNUSED begin = lua_gettop(L); in SWIG_Lua_class_register_instance()
2314 assert(lua_gettop(L)==begin); in SWIG_Lua_class_register_instance()
2374 assert(lua_gettop(L) == begin); in SWIG_Lua_class_register_instance()
2383 assert( lua_gettop(L) == begin ); in SWIG_Lua_class_register_instance()
2403 begin = lua_gettop(L); in SWIG_Lua_class_register()
2419 assert(lua_gettop(L) == begin); in SWIG_Lua_class_register()
2426 const int SWIGUNUSED begin = lua_gettop(L); in SWIG_Lua_elua_class_register_instance()
2434 assert(lua_gettop(L)==begin); in SWIG_Lua_elua_class_register_instance()
2450 assert(lua_gettop(L) == begin); in SWIG_Lua_elua_class_register_instance()
2669 top=lua_gettop(L); /* save stack */ in SWIG_Lua_dostring()
3870 argc = lua_gettop(L); in _wrap_new_string()
4047 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_string()
4194 argc = lua_gettop(L); in _wrap_new_SBAddress()
4765 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBAddress()
4938 argc = lua_gettop(L); in _wrap_new_SBAttachInfo()
5124 argc = lua_gettop(L); in _wrap_SBAttachInfo_SetExecutable()
5262 argc = lua_gettop(L); in _wrap_SBAttachInfo_SetWaitForLaunch()
6067 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBAttachInfo()
6186 argc = lua_gettop(L); in _wrap_new_SBBlock()
6653 argc = lua_gettop(L); in _wrap_SBBlock_GetVariables()
6837 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBlock()
6940 argc = lua_gettop(L); in _wrap_new_SBBreakpoint()
7780 argc = lua_gettop(L); in _wrap_SBBreakpoint_SetScriptCallbackFunction()
8188 argc = lua_gettop(L); in _wrap_SBBreakpoint_GetDescription()
8498 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpoint()
8815 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpointList()
8907 argc = lua_gettop(L); in _wrap_new_SBBreakpointLocation()
9326 argc = lua_gettop(L); in _wrap_SBBreakpointLocation_SetScriptCallbackFunction()
9793 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpointLocation()
9962 argc = lua_gettop(L); in _wrap_new_SBBreakpointName()
10627 argc = lua_gettop(L); in _wrap_SBBreakpointName_SetScriptCallbackFunction()
11040 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpointName()
11182 argc = lua_gettop(L); in _wrap_new_SBBroadcaster()
11327 argc = lua_gettop(L); in _wrap_SBBroadcaster_BroadcastEventByType()
11449 argc = lua_gettop(L); in _wrap_SBBroadcaster_BroadcastEvent()
11701 argc = lua_gettop(L); in _wrap_SBBroadcaster_RemoveListener()
11835 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBroadcaster()
11933 argc = lua_gettop(L); in _wrap_new_SBCommandInterpreter()
12392 argc = lua_gettop(L); in _wrap_SBCommandInterpreter_SourceInitFileInHomeDirectory()
12647 argc = lua_gettop(L); in _wrap_SBCommandInterpreter_HandleCommand()
13216 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCommandInterpreter()
13337 argc = lua_gettop(L); in _wrap_new_SBCommandInterpreterRunOptions()
13873 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCommandInterpreterRunOptions()
13978 argc = lua_gettop(L); in _wrap_new_SBCommandReturnObject()
14149 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_PutOutput()
14323 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_PutError()
14774 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_PutCString()
14863 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_GetOutput()
14939 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_GetError()
15077 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_SetError()
15225 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_SetImmediateOutputFile()
15346 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_SetImmediateErrorFile()
15461 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCommandReturnObject()
15564 argc = lua_gettop(L); in _wrap_new_SBCommunication()
16001 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCommunication()
16107 argc = lua_gettop(L); in _wrap_new_SBCompileUnit()
16387 argc = lua_gettop(L); in _wrap_SBCompileUnit_FindLineEntryIndex()
16679 argc = lua_gettop(L); in _wrap_SBCompileUnit_GetTypes()
16841 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCompileUnit()
16941 argc = lua_gettop(L); in _wrap_new_SBData()
17708 argc = lua_gettop(L); in _wrap_SBData_GetDescription()
18553 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBData()
18677 argc = lua_gettop(L); in _wrap_new_SBDebugger()
19011 argc = lua_gettop(L); in _wrap_SBDebugger_Create()
19215 argc = lua_gettop(L); in _wrap_SBDebugger_GetSetting()
19540 argc = lua_gettop(L); in _wrap_SBDebugger_SetInputFile()
19636 argc = lua_gettop(L); in _wrap_SBDebugger_SetOutputFile()
19732 argc = lua_gettop(L); in _wrap_SBDebugger_SetErrorFile()
20179 argc = lua_gettop(L); in _wrap_SBDebugger_HandleProcessEvent()
20437 argc = lua_gettop(L); in _wrap_SBDebugger_CreateTarget()
22071 argc = lua_gettop(L); in _wrap_SBDebugger_GetCategory()
22661 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBDebugger()
22862 argc = lua_gettop(L); in _wrap_new_SBDeclaration()
23167 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBDeclaration()
23284 argc = lua_gettop(L); in _wrap_new_SBError()
23697 argc = lua_gettop(L); in _wrap_SBError_SetErrorStringWithFormat()
23903 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBError()
24003 argc = lua_gettop(L); in _wrap_new_SBEnvironment()
24313 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBEnvironment()
24433 argc = lua_gettop(L); in _wrap_new_SBEvent()
24752 argc = lua_gettop(L); in _wrap_SBEvent_GetDescription()
24819 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBEvent()
25011 argc = lua_gettop(L); in _wrap_new_SBExecutionContext()
25215 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBExecutionContext()
25304 argc = lua_gettop(L); in _wrap_new_SBExpressionOptions()
25410 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetCoerceResultToId()
25532 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetUnwindOnError()
25654 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetIgnoreBreakpoints()
25776 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetFetchDynamicValue()
25898 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetTimeoutInMicroSeconds()
26020 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds()
26142 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetTryAllThreads()
26264 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetStopOthers()
26386 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetTrapExceptions()
26534 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetGenerateDebugInfo()
26656 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetSuppressPersistentResult()
26804 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetAutoApplyFixIts()
27000 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetTopLevel()
27102 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBExpressionOptions()
27248 argc = lua_gettop(L); in _wrap_new_SBFile()
27586 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFile()
27723 argc = lua_gettop(L); in _wrap_new_SBFileSpec()
28124 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFileSpec()
28224 argc = lua_gettop(L); in _wrap_new_SBFileSpecList()
28490 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFileSpecList()
28611 argc = lua_gettop(L); in _wrap_new_SBFormat()
28667 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFormat()
28752 argc = lua_gettop(L); in _wrap_new_SBFrame()
29251 argc = lua_gettop(L); in _wrap_SBFrame_GetFunctionName()
29367 argc = lua_gettop(L); in _wrap_SBFrame_IsInlined()
29459 argc = lua_gettop(L); in _wrap_SBFrame_IsArtificial()
29639 argc = lua_gettop(L); in _wrap_SBFrame_EvaluateExpression()
30032 argc = lua_gettop(L); in _wrap_SBFrame_GetVariables()
30266 argc = lua_gettop(L); in _wrap_SBFrame_FindVariable()
30388 argc = lua_gettop(L); in _wrap_SBFrame_GetValueForVariablePath()
30516 argc = lua_gettop(L); in _wrap_SBFrame_FindValue()
30684 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFrame()
30807 argc = lua_gettop(L); in _wrap_new_SBFunction()
31011 argc = lua_gettop(L); in _wrap_SBFunction_GetInstructions()
31376 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFunction()
31706 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBHostOS()
31800 argc = lua_gettop(L); in _wrap_new_SBInstruction()
32212 argc = lua_gettop(L); in _wrap_SBInstruction_Print()
32425 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBInstruction()
32528 argc = lua_gettop(L); in _wrap_new_SBInstructionList()
32718 argc = lua_gettop(L); in _wrap_SBInstructionList_GetInstructionsCount()
32926 argc = lua_gettop(L); in _wrap_SBInstructionList_Print()
33071 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBInstructionList()
33186 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBLanguageRuntime()
34562 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBLaunchInfo()
34693 argc = lua_gettop(L); in _wrap_new_SBLineEntry()
35052 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBLineEntry()
35171 argc = lua_gettop(L); in _wrap_new_SBListener()
35806 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBListener()
35975 argc = lua_gettop(L); in _wrap_new_SBMemoryRegionInfo()
36452 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBMemoryRegionInfo()
36554 argc = lua_gettop(L); in _wrap_new_SBMemoryRegionInfoList()
36739 argc = lua_gettop(L); in _wrap_SBMemoryRegionInfoList_Append()
36829 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBMemoryRegionInfoList()
36970 argc = lua_gettop(L); in _wrap_new_SBModule()
37736 argc = lua_gettop(L); in _wrap_SBModule_FindSymbol()
37858 argc = lua_gettop(L); in _wrap_SBModule_FindSymbols()
38034 argc = lua_gettop(L); in _wrap_SBModule_FindFunctions()
38347 argc = lua_gettop(L); in _wrap_SBModule_GetTypes()
38580 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBModule()
38709 argc = lua_gettop(L); in _wrap_new_SBModuleSpec()
39300 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBModuleSpec()
39407 argc = lua_gettop(L); in _wrap_new_SBModuleSpecList()
39523 argc = lua_gettop(L); in _wrap_SBModuleSpecList_Append()
39767 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBModuleSpecList()
39864 argc = lua_gettop(L); in _wrap_new_SBPlatformConnectOptions()
40085 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBPlatformConnectOptions()
40203 argc = lua_gettop(L); in _wrap_new_SBPlatformShellCommand()
40555 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBPlatformShellCommand()
40672 argc = lua_gettop(L); in _wrap_new_SBPlatform()
41505 argc = lua_gettop(L); in _wrap_SBPlatform_MakeDirectory()
41718 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBPlatform()
41834 argc = lua_gettop(L); in _wrap_new_SBProcess()
42266 argc = lua_gettop(L); in _wrap_SBProcess_ReportEventState()
43148 argc = lua_gettop(L); in _wrap_SBProcess_Detach()
43328 argc = lua_gettop(L); in _wrap_SBProcess_GetStopID()
44090 argc = lua_gettop(L); in _wrap_SBProcess_LoadImage()
44470 argc = lua_gettop(L); in _wrap_SBProcess_SaveCore()
44746 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBProcess()
44916 argc = lua_gettop(L); in _wrap_new_SBProcessInfo()
45291 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBProcessInfo()
45390 argc = lua_gettop(L); in _wrap_new_SBProcessInfoList()
45507 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBProcessInfoList()
45595 argc = lua_gettop(L); in _wrap_new_SBQueue()
45933 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBQueue()
46195 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBQueueItem()
46345 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBReproducer()
46440 argc = lua_gettop(L); in _wrap_new_SBScriptObject()
46564 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBScriptObject()
46652 argc = lua_gettop(L); in _wrap_new_SBSection()
47031 argc = lua_gettop(L); in _wrap_SBSection_GetSectionData()
47270 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSection()
47407 argc = lua_gettop(L); in _wrap_new_SBSourceManager()
47572 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSourceManager()
47826 argc = lua_gettop(L); in _wrap_SBStream_RedirectToFile()
48001 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBStream()
48094 argc = lua_gettop(L); in _wrap_new_SBStringList()
48263 argc = lua_gettop(L); in _wrap_SBStringList_AppendList()
48405 argc = lua_gettop(L); in _wrap_SBStringList_GetStringAtIndex()
48485 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBStringList()
48609 argc = lua_gettop(L); in _wrap_new_SBStructuredData()
48755 argc = lua_gettop(L); in _wrap_SBStructuredData_SetFromJSON()
49095 argc = lua_gettop(L); in _wrap_SBStructuredData_GetUnsignedIntegerValue()
49195 argc = lua_gettop(L); in _wrap_SBStructuredData_GetSignedIntegerValue()
49295 argc = lua_gettop(L); in _wrap_SBStructuredData_GetIntegerValue()
49395 argc = lua_gettop(L); in _wrap_SBStructuredData_GetFloatValue()
49495 argc = lua_gettop(L); in _wrap_SBStructuredData_GetBooleanValue()
49641 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBStructuredData()
49745 argc = lua_gettop(L); in _wrap_new_SBSymbol()
49949 argc = lua_gettop(L); in _wrap_SBSymbol_GetInstructions()
50305 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSymbol()
50408 argc = lua_gettop(L); in _wrap_new_SBSymbolContext()
50918 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSymbolContext()
51020 argc = lua_gettop(L); in _wrap_new_SBSymbolContextList()
51222 argc = lua_gettop(L); in _wrap_SBSymbolContextList_Append()
51336 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSymbolContextList()
51429 argc = lua_gettop(L); in _wrap_new_SBTarget()
51979 argc = lua_gettop(L); in _wrap_SBTarget_LoadCore()
52174 argc = lua_gettop(L); in _wrap_SBTarget_Launch()
52680 argc = lua_gettop(L); in _wrap_SBTarget_AddModule()
53426 argc = lua_gettop(L); in _wrap_SBTarget_FindFunctions()
53584 argc = lua_gettop(L); in _wrap_SBTarget_FindGlobalVariables()
54161 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateByLocation()
54619 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateByName()
55053 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateByNames()
55386 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateByRegex()
55702 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateBySourceRegex()
56076 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateFromScript()
56284 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointsCreateFromFile()
56497 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointsWriteToFile()
57516 argc = lua_gettop(L); in _wrap_SBTarget_ReadInstructions()
57743 argc = lua_gettop(L); in _wrap_SBTarget_FindSymbols()
57934 argc = lua_gettop(L); in _wrap_SBTarget_EvaluateExpression()
58198 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTarget()
58411 argc = lua_gettop(L); in _wrap_new_SBThread()
58956 argc = lua_gettop(L); in _wrap_SBThread_StepOver()
59214 argc = lua_gettop(L); in _wrap_SBThread_StepInto()
59436 argc = lua_gettop(L); in _wrap_SBThread_StepOut()
59557 argc = lua_gettop(L); in _wrap_SBThread_StepOutOfFrame()
59690 argc = lua_gettop(L); in _wrap_SBThread_StepInstruction()
59901 argc = lua_gettop(L); in _wrap_SBThread_StepUsingScriptedThreadPlan()
60091 argc = lua_gettop(L); in _wrap_SBThread_RunToAddress()
60278 argc = lua_gettop(L); in _wrap_SBThread_Suspend()
60387 argc = lua_gettop(L); in _wrap_SBThread_Resume()
60801 argc = lua_gettop(L); in _wrap_SBThread_GetDescription()
61128 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBThread()
61271 argc = lua_gettop(L); in _wrap_new_SBThreadCollection()
61385 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBThreadCollection()
61534 argc = lua_gettop(L); in _wrap_new_SBThreadPlan()
61895 argc = lua_gettop(L); in _wrap_SBThreadPlan_IsValid()
62070 argc = lua_gettop(L); in _wrap_SBThreadPlan_QueueThreadPlanForStepOverRange()
62235 argc = lua_gettop(L); in _wrap_SBThreadPlan_QueueThreadPlanForStepInRange()
62422 argc = lua_gettop(L); in _wrap_SBThreadPlan_QueueThreadPlanForStepOut()
62595 argc = lua_gettop(L); in _wrap_SBThreadPlan_QueueThreadPlanForRunToAddress()
62780 argc = lua_gettop(L); in _wrap_SBThreadPlan_QueueThreadPlanForStepScripted()
62887 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBThreadPlan()
63132 argc = lua_gettop(L); in _wrap_SBTrace_SaveToDisk()
63320 argc = lua_gettop(L); in _wrap_SBTrace_Start()
63455 argc = lua_gettop(L); in _wrap_SBTrace_Stop()
63536 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTrace()
64052 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTraceCursor()
64155 argc = lua_gettop(L); in _wrap_new_SBTypeMember()
64420 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeMember()
64515 argc = lua_gettop(L); in _wrap_new_SBTypeMemberFunction()
64837 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeMemberFunction()
64934 argc = lua_gettop(L); in _wrap_new_SBType()
65609 argc = lua_gettop(L); in _wrap_SBType_GetBasicType()
66305 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBType()
66440 argc = lua_gettop(L); in _wrap_new_SBTypeList()
66586 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeList()
66675 argc = lua_gettop(L); in _wrap_new_SBTypeCategory()
67755 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeCategory()
67876 argc = lua_gettop(L); in _wrap_new_SBTypeEnumMember()
68093 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeEnumMember()
68186 argc = lua_gettop(L); in _wrap_new_SBTypeEnumMemberList()
68332 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeEnumMemberList()
68441 argc = lua_gettop(L); in _wrap_new_SBTypeFilter()
68811 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeFilter()
68996 argc = lua_gettop(L); in _wrap_new_SBTypeFormat()
69376 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeFormat()
69566 argc = lua_gettop(L); in _wrap_new_SBTypeNameSpecifier()
69900 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeNameSpecifier()
69996 argc = lua_gettop(L); in _wrap_new_SBTypeSummaryOptions()
70156 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeSummaryOptions()
70271 argc = lua_gettop(L); in _wrap_SBTypeSummary_CreateWithSummaryString()
70359 argc = lua_gettop(L); in _wrap_SBTypeSummary_CreateWithFunctionName()
70447 argc = lua_gettop(L); in _wrap_SBTypeSummary_CreateWithScriptCode()
70510 argc = lua_gettop(L); in _wrap_new_SBTypeSummary()
70947 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeSummary()
71077 argc = lua_gettop(L); in _wrap_SBTypeSynthetic_CreateWithClassName()
71165 argc = lua_gettop(L); in _wrap_SBTypeSynthetic_CreateWithScriptCode()
71228 argc = lua_gettop(L); in _wrap_new_SBTypeSynthetic()
71582 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeSynthetic()
71683 argc = lua_gettop(L); in _wrap_new_SBUnixSignals()
72042 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBUnixSignals()
72139 argc = lua_gettop(L); in _wrap_new_SBValue()
72645 argc = lua_gettop(L); in _wrap_SBValue_GetValueAsSigned()
72800 argc = lua_gettop(L); in _wrap_SBValue_GetValueAsUnsigned()
73014 argc = lua_gettop(L); in _wrap_SBValue_GetSummary()
73469 argc = lua_gettop(L); in _wrap_SBValue_SetValueFromCString()
73822 argc = lua_gettop(L); in _wrap_SBValue_CreateValueFromExpression()
74022 argc = lua_gettop(L); in _wrap_SBValue_GetChildAtIndex()
74176 argc = lua_gettop(L); in _wrap_SBValue_GetChildMemberWithName()
74433 argc = lua_gettop(L); in _wrap_SBValue_GetPointeeData()
74728 argc = lua_gettop(L); in _wrap_SBValue_GetNumChildren()
75110 argc = lua_gettop(L); in _wrap_SBValue_GetExpressionPath()
75286 argc = lua_gettop(L); in _wrap_SBValue_EvaluateExpression()
75464 argc = lua_gettop(L); in _wrap_SBValue_Watch()
75645 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBValue()
75802 argc = lua_gettop(L); in _wrap_new_SBValueList()
75942 argc = lua_gettop(L); in _wrap_SBValueList_Append()
76174 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBValueList()
76269 argc = lua_gettop(L); in _wrap_new_SBVariablesOptions()
76686 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBVariablesOptions()
76786 argc = lua_gettop(L); in _wrap_new_SBWatchpoint()
77453 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBWatchpoint()
77565 argc = lua_gettop(L); in _wrap_new_SBWatchpointOptions()
77701 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBWatchpointOptions()