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

JimCreateCommand() function

Add the command to the commands hash table

Syntax

static void JimCreateCommand(Jim_Interp *interp,     Jim_Obj *nameObjPtr,     Jim_Cmd *cmd);

Arguments

interp

nameObjPtr

cmd

References

LocationReferrerText
jim.c:4009
static void JimCreateCommand(Jim_Interp *interp, Jim_Obj *nameObjPtr, Jim_Cmd *cmd)
jim.c:4058Jim_CreateCommandObj()
JimCreateCommand(interp, cmdNameObj, cmdPtr);
jim.c:13799Jim_ProcCoreCommand()
JimCreateCommand(interp, nameObjPtr, cmd);

Call Tree

Functions calling JimCreateCommand()
Functions called by JimCreateCommand()
JimCreateCommand()
Type of JimCreateCommand()
JimCreateCommand()
all items filtered out