Jim_Interp::errorProc is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

Jim_Interp::errorProc field

Syntax

Jim_Obj *errorProc;

References

LocationReferrerText
jim.h:570
Jim_Obj *errorProc; /* Name of last procedure which returned an error */
jimsh0.c:579
Jim_Obj *errorProc;
jim.c:5670Jim_CreateInterp()
i->errorProc = i->emptyObj;
jim.c:5681Jim_CreateInterp()
Jim_IncrRefCount(i->errorProc);
jim.c:5723Jim_FreeInterp()
Jim_DecrRefCount(i, i->errorProc);
jim.c:10788JimAddErrorToStack()
jim.c:10798JimAddErrorToStack()
jim.c:10799JimAddErrorToStack()
interp->errorProc = interp->emptyObj;
jim.c:10800JimAddErrorToStack()
jim.c:11441JimCallProcedure()
jim.c:11442JimCallProcedure()
interp->errorProc = argv[0];
jim.c:11443JimCallProcedure()
jimsh0.c:10517Jim_CreateInterp()
i->errorProc = i->emptyObj;
jimsh0.c:10527Jim_CreateInterp()
Jim_IncrRefCount(i->errorProc);
jimsh0.c:10566Jim_FreeInterp()
Jim_DecrRefCount(i, i->errorProc);
jimsh0.c:14872JimAddErrorToStack()
jimsh0.c:14878JimAddErrorToStack()
jimsh0.c:14879JimAddErrorToStack()
interp->errorProc = interp->emptyObj;
jimsh0.c:14880JimAddErrorToStack()
jimsh0.c:15473JimCallProcedure()
jimsh0.c:15474JimCallProcedure()
interp->errorProc = argv[0];
jimsh0.c:15475JimCallProcedure()

Data Use

Functions writing Jim_Interp::errorProc
Functions reading Jim_Interp::errorProc
Jim_Interp::errorProc
Type of Jim_Interp::errorProc
Jim_Interp::errorProc
all items filtered out