From: Nick Roberts Date: Tue, 20 Jan 2004 00:45:29 +0000 (+0000) Subject: (enum print_values): Add definition. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f51b8360c54c6fd90f478e0f4db72f29844b348b;p=pf3gnuchains%2Fpf3gnuchains3x.git (enum print_values): Add definition. --- diff --git a/gdb/mi/mi-cmds.h b/gdb/mi/mi-cmds.h index efcf0b5ca0..c6194245b3 100644 --- a/gdb/mi/mi-cmds.h +++ b/gdb/mi/mi-cmds.h @@ -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