service_driver is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
const char *
the name of the server.
int (*)(struct connection *connection)
optional minimal setup to accept a connection during keep-alive.
int (*)(struct connection *connection)
complete code to accept a new connection. If 'new_connection_during_keep_alive_handler' above is present, this can be either called alone during the server_loop, or after the function above. Check the implementation in gdb_server.
int (*)(struct connection *connection)
callback to handle incoming data.
int (*)(struct connection *connection)
callback to tear down the connection.
void (*)(struct connection *connection)
called periodically to send keep-alive messages on the connection.

References

from examples