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 | 90e645cd1bfb2ebae285cf9553aa14925b64e742 (patch) | |
tree | 4aabfe2c67f74745217f56b0713faaa181c3a9f9 /gdb/mi | |
parent | 4b3f06589284b3f1d5ff8f20c67ce08844f43efe (diff) | |
download | gdb-90e645cd1bfb2ebae285cf9553aa14925b64e742.zip gdb-90e645cd1bfb2ebae285cf9553aa14925b64e742.tar.gz gdb-90e645cd1bfb2ebae285cf9553aa14925b64e742.tar.bz2 |
(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 efcf0b5..c619424 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 |