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

command struct

Syntax

struct command;
Implemented in command.h:197

Fields

name

No summary provided. Read more...

handler

No summary provided. Read more...

jim_handler

No summary provided. Read more...

jim_handler_data

No summary provided. Read more...

jim_override_target

No summary provided. Read more...

mode

No summary provided. Read more...

References

LocationReferrerScopeText
command.h:197
struct command {
command.h:69
struct command;
arm_tpiu_swo.c:559jim_arm_tpiu_swo_configure()
struct command *c = jim_to_command(interp);
command.c:179command_find_from_name()
static struct command *command_find_from_name(Jim_Interp *interp, const char *name)
command.c:194command_new()
static struct command *command_new(struct command_context *cmd_ctx,
command.c:211command_new()
struct command *c = calloc(1, sizeof(struct command));
command.c:217command_new()
free(c);
command.c:233command_free()
struct command *c = priv;
command.c:236command_free()
free(c);
command.c:239register_command()
static struct command *register_command(struct command_context *context,
command.c:254register_command()
struct command *c = command_find_from_name(context->interp, full_name);
command.c:277register_command()
free(c);
command.c:295__register_commands()
struct command *c = NULL;
command.c:363unregister_commands_match()
struct command *c = command_find_from_name(interp, name);
command.c:468command_can_run()
static bool command_can_run(struct command_context *cmd_ctx, struct command *c, const char *full_name)
command.c:493exec_command()
struct command *c, int argc, Jim_Obj * const *argv)
command.c:904jim_command_dispatch()
struct command *c = jim_to_command(interp);
command.c:962jim_command_mode()
struct command *c = jimcmd_privdata(cmd);
command.h:78command_invocation::currentcommand_invocation
struct command *current;
command.h:212jim_to_command()
static inline struct command *jim_to_command(Jim_Interp *interp)
target.c:5355jim_target_configure()
struct command *c = jim_to_command(interp);
telnet_server.c:672telnet_auto_complete()
struct command *cmd = jimcmd_privdata(jim_cmd);

Type Use

Variables of command type
command_new()::c
command_free()::c
register_command()::c
__register_commands()::c
unregister_commands_match()::c
jim_command_dispatch()::c
jim_command_mode()::c
telnet_auto_complete()::cmd
jim_arm_tpiu_swo_configure()::c
jim_target_configure()::c
all items filtered out
command
Allocators of command
Deletors of command
all items filtered out
command