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

command_exit() function

Shutdown a command context. Free the command context and the associated Jim interpreter.

Syntax

void command_exit(struct command_context *context);
Implemented in command.c:1244

Arguments

context

The command_context that will be destroyed.

References

LocationReferrerText
command.c:1244
void command_exit(struct command_context *context)
command.h:362
void command_exit(struct command_context *context);
openocd.c:372openocd_main()
command_exit(cmd_ctx);

Call Tree

Functions calling command_exit()
Functions called by command_exit()
all items filtered out
command_exit()
free()
all items filtered out
Data read by command_exit()
command_exit()
Types freed by command_exit()
all items filtered out
command_exit()