get_target_from_connection() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDget_target_from_connection()

get_target_from_connection() function

Syntax

static inline struct target *get_target_from_connection(struct connection *connection);

Arguments

connection

References

LocationReferrerText
gdb_server.h:35
static inline struct target *get_target_from_connection(struct connection *connection)
eCos.c:1173ecos_packet_hook()
struct target *target = get_target_from_connection(connection);
gdb_server.c:359gdb_log_incoming_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:393gdb_log_outgoing_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:985gdb_new_connection()
target = get_target_from_connection(connection);
gdb_server.c:1097gdb_connection_closed()
target = get_target_from_connection(connection);
gdb_server.c:1142gdb_last_signal_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:1243gdb_get_registers_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:1311gdb_set_registers_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:1374gdb_get_register_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:1420gdb_set_register_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:1501gdb_read_memory_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:1576gdb_write_memory_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:1627gdb_write_memory_binary_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:1706gdb_step_continue_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:1751gdb_breakpoint_watchpoint_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:1961gdb_memory_map()
struct target *target = get_target_from_connection(connection);
gdb_server.c:2802gdb_query_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:3039gdb_handle_vcont_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:3247gdb_restart_inferior()
struct target *target = get_target_from_connection(connection);
gdb_server.c:3261gdb_handle_vrun_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:3307gdb_v_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:3375gdb_v_packet()
if (get_target_from_connection(connection)->report_flash_progress)
gdb_server.c:3490gdb_fileio_response_packet()
struct target *target = get_target_from_connection(connection);
gdb_server.c:3569gdb_input_inner()
target = get_target_from_connection(connection);
hwthread.c:358hwthread_target_for_threadid()
struct target *target = get_target_from_connection(connection);
hwthread.c:377hwthread_thread_packet()
struct target *target = get_target_from_connection(connection);
linux.c:1285linux_thread_packet()
struct target *target = get_target_from_connection(connection);
rtos.c:48rtos_target_for_threadid()
struct target *curr = get_target_from_connection(connection);
rtos.c:151gdb_thread_packet()
struct target *target = get_target_from_connection(connection);
rtos.c:218rtos_qsymbol()
struct target *target = get_target_from_connection(connection);
rtos.c:333rtos_thread_packet()
struct target *target = get_target_from_connection(connection);
rtos.c:505rtos_get_gdb_reg()
struct target *target = get_target_from_connection(connection);
rtos.c:557rtos_get_gdb_reg_list()
struct target *target = get_target_from_connection(connection);
rtos.c:591rtos_set_reg()
struct target *target = get_target_from_connection(connection);
smp.c:51gdb_read_smp_packet()
struct target *target = get_target_from_connection(connection);
smp.c:76gdb_write_smp_packet()
struct target *target = get_target_from_connection(connection);