jim_getopt_info::interp is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDjim_getopt_info::interp

jim_getopt_info::interp field

Syntax

References

LocationReferrerText
jim-nvp.h:136
Jim_Interp *interp;
aarch64.c:2931aarch64_jim_configure()
aarch64.c:2934aarch64_jim_configure()
aarch64.c:2951aarch64_jim_configure()
cti = cti_instance_by_jim_obj(goi->interp, o_cti);
aarch64.c:2953aarch64_jim_configure()
Jim_SetResultString(goi->interp, "CTI name invalid!", -1);
aarch64.c:2959aarch64_jim_configure()
aarch64.c:2966aarch64_jim_configure()
Jim_SetResultString(goi->interp, "CTI not configured", -1);
aarch64.c:2969aarch64_jim_configure()
arm_adi_v5.c:2343adiv5_jim_spot_configure()
arm_adi_v5.c:2346adiv5_jim_spot_configure()
arm_adi_v5.c:2367adiv5_jim_spot_configure()
dap = dap_instance_by_jim_obj(goi->interp, o_t);
arm_adi_v5.c:2369adiv5_jim_spot_configure()
Jim_SetResultString(goi->interp, "DAP name invalid!", -1);
arm_adi_v5.c:2373adiv5_jim_spot_configure()
arm_adi_v5.c:2382adiv5_jim_spot_configure()
Jim_SetResultString(goi->interp, "DAP not configured", -1);
arm_adi_v5.c:2385adiv5_jim_spot_configure()
arm_adi_v5.c:2398adiv5_jim_spot_configure()
Jim_SetResultString(goi->interp, "Invalid AP number!", -1);
arm_adi_v5.c:2406adiv5_jim_spot_configure()
Jim_SetResultString(goi->interp, "AP number not configured", -1);
arm_adi_v5.c:2409adiv5_jim_spot_configure()
arm_adi_v5.c:2426adiv5_jim_spot_configure()
Jim_SetResult(goi->interp, Jim_NewIntObj(goi->interp, *base_p));
arm_adi_v5.c:2434adiv5_jim_spot_configure()
Jim_WrongNumArgs(goi->interp, goi->argc, goi->argv, "NO PARAMS");
arm_adi_v5.c:2466adiv5_jim_configure_ext()
arm_cti.c:422cti_configure()
Jim_SetResultFormatted(goi->interp, "unknown option '%s'",
arm_cti.c:430cti_configure()
Jim_SetResultString(goi->interp, "-dap required when creating CTI", -1);
arm_cti.c:446cti_create()
cmd_ctx = current_command_context(goi->interp);
arm_cti.c:450cti_create()
Jim_WrongNumArgs(goi->interp, 1, goi->argv, "?name? ..options...");
arm_cti.c:456cti_create()
cmd = Jim_GetCommand(goi->interp, new_cmd, JIM_NONE);
arm_cti.c:459cti_create()
Jim_SetResultFormatted(goi->interp, "Command: %s Exists", cp);
arm_cti.c:506cti_create()
Jim_SetResultString(goi->interp, "Cannot get AP", -1);
arm_cti.c:518jim_cti_create()
Jim_WrongNumArgs(goi.interp, goi.argc, goi.argv,
arm_dap.c:207dap_configure()
arm_dap.c:222dap_configure()
tap = jtag_tap_by_jim_obj(goi->interp, o_t);
arm_dap.c:224dap_configure()
Jim_SetResultString(goi->interp, "-chain-position is invalid", -1);
arm_dap.c:238dap_configure()
arm_dap.c:244dap_configure()
arm_dap.c:259dap_configure()
arm_dap.c:265dap_configure()
arm_dap.c:345dap_create()
cmd_ctx = current_command_context(goi->interp);
arm_dap.c:349dap_create()
Jim_WrongNumArgs(goi->interp, 1, goi->argv, "?name? ..options...");
arm_dap.c:355dap_create()
cmd = Jim_GetCommand(goi->interp, new_cmd, JIM_NONE);
arm_dap.c:358dap_create()
Jim_SetResultFormatted(goi->interp, "Command: %s Exists", cp);
arm_dap.c:377dap_create()
Jim_SetResultString(goi->interp, "-chain-position required when creating DAP", -1);
arm_dap.c:424jim_dap_create()
Jim_WrongNumArgs(goi.interp, goi.argc, goi.argv,
arm_tpiu_swo.c:362arm_tpiu_swo_configure()
Jim_SetResultFormatted(goi->interp, "Cannot configure TPIU/SWO; %s is enabled!", obj->name);
arm_tpiu_swo.c:368arm_tpiu_swo_configure()
arm_tpiu_swo.c:391arm_tpiu_swo_configure()
Jim_SetResultString(goi->interp, "Invalid port width!", -1);
arm_tpiu_swo.c:398arm_tpiu_swo_configure()
arm_tpiu_swo.c:412arm_tpiu_swo_configure()
arm_tpiu_swo.c:414arm_tpiu_swo_configure()
Jim_SetResultString(goi->interp, "protocol error", -1);
arm_tpiu_swo.c:417arm_tpiu_swo_configure()
Jim_SetResult(goi->interp, Jim_NewStringObj(goi->interp, p->name, -1));
arm_tpiu_swo.c:431arm_tpiu_swo_configure()
arm_tpiu_swo.c:433arm_tpiu_swo_configure()
Jim_SetResultString(goi->interp, "formatter error", -1);
arm_tpiu_swo.c:436arm_tpiu_swo_configure()
Jim_SetResult(goi->interp, Jim_NewStringObj(goi->interp, p->name, -1));
arm_tpiu_swo.c:449arm_tpiu_swo_configure()
arm_tpiu_swo.c:462arm_tpiu_swo_configure()
arm_tpiu_swo.c:475arm_tpiu_swo_configure()
Jim_SetResultFormatted(goi->interp, "Invalid TCP port \'%s\'", s + 1);
arm_tpiu_swo.c:490arm_tpiu_swo_configure()
arm_tpiu_swo.c:496arm_tpiu_swo_configure()
Jim_WrongNumArgs(goi->interp, goi->argc, goi->argv, "-event ?event-name? ?EVENT-BODY?");
arm_tpiu_swo.c:501arm_tpiu_swo_configure()
Jim_WrongNumArgs(goi->interp, goi->argc, goi->argv, "-event ?event-name?");
arm_tpiu_swo.c:537arm_tpiu_swo_configure()
ea->interp = goi->interp;
arm_tpiu_swo.c:539arm_tpiu_swo_configure()
ea->body = Jim_DuplicateObj(goi->interp, o);
arm_tpiu_swo.c:543arm_tpiu_swo_configure()
Jim_SetResult(goi->interp, Jim_DuplicateObj(goi->interp, ea->body));
arm_tpiu_swo.c:553arm_tpiu_swo_configure()
Jim_WrongNumArgs(goi->interp, goi->argc, goi->argv, "NO PARAMS");
arm_tpiu_swo.c:565jim_arm_tpiu_swo_configure()
Jim_WrongNumArgs(goi.interp, goi.argc, goi.argv,
arm_tpiu_swo.c:986jim_arm_tpiu_swo_create()
Jim_SetResultString(goi.interp, "-dap and -ap-num required when creating TPIU", -1);
arm_tpiu_swo.c:990jim_arm_tpiu_swo_create()
e = arm_tpiu_swo_create(goi.interp, obj);
jim-nvp.c:151jim_getopt_setup()
p->interp = interp;
jim-nvp.c:214jim_getopt_double()
r = Jim_GetDouble(goi->interp, o, puthere);
jim-nvp.c:216jim_getopt_double()
Jim_SetResultFormatted(goi->interp, "not a number: %#s", o);
jim-nvp.c:232jim_getopt_wide()
r = Jim_GetWide(goi->interp, o, puthere);
jim-nvp.c:247jim_getopt_nvp()
e = jim_nvp_name2value_obj(goi->interp, nvp, o, puthere);
jim-nvp.c:255jim_getopt_nvp_unknown()
jim_set_result_nvp_unknown(goi->interp, goi->argv[-2], goi->argv[-1], nvptable);
jim-nvp.c:257jim_getopt_nvp_unknown()
jim_set_result_nvp_unknown(goi->interp, NULL, goi->argv[-1], nvptable);
jim-nvp.c:270jim_getopt_enum()
e = Jim_GetEnum(goi->interp, o, lookup, puthere, "option", JIM_ERRMSG);
rtos.c:107rtos_create()
Jim_WrongNumArgs(goi->interp, goi->argc, goi->argv, "NO PARAMS");
rtos.c:135rtos_create()
Jim_SetResultFormatted(goi->interp, "Unknown RTOS type %s, try one of: ", cp);
rtos.c:136rtos_create()
res = Jim_GetResult(goi->interp);
rtos.c:138rtos_create()
Jim_AppendStrings(goi->interp, res, rtos_types[x]->name, ", ", NULL);
rtos.c:139rtos_create()
Jim_AppendStrings(goi->interp, res, ", auto or none", NULL);
stm8.c:1949stm8_jim_configure()
stm8.c:1968stm8_jim_configure()
stm8.c:1987stm8_jim_configure()
stm8.c:2006stm8_jim_configure()
stm8.c:2025stm8_jim_configure()
stm8.c:2044stm8_jim_configure()
stm8.c:2063stm8_jim_configure()
target.c:5025target_configure()
target.c:5051target_configure()
target.c:5057target_configure()
target.c:5063target_configure()
target.c:5069target_configure()
Jim_WrongNumArgs(goi->interp, goi->argc, goi->argv, "-event ?event-name? ...");
target.c:5081target_configure()
Jim_WrongNumArgs(goi->interp, goi->argc, goi->argv, "-event ?event-name? ?EVENT-BODY?");
target.c:5086target_configure()
Jim_WrongNumArgs(goi->interp, goi->argc, goi->argv, "-event ?event-name?");
target.c:5115target_configure()
teap->interp = goi->interp;
target.c:5119target_configure()
teap->body = Jim_DuplicateObj(goi->interp, o);
target.c:5137target_configure()
target.c:5141target_configure()
target.c:5143target_configure()
Jim_SetResult(goi->interp, Jim_DuplicateObj(goi->interp, teap->body));
target.c:5161target_configure()
target.c:5177target_configure()
target.c:5192target_configure()
target.c:5208target_configure()
target.c:5230target_configure()
Jim_SetResultString(goi->interp, n->name, -1);
target.c:5244target_configure()
target.c:5254target_configure()
target.c:5263target_configure()
tap = jtag_tap_by_jim_obj(goi->interp, o_t);
target.c:5272target_configure()
target.c:5286target_configure()
target.c:5307target_configure()
struct command_context *cmd_ctx = current_command_context(goi->interp);
target.c:5309target_configure()
Jim_SetResultString(goi->interp, "-gdb-port must be configured before 'init'", -1);
target.c:5323target_configure()
target.c:5329target_configure()
struct command_context *cmd_ctx = current_command_context(goi->interp);
target.c:5331target_configure()
Jim_SetResultString(goi->interp, "-gdb-max-connections must be configured before 'init'", -1);
target.c:5343target_configure()
target.c:5361jim_target_configure()
Jim_WrongNumArgs(goi.interp, goi.argc, goi.argv,
target.c:5607jim_target_invoke_event()
Jim_SetResultFormatted(goi.interp, "%s <eventname>", cmd_name);
target.c:5819target_create()
cmd_ctx = current_command_context(goi->interp);
target.c:5823target_create()
Jim_WrongNumArgs(goi->interp, 1, goi->argv, "?name? ?type? ..options...");
target.c:5830target_create()
cmd = Jim_GetCommand(goi->interp, new_cmd, JIM_NONE);
target.c:5833target_create()
Jim_SetResultFormatted(goi->interp, "Command/target: %s Exists", cp);
target.c:5858target_create()
Jim_SetResultFormatted(goi->interp, "Unknown target type %s, try one of ", cp);
target.c:5861target_create()
target.c:5862target_create()
Jim_GetResult(goi->interp),
target.c:5866target_create()
target.c:5867target_create()
Jim_GetResult(goi->interp),
target.c:5942target_create()
Jim_SetResultString(goi->interp, "-dap ?name? required when creating target", -1);
target.c:5947target_create()
Jim_SetResultString(goi->interp, "-chain-position ?name? required when creating target", -1);
target.c:5983target_create()
e = (*(target->type->target_create))(target, goi->interp);
target.c:6166jim_target_create()
Jim_WrongNumArgs(goi.interp, goi.argc, goi.argv,