rtt_service::hello_message is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDrtt_service::hello_message

rtt_service::hello_message field

Syntax

char *hello_message;

References

LocationReferrerText
rtt_server.c:28
char *hello_message;
rtt_server.c:69rtt_new_connection()
if (service->hello_message)
rtt_server.c:70rtt_new_connection()
connection_write(connection, service->hello_message, strlen(service->hello_message));
rtt_server.c:138handle_rtt_start_command()
service->hello_message = malloc(hello_length + 2);
rtt_server.c:139handle_rtt_start_command()
if (!service->hello_message) {
rtt_server.c:144handle_rtt_start_command()
strcpy(service->hello_message, hello_message);
rtt_server.c:145handle_rtt_start_command()
service->hello_message[hello_length] = '\n';
rtt_server.c:146handle_rtt_start_command()
service->hello_message[hello_length + 1] = '\0';

Data Use

Functions writing rtt_service::hello_message
Functions reading rtt_service::hello_message
all items filtered out
rtt_service::hello_message