OpenOCD
command_run_linef()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
CodeScope
Development Tools
OpenOCD
command_run_linef()
command_run_linef() function
Syntax
from
command.h:395
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
Location
Referrer
Text
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:1028
handle_arm_tpiu_swo_init()
int
retval2
=
command_run_linef
(
CMD_CTX
,
"%s enable"
,
obj
->
name
)
;
arm_tpiu_swo.c:1077
handle_tpiu_deprecated_config_command()
retval
=
command_run_linef
(
CMD_CTX
,
"tpiu create %s.tpiu -dap %s -ap-num 0x%"
PRIx64
,
arm_tpiu_swo.c:1095
handle_tpiu_deprecated_config_command()
return
command_run_linef
(
CMD_CTX
,
"%s disable"
,
obj
->
name
)
;
arm_tpiu_swo.c:1148
handle_tpiu_deprecated_config_command()
retval
=
command_run_linef
(
CMD_CTX
,
arm_tpiu_swo.c:1159
handle_tpiu_deprecated_config_command()
retval
=
command_run_linef
(
CMD_CTX
,
"%s enable"
,
obj
->
name
)
;
command.c:275
register_command()
command_run_linef
(
context
,
"del_help_text {%s}"
,
full_name
)
;
command.c:276
register_command()
command_run_linef
(
context
,
"del_usage_text {%s}"
,
full_name
)
;
command.c:523
exec_command()
command_run_linef
(
context
,
"usage %s"
,
words
[
0
]
)
;
gdb_server.c:3251
gdb_restart_inferior()
command_run_linef
(
connection
->
cmd_ctx
,
"ocd_gdb_restart %s"
,
options.c:301
parse_cmdline_args()
int
retval
=
command_run_linef
(
cmd_ctx
,
"debug_level %s"
,
optarg
?
optarg
:
"3"
)
;
options.c:308
parse_cmdline_args()
command_run_linef
(
cmd_ctx
,
"log_output %s"
,
optarg
)
;
svf.c:1055
svf_run_command()
command_run_linef
(
cmd_ctx
,
Call Tree
Functions calling
command_run_linef()
Functions called by
command_run_linef()
register_command()
exec_command()
parse_cmdline_args()
gdb_restart_inferior()
svf_run_command()
handle_arm_tpiu_swo_init()
handle_tpiu_deprecated_config_command()
all items filtered out
command_run_linef()
__builtin_va_start()
__builtin_va_end()
free()
command_run_line()
alloc_vprintf()
all items filtered out
Data read by
command_run_linef()
Data written by
command_run_linef()
command_run_linef()::context
command_run_linef()::format
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