OpenOCD
gdb_log_outgoing_packet()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
gdb_log_outgoing_packet()
gdb_log_outgoing_packet() function
Syntax
Show:
Summary
Declaration
from
gdb_server.c:387
static
void
gdb_log_outgoing_packet
(
struct
connection
*
connection
,
char
*
packet_buf
,
unsigned
int
packet_len
,
unsigned
char
checksum
)
;
Arguments
Argument
connection
packet_buf
packet_len
checksum
Related Functions
Found 110 other functions taking a
connection
argument:
Function
Description
get_target_from_connection()
connection_write()
connection_read()
gdb_put_packet()
telnet_write()
jsp_new_connection()
jsp_input()
jsp_connection_closed()
rtos_target_for_threadid()
rtos_thread_packet()
rtos_put_gdb_reg_list()
rtos_get_gdb_reg()
Look through all registers to find this register.
gdb_thread_packet()
rtos_qsymbol()
rtos_get_gdb_reg_list()
Return a list of general registers.
rtos_set_reg()
ecos_packet_hook()
linux_gdb_thread_packet()
linux_gdb_thread_update()
linux_thread_extra_info()
linux_gdb_t_packet()
linux_gdb_h_packet()
linux_thread_packet()
gdb_read_smp_packet()
gdb_write_smp_packet()
hwthread_target_for_threadid()
hwthread_thread_packet()
remove_connection()
telnet_connection_closed()
telnet_new_connection()
telnet_clear_line()
telnet_history_go()
telnet_history_up()
telnet_history_down()
telnet_history_add()
telnet_write()
telnet_bell()
telnet_prompt()
telnet_outputline()
telnet_cut_line_to_end()
telnet_interrupt()
telnet_auto_complete()
telnet_input()
telnet_history_print()
telnet_move_cursor()
telnet_can_insert()
telnet_insert()
telnet_delete_character()
telnet_remove_character()
telnet_exec_line()
gdb_breakpoint_watchpoint_packet()
gdb_detach()
gdb_fileio_response_packet()
gdb_sig_halted()
gdb_input_inner()
check_pending()
gdb_get_char_inner()
fetch_packet()
gdb_get_packet_inner()
gdb_connection_closed()
gdb_send_error()
gdb_last_signal_packet()
gdb_write_memory_packet()
gdb_write_memory_binary_packet()
gdb_step_continue_packet()
gdb_get_packet()
gdb_output_con()
gdb_signal_reply()
gdb_fileio_reply()
gdb_get_registers_packet()
gdb_set_registers_packet()
gdb_get_register_packet()
gdb_frontend_halted()
gdb_new_connection()
gdb_get_char_fast()
The cool thing about this fn is that it allows buf_p and buf_cnt to be held in registers in the inner loop. For small caches and embedded systems this is important!
gdb_get_char()
gdb_putback_char()
gdb_write()
gdb_log_incoming_packet()
gdb_put_packet_inner()
gdb_handle_vcont_packet()
gdb_restart_inferior()
gdb_handle_vrun_packet()
gdb_v_packet()
gdb_memory_map()
gdb_set_register_packet()
gdb_error()
gdb_read_memory_packet()
gdb_query_packet()
gdb_input()
gdb_async_notif()
gdb_keep_client_alive()
rtt_new_connection()
rtt_connection_closed()
rtt_input()
tcl_output()
tcl_new_connection()
tcl_input()
tcl_closed()
ipdbg_start_polling()
ipdbg_on_new_connection()
ipdbg_on_connection_input()
ipdbg_on_connection_closed()
ipdbg_move_buffer_to_connection()
arm_tpiu_swo_service_input()
arm_tpiu_swo_service_connection_closed()
arm_tpiu_swo_service_new_connection()
semihosting_service_new_connection_handler()
semihosting_service_input_handler()
semihosting_service_connection_closed_handler()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out