diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-03-23 20:41:49 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-03-23 20:41:49 +0000 |
commit | b8a9d586e0e0dd6f0ef493a9f4b5d1ea4899629c (patch) | |
tree | aef40174f05f6a8687b8346eb2b72689a784b93a /gdb/mi/mi-cmds.h | |
parent | 68fbf4c956dd44db14d1155048e25d2874736f9f (diff) | |
download | gdb-cvs/ezannoni_pie-20030916-branch.tar.gz |
merge mainline changes into branchezannoni_pie-20030916-branchcvs/ezannoni_pie-20030916-branch
Diffstat (limited to 'gdb/mi/mi-cmds.h')
-rw-r--r-- | gdb/mi/mi-cmds.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/mi/mi-cmds.h b/gdb/mi/mi-cmds.h index efcf0b5ca0a..545305986c6 100644 --- a/gdb/mi/mi-cmds.h +++ b/gdb/mi/mi-cmds.h @@ -1,6 +1,6 @@ /* MI Command Set for GDB, the GNU debugger. - Copyright 2000, 2003 Free Software Foundation, Inc. + Copyright 2000, 2003, 2004 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). @@ -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 |