Home
last modified time | relevance | path

Searched refs:svf_run_command (Results 1 – 1 of 1) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/svf/
H A Dsvf.c216 static int svf_run_command(struct command_context *cmd_ctx, char *cmd_str);
512 if (ERROR_OK != svf_run_command(CMD_CTX, svf_command_buffer)) { in COMMAND_HANDLER()
905 static int svf_run_command(struct command_context *cmd_ctx, char *cmd_str) in svf_run_command() function