command_set_output_handler() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcommand_set_output_handler()

command_set_output_handler() function

Syntax

void command_set_output_handler(struct command_context *context,     command_output_handler_t output_handler,     void *priv);
Implemented in command.c:628

Arguments

context

output_handler

priv

References

LocationReferrerText
command.c:628
void command_set_output_handler(struct command_context *context,
command.h:339
void command_set_output_handler(struct command_context *context,
gdb_server.c:1009gdb_new_connection()
command_set_output_handler(connection->cmd_ctx, gdb_output, connection);
openocd.c:348openocd_main()
command_set_output_handler(cmd_ctx, configuration_output_handler, NULL);
telnet_server.c:230telnet_new_connection()
command_set_output_handler(connection->cmd_ctx, telnet_output, connection);

Call Tree

Functions calling command_set_output_handler()
command_set_output_handler()
Data read by command_set_output_handler()
Data written by command_set_output_handler()
command_set_output_handler()