binutils-gdb/gdb/python
Doug Evans c1bd65d042 * objfiles.c (struct objfile_data): Delete member cleanup and replace
with save, free.
	(register_objfile_data_with_cleanup): Delete arg cleanup and replace
	with save, free.  All callers updated.
	(clear_objfile_data): Replace cleanup loop with separate save and
	free loops.
	* objfiles.h (register_objfile_data_with_cleanup): Update.
	* arm-tdep.c (arm_objfile_data_free): Renamed from
	arm_objfile_data_cleanup, all callers updated.
	* dwarf2read.c (dwarf2_per_objfile_free): Renamed from
	dwarf2_per_objfile_cleanup, all callers updated.
	* python/py-objfile.c (py_free_objfile): Renamed from clean_up_objfile,
	all callers updated.
	* python/py-type.c (save_objfile_types): Renamed from
	clean_up_objfile_types, all callers updated.
2009-09-11 18:51:31 +00:00
..
py-cmd.c Checking in this patch for Thiago: Rename python-* files into py-*, 2009-09-09 17:45:42 +00:00
py-frame.c Checking in this patch for Thiago: Rename python-* files into py-*, 2009-09-09 17:45:42 +00:00
py-function.c Checking in this patch for Thiago: Rename python-* files into py-*, 2009-09-09 17:45:42 +00:00
py-objfile.c * objfiles.c (struct objfile_data): Delete member cleanup and replace 2009-09-11 18:51:31 +00:00
py-prettyprint.c Checking in this patch for Thiago: Rename python-* files into py-*, 2009-09-09 17:45:42 +00:00
py-type.c * objfiles.c (struct objfile_data): Delete member cleanup and replace 2009-09-11 18:51:31 +00:00
py-utils.c Checking in this patch for Thiago: Rename python-* files into py-*, 2009-09-09 17:45:42 +00:00
py-value.c Checking in this patch for Thiago: Rename python-* files into py-*, 2009-09-09 17:45:42 +00:00
python-internal.h 2009-07-10 Phil Muldoon <pmuldoon@redhat.com> 2009-07-10 10:35:17 +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