Home
last modified time | relevance | path

Searched refs:varobj (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvarobj.h55 struct varobj;
59 extern struct varobj *varobj_create (char *objname,
65 extern struct varobj *varobj_get_handle (char *name);
67 extern char *varobj_get_objname (struct varobj *var);
69 extern char *varobj_get_expression (struct varobj *var);
71 extern int varobj_delete (struct varobj *var, char ***dellist,
75 struct varobj *var,
79 struct varobj *var);
81 extern int varobj_get_num_children (struct varobj *var);
83 extern int varobj_list_children (struct varobj *var,
[all …]
H A Dvarobj.c66 struct varobj *rootvar;
75 struct varobj struct
104 struct varobj *parent; argument
127 struct varobj *child; argument
138 struct varobj *var;
152 struct varobj *var;
160 static int delete_variable (struct cpstack **, struct varobj *, int);
163 struct varobj *, int, int);
165 static int install_variable (struct varobj *);
167 static void uninstall_variable (struct varobj *);
[all …]
H A DMakefile.in300 gdbtk-register.o gdbtk-stack.o gdbtk-varobj.o gdbtk-wrapper.o
306 gdbtk/generic/gdbtk-varobj.c gdbtk/generic/gdbtk-wrapper.c \
560 valarith.c valops.c valprint.c values.c varobj.c \
795 varobj_h = varobj.h $(symtab_h) $(gdbtypes_h)
921 varobj.o wrapper.o \
H A DChangeLog-1999115 * varobj.c (varobj_list): Improve the test and the text of the
901 * varobj.c (varobj_gen_name, c_name_of_child, c_value_of_variable,
1129 * varobj.c (c_value_of_variable): Use mem_fileopen () and
1218 * varobj.c (varobj_get_type, c_value_of_variable): Use
1229 * varobj.c (varobj_get_type, c_value_of_variable): Update.
2298 * varobj.c (varobj_get_type): Call tui_sfileopen() instead of
2547 * varobj.c (varobj_create, new_root_variable): Ditto.
2885 * varobj.c (varobj_set_value): Fix handling of baseclasses and
2891 * varobj.c (varobj_update): Fix setting of child error field.
2902 * varobj.c (varobj_gen_name): Dynamically allocate variable object
[all …]
H A DChangeLog-2000181 varobj.c, win32-nat.c, wince.c, xcoffread.c, cli/cli-cmds.c,
405 * Makefile.in (varobj.o): Delete special .c.o rule supressing
555 * varobj.c (varobj_create): Initialize ``old_fi''.
825 * varobj.c (child_exists, cplus_class_num_children): Protoize.
956 * varobj.c (varobj_set_value): Use gdb_value_assign, not
957 value_assign which can longjump. Do not change varobj value if
1453 * varobj.c (type_changeable): Arrays are not changeable.
1459 * varobj.c (varobj_update): Prevent uninitialized error code to be
1646 * varobj.c (varobj_set_value): Call wrapped version of
2802 valarith.c, valops.c, valprint.c, values.c, varobj.c,
[all …]
H A DChangeLog-20011252 * varobj.c (c_value_of_child): Release memory for "name" when
1304 * varobj.c (c_value_of_child): Use the wrapper function,
2020 * varobj.c: Replace value_ptr with ``struct value *''.
2024 * varobj.c: Re-indent.
2259 Replace call-cmds.h with $(call_cmds_h). Replace varobj.h with
2554 * varobj.c (cplus_value_of_child): Deal with a failure
3124 * varobj.c (varobj_update): Change first parameter to
3125 pointer to struct varobj*. This function can delete
3126 varobjs, so we need to give callers the new varobj
3130 * varobj.h (varobj_update): Likewise.
[all …]
H A DChangeLog-20021114 * varobj.c (varobj_create): Update.
1262 * stack.c, thread.c, tracepoint.c, valops.c, varobj.c: Update.
1499 * varobj.c (find_frame_addr_in_frame_chain):
1545 * varobj.c (find_frame_addr_in_frame_chain): ... to here.
2540 * varobj.c (child_exists, cplus_number_of_children): Change
2931 * varobj.c (struct varobj): Add new "updated" flag.
2935 (varobj_update): Check varobj "updated" flag before
3577 * varobj.c (c_type_of_child): Use get_target_type instead
5233 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
5834 (gdbtk-varobj.o): Ditto.
[all …]
H A DChangeLog3478 * varobj.c (_initialize_varobj): Update.
4145 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
H A DChangeLog-20034123 * varobj.c (find_frame_addr_in_frame_chain): Call
6689 * varobj.c (get_type, get_target_type): Use check_typedef.
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-cmd-var.c35 static int varobj_update_one (struct varobj *var);
43 struct varobj *var; in mi_cmd_var_create()
116 struct varobj *var; in mi_cmd_var_delete()
173 struct varobj *var; in mi_cmd_var_set_format()
216 struct varobj *var; in mi_cmd_var_show_format()
236 struct varobj *var; in mi_cmd_var_info_num_children()
253 struct varobj *var; in mi_cmd_var_list_children()
254 struct varobj **childlist; in mi_cmd_var_list_children()
255 struct varobj **cc; in mi_cmd_var_list_children()
315 struct varobj *var; in mi_cmd_var_info_type()
[all …]
H A DChangeLog-1999-2003305 (varobj_update_one): For m2, add tuple begin and end for varobj
1267 which_var): New file. Move varobj commands to here from
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A DChangeLog-1999-2003107 * mi-var-cmd.exp: Add tests to check when varobj pinned to a
123 * gdb701.exp: New file for testing varobj target type bug.
/openbsd-src/gnu/usr.bin/binutils/gdb/config/djgpp/
H A Dfnchange.lst113 @V@/gdb/gdbtk/generic/gdbtk-varobj.c @V@/gdb/gdbtk/generic/gdbtk-vobj.c