current_gdb_connection is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcurrent_gdb_connection

current_gdb_connection variable

Syntax

static struct gdb_connection *current_gdb_connection;

References

LocationReferrerText
gdb_server.c:110
static struct gdb_connection *current_gdb_connection;
gdb_server.c:2817gdb_query_packet()
current_gdb_connection = gdb_connection;
gdb_server.c:2835gdb_query_packet()
current_gdb_connection = NULL;
gdb_server.c:3990handle_gdb_sync_command()
if (!current_gdb_connection) {
gdb_server.c:3996handle_gdb_sync_command()
current_gdb_connection->sync = true;

Data Use

Functions writing current_gdb_connection
Functions reading current_gdb_connection
all items filtered out
current_gdb_connection
all items filtered out
Type of current_gdb_connection
current_gdb_connection
all items filtered out