(enum print_values): Add definition.
authorNick Roberts <nickrob@snap.net.nz>
Tue, 20 Jan 2004 00:45:29 +0000 (00:45 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 20 Jan 2004 00:45:29 +0000 (00:45 +0000)
gdb/mi/mi-cmds.h

index efcf0b5ca0a2dfbe8477e36506aa35aa1484855c..c6194245b3d6530f4a9e54cd5ea3f66807b6d236 100644 (file)
@@ -48,6 +48,12 @@ enum mi_cmd_result
     MI_CMD_QUIET
   };
 
+enum print_values {
+   PRINT_NO_VALUES,
+   PRINT_ALL_VALUES,
+   PRINT_SIMPLE_VALUES
+};
+
 typedef enum mi_cmd_result (mi_cmd_argv_ftype) (char *command, char **argv, int argc);
 
 /* Older MI commands have this interface. Retained until all old
This page took 0.024047 seconds and 4 git commands to generate.