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

command_new() function

Syntax

static struct command *command_new(struct command_context *cmd_ctx,     const char *full_name,     const struct command_registration *cr);

Arguments

cmd_ctx

full_name

cr

References

LocationReferrerText
command.c:194
static struct command *command_new(struct command_context *cmd_ctx,
command.c:264register_command()
c = command_new(context, full_name, cr);

Call Tree

Functions calling command_new()
Functions called by command_new()
all items filtered out
command_new()
strdup()
calloc()
free()
all items filtered out
Type of command_new()
command_new()
all items filtered out
Types freed by command_new()
Types allocated by command_new()
all items filtered out
command_new()
all items filtered out