* mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptr
authorAndrew Cagney <cagney@redhat.com>
Mon, 9 Jul 2001 14:50:37 +0000 (14:50 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 9 Jul 2001 14:50:37 +0000 (14:50 +0000)
with `struct value *'.

gdb/mi/ChangeLog
gdb/mi/mi-main.c

index 8b2e308..5bf43f7 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-07  Andrew Cagney  <ac131313@redhat.com>
+
+       * mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptr
+       with `struct value *'.
+
 2001-07-08  Kevin Buettner  <kevinb@redhat.com>
 
        * mi-out.c (mi_table_header, mi_field_int, mi_field_skip)
index 5187cb0..78b7f7c 100644 (file)
@@ -659,7 +659,7 @@ mi_cmd_data_evaluate_expression (char *command, char **argv, int argc)
 {
   struct expression *expr;
   struct cleanup *old_chain = NULL;
-  value_ptr val;
+  struct value *val;
   struct ui_stream *stb = NULL;
 
   stb = ui_out_stream_new (uiout);