service::new_connection is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDservice::new_connection

service::new_connection field

Syntax

int (*new_connection)(struct connection *connection);

References

LocationReferrerText
server.h:77
int (*new_connection)(struct connection *connection);
server.c:92add_connection()
retval = service->new_connection(c);
server.c:113add_connection()
retval = service->new_connection(c);
server.c:136add_connection()
retval = service->new_connection(c);
server.c:213add_service()
c->new_connection = driver->new_connection_handler;

Call Tree

Functions calling service::new_connection
all items filtered out
service::new_connection
Functions writing service::new_connection
all items filtered out
service::new_connection