JimCreateCallFrame() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

JimCreateCallFrame() function

Syntax

static Jim_CallFrame *JimCreateCallFrame(Jim_Interp *interp,     Jim_CallFrame *parent,     Jim_Obj *nsObj);

Arguments

interp

parent

nsObj

References

LocationReferrerText
jimsh0.c:10321
jimsh0.c:10512Jim_CreateInterp()
i->framePtr = i->topFramePtr = JimCreateCallFrame(i, NULL, i->emptyObj);
jimsh0.c:15372JimCallProcedure()
callFramePtr = JimCreateCallFrame(interp, interp->framePtr, cmd->u.proc.nsObj);