CMD_JIMTCL_ARGV is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

CMD_JIMTCL_ARGV macro

Use this macro to access the jimtcl arguments for the command being handled, rather than accessing the variable directly. It may be moved.

Syntax

#define CMD_JIMTCL_ARGV (cmd->jimtcl_argv)

References

LocationText
command.h:161
#define CMD_JIMTCL_ARGV (cmd->jimtcl_argv)
target.c:4915
Jim_Obj **dict = Jim_DictPairs(CMD_CTX->interp, CMD_JIMTCL_ARGV[0], &tmp);
tcl.c:313
struct jtag_tap *tap = jtag_tap_by_jim_obj(CMD_CTX->interp, CMD_JIMTCL_ARGV[0]);
tcl.c:334
int retval = jtag_tap_set_event(CMD_CTX, tap, event, CMD_JIMTCL_ARGV[i + 2]);