diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2004-01-20 00:45:29 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2004-01-20 00:45:29 +0000 |
commit | f51b8360c54c6fd90f478e0f4db72f29844b348b (patch) | |
tree | d023f5936e79dbf013bfd41f4082dea85f120155 /gdb/mi | |
parent | 41e681ba583433db8dae5820c3718f1bea866871 (diff) | |
download | gdb-f51b8360c54c6fd90f478e0f4db72f29844b348b.tar.gz |
(enum print_values): Add definition.
Diffstat (limited to 'gdb/mi')
-rw-r--r-- | gdb/mi/mi-cmds.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/mi/mi-cmds.h b/gdb/mi/mi-cmds.h index efcf0b5ca0a..c6194245b3d 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 |