connection::cmd_ctx is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

connection::cmd_ctx field

Syntax

struct command_context *cmd_ctx;

References

LocationReferrerText
server.h:40
struct command_context *cmd_ctx;
gdb_server.c:987gdb_new_connection()
connection->cmd_ctx->current_target = target;
gdb_server.c:1009gdb_new_connection()
gdb_server.c:1118gdb_connection_closed()
gdb_server.c:2800gdb_query_packet()
struct command_context *cmd_ctx = connection->cmd_ctx;
gdb_server.c:3251gdb_restart_inferior()
command_run_linef(connection->cmd_ctx, "ocd_gdb_restart %s",
server.c:68add_connection()
server.c:96add_connection()
command_done(c->cmd_ctx);
server.c:116add_connection()
command_done(c->cmd_ctx);
server.c:130add_connection()
command_done(c->cmd_ctx);
server.c:139add_connection()
command_done(c->cmd_ctx);
server.c:172remove_connection()
command_done(c->cmd_ctx);
tcl_server.c:149tcl_new_connection()
struct target *target = get_current_target_or_null(connection->cmd_ctx);
tcl_server.c:154tcl_new_connection()
tcl_server.c:165tcl_input()
Jim_Interp *interp = (Jim_Interp *)connection->cmd_ctx->interp;
tcl_server.c:233tcl_input()
telnet_server.c:230telnet_new_connection()
telnet_server.c:492telnet_exec_line()
struct command_context *command_context = connection->cmd_ctx;
telnet_server.c:566telnet_auto_complete()
struct command_context *command_context = connection->cmd_ctx;
telnet_server.c:925telnet_connection_closed()

Data Use

Type of connection::cmd_ctx
connection::cmd_ctx
all items filtered out