OpenOCD
|
Data Fields | |
struct command_context * | cmd_ctx |
int | fd |
int | fd_out |
bool | input_pending |
struct connection * | next |
void * | priv |
struct service * | service |
struct sockaddr_in | sin |
struct command_context* connection::cmd_ctx |
Definition at line 40 of file server.h.
Referenced by add_connection(), gdb_connection_closed(), gdb_new_connection(), gdb_query_packet(), gdb_restart_inferior(), remove_connection(), tcl_input(), tcl_new_connection(), telnet_auto_complete(), telnet_connection_closed(), telnet_exec_line(), telnet_new_connection(), and telnet_output().
int connection::fd |
Definition at line 37 of file server.h.
Referenced by add_connection(), check_pending(), connection_read(), gdb_get_char_inner(), remove_connection(), and server_loop().
int connection::fd_out |
Definition at line 38 of file server.h.
Referenced by add_connection(), and connection_write().
bool connection::input_pending |
Definition at line 42 of file server.h.
Referenced by add_connection(), gdb_get_char_fast(), gdb_get_char_inner(), semihosting_redirect_read(), semihosting_service_input_handler(), and server_loop().
struct connection* connection::next |
Definition at line 44 of file server.h.
Referenced by add_connection(), remove_connection(), remove_connections(), server_keep_clients_alive(), and server_loop().
void* connection::priv |
Definition at line 43 of file server.h.
Referenced by add_connection(), check_pending(), COMMAND_HANDLER(), fetch_packet(), gdb_connection_closed(), gdb_fileio_reply(), gdb_frontend_halted(), gdb_get_char(), gdb_get_char_fast(), gdb_get_char_inner(), gdb_get_packet(), gdb_get_packet_inner(), gdb_handle_vcont_packet(), gdb_input(), gdb_input_inner(), gdb_keep_client_alive(), gdb_last_signal_packet(), gdb_log_callback(), gdb_new_connection(), gdb_put_packet(), gdb_put_packet_inner(), gdb_putback_char(), gdb_query_packet(), gdb_restart_inferior(), gdb_signal_reply(), gdb_v_packet(), gdb_write(), gdb_write_memory_binary_packet(), ipdbg_on_connection_closed(), ipdbg_on_connection_input(), ipdbg_on_new_connection(), jsp_connection_closed(), jsp_input(), jsp_new_connection(), tcl_closed(), tcl_input(), tcl_new_connection(), tcl_output(), tcl_target_callback_event_handler(), tcl_target_callback_reset_handler(), tcl_target_callback_trace_handler(), telnet_auto_complete(), telnet_can_insert(), telnet_connection_closed(), telnet_cut_line_to_end(), telnet_delete_character(), telnet_exec_line(), telnet_history_add(), telnet_history_down(), telnet_history_go(), telnet_history_print(), telnet_history_up(), telnet_input(), telnet_insert(), telnet_interrupt(), telnet_log_callback(), telnet_move_cursor(), telnet_new_connection(), telnet_prompt(), telnet_remove_character(), and telnet_write().
struct service* connection::service |
Definition at line 41 of file server.h.
Referenced by add_connection(), arm_tpiu_swo_service_connection_closed(), arm_tpiu_swo_service_new_connection(), COMMAND_HANDLER(), connection_read(), connection_write(), gdb_get_char_inner(), gdb_input_inner(), gdb_target_callback_event_handler(), get_target_from_connection(), ipdbg_on_connection_closed(), ipdbg_on_new_connection(), jsp_connection_closed(), jsp_input(), jsp_new_connection(), remove_connection(), rtt_connection_closed(), rtt_input(), rtt_new_connection(), semihosting_redirect_read(), semihosting_redirect_write(), semihosting_service_connection_closed_handler(), semihosting_service_input_handler(), semihosting_service_new_connection_handler(), and telnet_new_connection().
struct sockaddr_in connection::sin |
Definition at line 38 of file server.h.
Referenced by add_connection().