* cli/cli-script.c (do_fclose_cleanup): Remove.
authorTom Tromey <tromey@redhat.com>
Tue, 28 Oct 2008 15:22:13 +0000 (15:22 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 28 Oct 2008 15:22:13 +0000 (15:22 +0000)
commit7c8a8b0498cb16b1a36e3210977eae12cca98f64
tree276b941fb714e325a2f0f9c2f3ec245e7208751f
parent0f3e7e3c00105f22f385228be5e5e9df2afe140c
* 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.
gdb/ChangeLog
gdb/cli/cli-dump.c
gdb/cli/cli-script.c
gdb/defs.h
gdb/fbsd-nat.c
gdb/linux-nat.c
gdb/remote.c
gdb/source.c
gdb/tracepoint.c
gdb/utils.c
gdb/xml-tdesc.c
This page took 0.036396 seconds and 4 git commands to generate.