command_context::current_target is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcommand_context::current_target

command_context::current_target field

Syntax

struct target *current_target;

References

LocationReferrerText
command.h:55
struct target *current_target;
arm_tpiu_swo.c:177arm_tpiu_swo_handle_event()
struct target *saved_target = cmd_ctx->current_target;
arm_tpiu_swo.c:179arm_tpiu_swo_handle_event()
cmd_ctx->current_target = saved_target;
gdb_server.c:987gdb_new_connection()
connection->cmd_ctx->current_target = target;
target.c:474get_current_target_or_null()
: cmd_ctx->current_target;
target.c:2806find_target()
cmd->ctx->current_target = target;
target.c:2837handle_targets_command()
if (CMD_CTX->current_target == target)
target.c:6039target_create()
cmd_ctx->current_target = target;

Data Use

Functions writing command_context::current_target
Functions reading command_context::current_target
command_context::current_target
Type of command_context::current_target
command_context::current_target
all items filtered out