gdb_connection::attached is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDgdb_connection::attached

gdb_connection::attached field

Syntax

bool attached;

References

LocationReferrerText
gdb_server.c:93
bool attached;
gdb_server.c:1000gdb_new_connection()
gdb_connection->attached = true;
gdb_server.c:1147gdb_last_signal_packet()
if (!gdb_con->attached) {
gdb_server.c:3254gdb_restart_inferior()
gdb_con->attached = true;
gdb_server.c:3727gdb_input_inner()
gdb_con->attached = false;

Data Use

Functions writing gdb_connection::attached
Functions reading gdb_connection::attached
gdb_connection::attached
all items filtered out