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

jimcmd_is_proc() function

Syntax

static inline bool jimcmd_is_proc(Jim_Cmd *cmd);

Arguments

cmd

References

LocationReferrerText
command.c:46
static inline bool jimcmd_is_proc(Jim_Cmd *cmd)
command.c:188command_find_from_name()
if (!cmd || jimcmd_is_proc(cmd) || !jimcmd_is_oocd_command(cmd))
command.c:953jim_command_mode()
if (!cmd || !(jimcmd_is_proc(cmd) || jimcmd_is_oocd_command(cmd))) {
command.c:958jim_command_mode()
if (jimcmd_is_proc(cmd)) {

Call Tree

Functions calling jimcmd_is_proc()
jimcmd_is_proc()
Data read by jimcmd_is_proc()
jimcmd_is_proc()