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

Jim_Interp::lastCollectId field

Syntax

unsigned long lastCollectId;

References

LocationReferrerText
jim.h:563
unsigned long lastCollectId; /* reference max Id of the last GC
jimsh0.c:572
unsigned long lastCollectId; /* reference max Id of the last GC
jim.c:5473Jim_Collect()
if (interp->lastCollectId == (unsigned long)~0) {
jim.c:5477Jim_Collect()
interp->lastCollectId = ~0;
jim.c:5605Jim_Collect()
interp->lastCollectId = interp->referenceNextId;
jim.c:5618Jim_CollectIfNeeded()
elapsedId = interp->referenceNextId - interp->lastCollectId;

Data Use

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