* 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 8b2e308836041640f160367825aa6406fbec1955..5bf43f7689896715e95532fea6f90c28615408a1 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 5187cb056c2b971eab39c73be8be6018460903c5..78b7f7c2efb9bc4f51c02f8c5b0b8bf773695836 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);
This page took 0.027323 seconds and 4 git commands to generate.