gdb_thread_packet() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

gdb_thread_packet() function

Syntax

int gdb_thread_packet(struct connection *connection,     char const *packet,     int packet_size);
Implemented in rtos.c:149

Arguments

connection

packet

packet_size

References

LocationReferrerText
rtos.c:149
int gdb_thread_packet(struct connection *connection, char const *packet, int packet_size)
rtos.h:126
int gdb_thread_packet(struct connection *connection, char const *packet, int packet_size);
gdb_server.c:3256gdb_restart_inferior()
gdb_thread_packet(connection, packet, packet_size);
gdb_server.c:3598gdb_input_inner()
gdb_thread_packet(connection, packet, packet_size);
gdb_server.c:3602gdb_input_inner()
gdb_thread_packet(connection, packet, packet_size);
gdb_server.c:3606gdb_input_inner()
retval = gdb_thread_packet(connection, packet, packet_size);
gdb_server.c:3648gdb_input_inner()
gdb_thread_packet(connection, packet, packet_size);

Call Tree

Functions calling gdb_thread_packet()
Functions called by gdb_thread_packet()
gdb_thread_packet()
Data read by gdb_thread_packet()
gdb_thread_packet()
Type of gdb_thread_packet()
gdb_thread_packet()
all items filtered out