Jim_Interp::maxCallFrameDepth is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDJim_Interp::maxCallFrameDepth

Jim_Interp::maxCallFrameDepth field

Syntax

int maxCallFrameDepth;

References

LocationReferrerText
jim.h:531
int maxCallFrameDepth; /* Used for infinite loop detection. */
jimsh0.c:542
int maxCallFrameDepth;
jim.c:5648Jim_CreateInterp()
i->maxCallFrameDepth = JIM_MAX_CALLFRAME_DEPTH;
jim.c:11310Jim_EvalNamespace()
if (interp->framePtr->level == interp->maxCallFrameDepth) {
jim.c:11354JimCallProcedure()
if (interp->framePtr->level == interp->maxCallFrameDepth) {
jimsh0.c:10499Jim_CreateInterp()
i->maxCallFrameDepth = JIM_MAX_CALLFRAME_DEPTH;
jimsh0.c:15366JimCallProcedure()
if (interp->framePtr->level == interp->maxCallFrameDepth) {

Data Use

Functions writing Jim_Interp::maxCallFrameDepth
Functions reading Jim_Interp::maxCallFrameDepth
all items filtered out
Jim_Interp::maxCallFrameDepth