projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b3f065
)
(enum print_values): Add definition.
author
Nick Roberts
<nickrob@snap.net.nz>
Tue, 20 Jan 2004 00:45:29 +0000
(
00:45
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Tue, 20 Jan 2004 00:45:29 +0000
(
00:45
+0000)
gdb/mi/mi-cmds.h
patch
|
blob
|
history
diff --git
a/gdb/mi/mi-cmds.h
b/gdb/mi/mi-cmds.h
index efcf0b5ca0a2dfbe8477e36506aa35aa1484855c..c6194245b3d6530f4a9e54cd5ea3f66807b6d236 100644
(file)
--- 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