rtos::gdb_thread_packet is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDrtos::gdb_thread_packet

rtos::gdb_thread_packet field

Syntax

int (*gdb_thread_packet)(struct connection *connection, char const *packet, int packet_size);

References

LocationReferrerScopeText
rtos.h:48
int (*gdb_thread_packet)(struct connection *connection, char const *packet, int packet_size);
eCos.c:1213ecos_packet_hook()ecos_create()
target->rtos->gdb_thread_packet = ecos_packet_hook;
hwthread.c:413hwthread_thread_packet()hwthread_create()
target->rtos->gdb_thread_packet = hwthread_thread_packet;
linux.c:1428linux_thread_packet()linux_os_create()
target->rtos->gdb_thread_packet = linux_thread_packet;
rtos.c:69rtos_thread_packet()os_alloc()
os->gdb_thread_packet = rtos_thread_packet;
rtos.c:155gdb_thread_packet()
return target->rtos->gdb_thread_packet(connection, packet, packet_size);

Call Tree

Functions calling rtos::gdb_thread_packet
all items filtered out
rtos::gdb_thread_packet
Functions writing rtos::gdb_thread_packet
rtos::gdb_thread_packet
Implementations
rtos::gdb_thread_packet