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

jimcmd_privdata() function

Return the pointer to the command's private data specified during the registration of command @a cmd .

Syntax

void *jimcmd_privdata(Jim_Cmd *cmd);
Implemented in command.c:56

Arguments

cmd

References

LocationReferrerText
command.c:56
void *jimcmd_privdata(Jim_Cmd *cmd)
command.h:95
void *jimcmd_privdata(Jim_Cmd *cmd);
command.c:191command_find_from_name()
return jimcmd_privdata(cmd);
command.c:962jim_command_mode()
struct command *c = jimcmd_privdata(cmd);
telnet_server.c:672telnet_auto_complete()
struct command *cmd = jimcmd_privdata(jim_cmd);

Call Tree

Functions calling jimcmd_privdata()
jimcmd_privdata()
Data read by jimcmd_privdata()
jimcmd_privdata()