binutils-gdb/gdb/mi
Vladimir Prus 25d5ea921b * varobj.h (varobj_set_frozen): New
(varobj_get_frozen): New.
        (varobj_update): New parameter explicit.
        * varobj.c (struct varobj): New fields frozen
        and not_fetched.
        (varobj_set_frozen, varobj_get_frozen): New.
        (install_new_value): Don't fetch values for
        frozen variable object, or children thereof.  Allow
        a frozen variable object to have non-fetched value.
        (varobj_update): Allow updating child variables.
        Don't traverse frozen children.
        (new_variable): Initialize the frozen field.
        (c_value_of_variable): Return NULL for frozen
        variable without any value yet.
        * mi/mi-cmd-var.c (varobj_update_one): New parameter
        'explicit'.
        (mi_cmd_var_create): Output the 'frozen' field,
        as soon as testsuite is adjusted to expect that field.
        (mi_cmd_var_set_frozen): New.
        (mi_cmd_var_update): Pass the 'explicit' parameter to
        varobj_update_one.
        * mi/mi-cmds.c (mi_cmds): Register '-var-set-frozen'.
        * mi/mi-cmds.h (mi_cmd_var_set_frozen): Declare.
2007-04-14 09:51:30 +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 Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-cmd-break.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-cmd-disas.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-cmd-env.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-cmd-file.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-cmd-stack.c *** empty log message *** 2007-02-04 20:57:26 +00:00
mi-cmd-var.c * varobj.h (varobj_set_frozen): New 2007-04-14 09:51:30 +00:00
mi-cmds.c * varobj.h (varobj_set_frozen): New 2007-04-14 09:51:30 +00:00
mi-cmds.h * varobj.h (varobj_set_frozen): New 2007-04-14 09:51:30 +00:00
mi-common.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-common.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-console.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-console.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-getopt.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-getopt.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-interp.c * defs.h (deprecated_registers_changed_hook): Delete declaration. 2007-03-29 18:55:01 +00:00
mi-main.c * breakpoint.c (gdb_breakpoint_query): Really return an 2007-04-10 14:53:46 +00:00
mi-main.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-out.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-out.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-parse.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mi-parse.h * mi/mi-parse.h: Include <sys/time.h>. 2007-02-05 13:22:20 +00:00
mi-symbol-cmds.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00