binutils-gdb/gdb/mi
Daniel Jacobowitz 1ecb4ee030 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
Daniel Jacobowitz  <dan@codesourcery.com>

	* mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values): New
	declarations.
	* mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Use string
	constants instead of literals for MI command options.
	* mi/mi-cmd-var.c (mi_no_values, mi_simple_values, mi_all_values):
	New variables.
	(mi_parse_values_option, mi_print_value_p): New functions.
	(mi_cmd_var_list_children): Use mi_parse_values_option and
	mi_print_value_p.
	(mi_cmd_var_update): Support a PRINT_VALUES option.  Update calls
	to varobj_update_one.
	(varobj_update_one): Take a print_values argument.  Call
	mi_print_value_p.
	* varobj.c (varobj_get_gdb_type): New function.
	* varobj.h (varobj_get_gdb_type): New prototype.
2005-07-15 04:12:19 +00:00
..
ChangeLog-1999-2003
gdb-mi.el
mi-cmd-break.c 2005-02-11 Andrew Cagney <cagney@gnu.org> 2005-02-11 18:13:55 +00:00
mi-cmd-disas.c 2005-02-10 Andrew Cagney <cagney@gnu.org> 2005-02-11 04:06:14 +00:00
mi-cmd-env.c Index: gdb/ChangeLog 2005-07-06 14:54:37 +00:00
mi-cmd-file.c 2005-02-10 Andrew Cagney <cagney@gnu.org> 2005-02-11 04:06:14 +00:00
mi-cmd-stack.c 2005-07-15 Nick Roberts <nickrob@snap.net.nz> 2005-07-15 04:12:19 +00:00
mi-cmd-var.c 2005-07-15 Nick Roberts <nickrob@snap.net.nz> 2005-07-15 04:12:19 +00:00
mi-cmds.c Index: gdb/ChangeLog 2005-07-06 14:54:37 +00:00
mi-cmds.h 2005-07-15 Nick Roberts <nickrob@snap.net.nz> 2005-07-15 04:12:19 +00:00
mi-common.c This is a cleanup change. It is the beggining of allowing GDB/MI to be 2005-05-29 03:13:19 +00:00
mi-common.h This is a cleanup change. It is the beggining of allowing GDB/MI to be 2005-05-29 03:13:19 +00:00
mi-console.c 2005-02-11 Andrew Cagney <cagney@gnu.org> 2005-02-11 18:13:55 +00:00
mi-console.h
mi-getopt.c 2005-02-11 Andrew Cagney <cagney@gnu.org> 2005-02-11 18:13:55 +00:00
mi-getopt.h
mi-interp.c 2005-04-26 Andrew Cagney <cagney@gnu.org> 2005-04-26 05:03:41 +00:00
mi-main.c (mi_cmd_data_list_register_values): Remove test for 2005-06-13 22:21:57 +00:00
mi-main.h
mi-out.c 2005-02-11 Andrew Cagney <cagney@gnu.org> 2005-02-11 18:13:55 +00:00
mi-out.h
mi-parse.c
mi-parse.h
mi-symbol-cmds.c 2005-02-10 Andrew Cagney <cagney@gnu.org> 2005-02-11 04:06:14 +00:00