Implement TARGET_OBJECT_STACK_MEMORY.
[deliverable/binutils-gdb.git] / gdb / mi / mi-main.c
index 6aa1d08db994366bb97158674215f1b2cb40e144..857a5d5125d060b24e89f58db007054d53dddd8b 100644 (file)
@@ -1353,7 +1353,8 @@ mi_cmd_execute (struct mi_parse *parse)
   struct cleanup *cleanup;
   int i;
 
-  free_all_values ();
+  prepare_execute_command ();
+
   cleanup = make_cleanup (null_cleanup, NULL);
 
   if (parse->frame != -1 && parse->thread == -1)
This page took 0.023447 seconds and 4 git commands to generate.