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

Jim_DictCoreCommand() function

Syntax

static int Jim_DictCoreCommand(Jim_Interp *interp,     int argc,     Jim_Obj *const *argv);

Arguments

interp

argc

argv

References

LocationText
jim.c:15032
static int Jim_DictCoreCommand(Jim_Interp *interp, int argc, Jim_Obj *const *argv)
jim.c:16113
{"dict", Jim_DictCoreCommand},

Call Tree