OpenOCD
|
Go to the source code of this file.
Functions | |
int | openocd_main (int argc, char *argv[]) |
Different applications can define this entry point to override the default openocd main function. More... | |
int openocd_main | ( | int | argc, |
char * | argv[] | ||
) |
Different applications can define this entry point to override the default openocd main function.
On most systems, this will be defined in src/openocd.c.
Definition at line 387 of file openocd.c.
References adapter_quit(), arm_cti_cleanup_all(), arm_tpiu_swo_cleanup_all(), COMMAND_CONFIG, command_context_mode(), command_exit(), command_set_output_handler(), configuration_output_handler(), dap_cleanup_all(), ERROR_FAIL, ERROR_OK, exit_on_signal(), flash_free_all_banks(), free_config(), gdb_service_free(), help_del_all_commands(), log_exit(), LOG_OUTPUT, NULL, openocd_thread(), rtt_exit(), rtt_init(), server_free(), server_host_os_close(), server_host_os_entry(), setup_command_handler(), unregister_all_commands(), and util_init().
Referenced by main().