OSDN Git Service

(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 efcf0b5..c619424 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