Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDinterps.c407 char **prules = NULL; in interpreter_exec_cmd() local
416 prules = gdb_buildargv (args); in interpreter_exec_cmd()
417 make_cleanup_freeargv (prules); in interpreter_exec_cmd()
420 for (trule = prules; *trule != NULL; trule++) in interpreter_exec_cmd()
428 interp_to_use = interp_lookup (prules[0]); in interpreter_exec_cmd()
430 error (_("Could not find interpreter \"%s\"."), prules[0]); in interpreter_exec_cmd()
437 error (_("Could not switch to interpreter \"%s\"."), prules[0]); in interpreter_exec_cmd()
441 struct gdb_exception e = interp_exec (interp_to_use, prules[i]); in interpreter_exec_cmd()
448 error (_("error in command: \"%s\"."), prules[i]); in interpreter_exec_cmd()