old-cross-binutils/gdb/cli
Tom Tromey 7c8a8b0498 * cli/cli-script.c (do_fclose_cleanup): Remove.
(script_from_file): Use make_cleanup_fclose.
	* xml-tdesc.c (do_cleanup_fclose): Remove.
	(fetch_xml_from_file): Use make_cleanup_fclose.
	* tracepoint.c (tracepoint_save_command): Use
	make_cleanup_fclose.  Always free pathname.
	* source.c (print_source_lines_base): Use make_cleanup_fclose.
	* remote.c (fclose_cleanup): Remove.
	(remote_file_put): Use make_cleanup_fclose.
	(remote_file_get): Likewise.
	* linux-nat.c (linux_nat_find_memory_regions): Use
	make_cleanup_fclose.
	(linux_nat_info_proc_cmd): Likewise.
	(linux_proc_pending_signals): Likewise.
	* fbsd-nat.c (fbsd_find_memory_regions): Use make_cleanup_fclose.
	Free file name.
	* cli/cli-dump.c (do_fclose_cleanup): Remove.
	(make_cleanup_fclose): Remove.
	* defs.h (make_cleanup_fclose): Declare.
	* utils.c (do_fclose_cleanup): New function.
	(make_cleanup_fclose): Likewise.
2008-10-28 15:22:13 +00:00
..
cli-cmds.c * cli/cli-cmds.c (edit_command): Remove unused variables. Delete 2008-07-30 01:08:35 +00:00
cli-cmds.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cli-decode.c revert previous change, like interpreting English is obvious ... 2008-08-30 01:54:11 +00:00
cli-decode.h Kill cmd_async_ok. 2008-07-26 10:23:56 +00:00
cli-dump.c * cli/cli-script.c (do_fclose_cleanup): Remove. 2008-10-28 15:22:13 +00:00
cli-dump.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cli-interp.c Implement MI notification for new threads. 2008-03-14 17:21:08 +00:00
cli-logging.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cli-script.c * cli/cli-script.c (do_fclose_cleanup): Remove. 2008-10-28 15:22:13 +00:00
cli-script.h Initial python support. 2008-08-06 19:41:33 +00:00
cli-setshow.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cli-setshow.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cli-utils.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cli-utils.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00