8sa1-binutils-gdb/gdb/python
Tom Tromey 4e7a5ef5a8 * varobj.c (update_dynamic_varobj_children): Don't use
value_copy.
	* value.h: (preserve_one_value): Declare.
	(value_prepend_to_list, value_remove_from_list): Remove.
	* value.c (preserve_one_value): No longer static.
	(preserve_values): Call preserve_python_values.
	(value_prepend_to_list): Remove.
	(value_remove_from_list): Remove.
	* python/python.h (values_in_python): Don't declare.
	(preserve_python_values): Declare.
	* python/python-value.c (values_in_python): Change type.  Move
	lower.  Now static.
	(struct value_object): Add struct tag.
	<next, prev>: New fields.
	(valpy_dealloc): Update.
	(note_value): New function.
	(valpy_new): Use value_incref, note_value.
	(preserve_python_values): New function.
	(valpy_positive): Don't use value_copy.
	(value_to_value_object): Use value_incref, note_value.
	(convert_value_from_python): Update comment.
2009-08-13 18:39:20 +00:00
..
python-cmd.c * python/python-internal.h (struct language_defn): Declare. 2009-07-02 17:04:23 +00:00
python-frame.c gdb 2009-04-13 20:54:59 +00:00
python-function.c * python/python-internal.h (struct language_defn): Declare. 2009-07-02 17:04:23 +00:00
python-internal.h 2009-07-10 Phil Muldoon <pmuldoon@redhat.com> 2009-07-10 10:35:17 +00:00
python-objfile.c * python/python-internal.h (struct language_defn): Declare. 2009-07-02 17:04:23 +00:00
python-prettyprint.c 2009-07-10 Phil Muldoon <pmuldoon@redhat.com> 2009-07-10 10:35:17 +00:00
python-type.c * python/python-internal.h (struct language_defn): Declare. 2009-07-02 17:04:23 +00:00
python-utils.c 2009-07-10 Phil Muldoon <pmuldoon@redhat.com> 2009-07-10 10:35:17 +00:00
python-value.c * varobj.c (update_dynamic_varobj_children): Don't use 2009-08-13 18:39:20 +00:00
python.c * python/python-internal.h (struct language_defn): Declare. 2009-07-02 17:04:23 +00:00
python.h * varobj.c (update_dynamic_varobj_children): Don't use 2009-08-13 18:39:20 +00:00