binutils-gdb/gdb/mi
Jan Kratochvil 54333c3bf8 gdb/
Replace public function varobj_list by all_root_varobjs iterator.
	* mi/mi-cmd-var.c (struct mi_cmd_var_update, mi_cmd_var_update_iter):
	New.
	(mi_cmd_var_update): Replace the varobj_list call by all_root_varobjs.
	Remove the variables rootlist, cr.  New variable data.
	* varobj.c (rootcount, varobj_list): Remove.
	(install_variable, uninstall_variable): Remove the rootcount updates.
	(all_root_varobjs): New function.
	(varobj_invalidate): Use the all_root_varobjs call.  Move the code to...
	(varobj_invalidate_iter): ... a new function.
	* varobj.h (varobj_list): Remove the prototype.
	(all_root_varobjs): New prototype.
2009-07-30 13:12:54 +00:00
..
ChangeLog-1999-2003 Eliminate the old mi/tui specific ChangeLog files as in ... 2004-01-12 15:16:44 +00:00
gdb-mi.el Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-cmd-break.c * breakpoint.h (struct breakpoint): New member GDBARCH. 2009-07-02 17:12:28 +00:00
mi-cmd-disas.c * mi/mi-cmd-disas.c (mi_cmd_disassemble): Respect mixed_mode flag. 2009-07-17 15:55:54 +00:00
mi-cmd-env.c Check return values of functions declared with warn_unused_result 2009-01-06 18:31:59 +00:00
mi-cmd-file.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-cmd-stack.c * mi/mi-cmd-stack.c (parse_print_values): New. 2009-06-30 09:37:24 +00:00
mi-cmd-target.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-cmd-var.c gdb/ 2009-07-30 13:12:54 +00:00
mi-cmds.c ChangeLog: 2009-06-28 18:53:12 +00:00
mi-cmds.h gdb 2009-05-28 01:09:20 +00:00
mi-common.c 2008-02-21 Pedro Alves <pedro@codesorcery.com> 2009-02-21 16:14:50 +00:00
mi-common.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-console.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-console.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-getopt.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-getopt.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-interp.c * mi/mi-interp.c (mi_on_resume): Initialize `count' to 0. 2009-05-29 19:06:12 +00:00
mi-main.c * defs.h (extract_signed_integer, extract_unsigned_integer, 2009-07-02 17:25:59 +00:00
mi-main.h gdb/ 2009-03-22 18:06:07 +00:00
mi-out.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-out.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-parse.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-parse.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
mi-symbol-cmds.c * defs.h (strlen_paddr, paddr, paddr_nz): Remove. 2009-07-02 17:21:10 +00:00