gdb
[deliverable/binutils-gdb.git] / gdb / mi / mi-interp.c
index e42bffe019bd438334799da4c942cdc628a17171..23c60f6521bfb95b16e32dfb9fde933e2413951f 100644 (file)
@@ -192,16 +192,16 @@ mi_cmd_interpreter_exec (char *command, char **argv, int argc)
   struct cleanup *old_chain;
 
   if (argc < 2)
-    error (_("mi_cmd_interpreter_exec: "
+    error (_("-interpreter-exec: "
             "Usage: -interpreter-exec interp command"));
 
   interp_to_use = interp_lookup (argv[0]);
   if (interp_to_use == NULL)
-    error (_("mi_cmd_interpreter_exec: could not find interpreter \"%s\""),
+    error (_("-interpreter-exec: could not find interpreter \"%s\""),
           argv[0]);
 
   if (!interp_exec_p (interp_to_use))
-    error (_("mi_cmd_interpreter_exec: interpreter \"%s\" "
+    error (_("-interpreter-exec: interpreter \"%s\" "
             "does not support command execution"),
              argv[0]);
 
This page took 0.025151 seconds and 4 git commands to generate.