compile: Distribute scope, add scope_data
[deliverable/binutils-gdb.git] / gdb / cli / cli-script.c
index 7a4ed7864aa28a215d079680568d6641e4aa06f2..4bd18a73b6f3f644711bd507d4ba81a244cd6bf7 100644 (file)
@@ -615,7 +615,8 @@ execute_control_command (struct command_line *cmd)
       }
 
     case compile_control:
-      eval_compile_command (cmd, NULL, cmd->control_u.compile.scope);
+      eval_compile_command (cmd, NULL, cmd->control_u.compile.scope,
+                           cmd->control_u.compile.scope_data);
       ret = simple_control;
       break;
 
This page took 0.023714 seconds and 4 git commands to generate.