OpenOCD
command_exit()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
CodeScope
Development Tools
OpenOCD
command_exit()
command_exit() function
Shutdown a command context. Free the command context and the associated Jim interpreter.
Syntax
from
command.h:362
void
command_exit
(
struct
command_context
*
context
)
;
Implemented in
command.c:1244
Arguments
context
The command_context that will be destroyed.
References
Location
Referrer
Text
command.c:1244
void
command_exit
(
struct
command_context
*
context
)
command.h:362
void
command_exit
(
struct
command_context
*
context
)
;
openocd.c:372
openocd_main()
command_exit
(
cmd_ctx
)
;
Call Tree
Functions calling
command_exit()
Functions called by
command_exit()
openocd_main()
all items filtered out
command_exit()
free()
Jim_FreeInterp()
command_done()
all items filtered out
Data read by
command_exit()
command_context::interp
command_context::help_list
command_exit()::context
all items filtered out
command_exit()
Types freed by
command_exit()
list_head
all items filtered out
command_exit()