JimUpdateProcNamespace() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDJimUpdateProcNamespace()

JimUpdateProcNamespace() function

Syntax

static void JimUpdateProcNamespace(Jim_Interp *interp,     Jim_Cmd *cmdPtr,     const char *cmdname);

Arguments

interp

cmdPtr

cmdname

References

LocationReferrerText
jimsh0.c:9484
static void JimUpdateProcNamespace(Jim_Interp *interp, Jim_Cmd *cmdPtr, const char *cmdname)
jimsh0.c:9638Jim_RenameCommand()
JimUpdateProcNamespace(interp, cmdPtr, fqnew);
jimsh0.c:17424Jim_ProcCoreCommand()
JimUpdateProcNamespace(interp, cmd, cmdname);

Call Tree

Functions calling JimUpdateProcNamespace()
JimUpdateProcNamespace()