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

gdb_connection::extended_protocol field

Syntax

bool extended_protocol;

References

LocationReferrerText
gdb_server.c:95
bool extended_protocol;
gdb_server.c:1001gdb_new_connection()
gdb_connection->extended_protocol = false;
gdb_server.c:3639gdb_input_inner()
if (!warn_use_ext && !gdb_con->extended_protocol) {
gdb_server.c:3726gdb_input_inner()
if (gdb_con->extended_protocol) {
gdb_server.c:3734gdb_input_inner()
gdb_con->extended_protocol = true;

Data Use

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