Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dinterps.c362 char **prules = NULL; in interpreter_exec_cmd() local
368 prules = buildargv (args); in interpreter_exec_cmd()
369 if (prules == NULL) in interpreter_exec_cmd()
375 if (prules != NULL) in interpreter_exec_cmd()
377 for (trule = prules; *trule != NULL; trule++) in interpreter_exec_cmd()
388 interp_to_use = interp_lookup (prules[0]); in interpreter_exec_cmd()
390 error (_("Could not find interpreter \"%s\"."), prules[0]); in interpreter_exec_cmd()
397 error (_("Could not switch to interpreter \"%s\"."), prules[0]); in interpreter_exec_cmd()
401 struct gdb_exception e = interp_exec (interp_to_use, prules[i]); in interpreter_exec_cmd()
406 error (_("error in command: \"%s\"."), prules[i]); in interpreter_exec_cmd()