Home
last modified time | relevance | path

Searched refs:command_set_output_handler (Results 1 – 5 of 5) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/helper/
H A Dcommand.h276 void command_set_output_handler(struct command_context *context,
H A Dcommand.c721 void command_set_output_handler(struct command_context *context, in command_set_output_handler() function
/dports/devel/openocd/openocd-0.11.0/src/
H A Dopenocd.c349 command_set_output_handler(cmd_ctx, configuration_output_handler, NULL); in openocd_main()
/dports/devel/openocd/openocd-0.11.0/src/server/
H A Dtelnet_server.c237 command_set_output_handler(connection->cmd_ctx, telnet_output, connection); in telnet_new_connection()
H A Dgdb_server.c963 command_set_output_handler(connection->cmd_ctx, gdb_output, connection); in gdb_new_connection()