Extension Language API
[deliverable/binutils-gdb.git] / gdb / cli / cli-script.c
index afedc92d948c35faf391642a37411232759cb2d4..47cad75da5c1a3ac589b546605a3f2ba732a8393 100644 (file)
@@ -32,7 +32,7 @@
 #include "cli/cli-script.h"
 #include "gdb_assert.h"
 
-#include "python/python.h"
+#include "extension.h"
 #include "interps.h"
 
 /* Prototypes for local functions.  */
@@ -590,7 +590,7 @@ execute_control_command (struct command_line *cmd)
 
     case python_control:
       {
-       eval_python_from_control_command (cmd);
+       eval_ext_lang_from_control_command (cmd);
        ret = simple_control;
        break;
       }
This page took 0.024298 seconds and 4 git commands to generate.