command_run_linef() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

command_run_linef() function

Syntax

int command_run_linef(struct command_context *context,     const char *format, ...) __attribute__ ((format (PRINTF_ATTRIBUTE_FORMAT, 2, 3)));
Implemented in command.c:613

Arguments

context

format

References

LocationReferrerText
command.c:613
int command_run_linef(struct command_context *context, const char *format, ...)
command.h:395
int command_run_linef(struct command_context *context, const char *format, ...)
arm_tpiu_swo.c:1028handle_arm_tpiu_swo_init()
int retval2 = command_run_linef(CMD_CTX, "%s enable", obj->name);
arm_tpiu_swo.c:1077handle_tpiu_deprecated_config_command()
retval = command_run_linef(CMD_CTX, "tpiu create %s.tpiu -dap %s -ap-num 0x%" PRIx64,
arm_tpiu_swo.c:1095handle_tpiu_deprecated_config_command()
return command_run_linef(CMD_CTX, "%s disable", obj->name);
arm_tpiu_swo.c:1148handle_tpiu_deprecated_config_command()
retval = command_run_linef(CMD_CTX,
arm_tpiu_swo.c:1159handle_tpiu_deprecated_config_command()
retval = command_run_linef(CMD_CTX, "%s enable", obj->name);
command.c:275register_command()
command_run_linef(context, "del_help_text {%s}", full_name);
command.c:276register_command()
command_run_linef(context, "del_usage_text {%s}", full_name);
command.c:523exec_command()
command_run_linef(context, "usage %s", words[0]);
gdb_server.c:3251gdb_restart_inferior()
command_run_linef(connection->cmd_ctx, "ocd_gdb_restart %s",
options.c:301parse_cmdline_args()
int retval = command_run_linef(cmd_ctx, "debug_level %s", optarg ? optarg : "3");
options.c:308parse_cmdline_args()
command_run_linef(cmd_ctx, "log_output %s", optarg);
svf.c:1055svf_run_command()
command_run_linef(cmd_ctx,

Call Tree

Functions calling command_run_linef()
Functions called by command_run_linef()
command_run_linef()
__builtin_va_start()
__builtin_va_end()
free()
all items filtered out
Data read by command_run_linef()
Data written by command_run_linef()
command_run_linef()::retval
command_run_linef()::string
command_run_linef()::ap
all items filtered out
command_run_linef()
command_run_linef()::retval
command_run_linef()::string
all items filtered out
Type of command_run_linef()
command_run_linef()
va_list
all items filtered out