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

CMD_CURRENT macro

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

Syntax

#define CMD_CURRENT (cmd->current)

References

LocationText
command.h:171
#define CMD_CURRENT (cmd->current)
command.h:176
#define CMD_DATA (CMD_CURRENT->jim_handler_data)