]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
convert exec target to to_xclose
authorPaul Koning <paul_koning@dell.com>
Fri, 16 Oct 2015 18:52:29 +0000 (14:52 -0400)
committerPaul Koning <paul_koning@dell.com>
Fri, 16 Oct 2015 18:52:29 +0000 (14:52 -0400)
commit3101915abf7ce1188e58c811e8c8096fae441e3c
treefce67531528d3540eef3d1afd15b91059e17e15f
parent22855f3cab8948f5b4a0fdda9845ce47c8bafbc9
convert exec target to to_xclose

This converts the exec target to use to_xclose, to make it suitable
for multi-target.

2014-07-29  Tom Tromey  <tromey@redhat.com>

* exec.c (exec_xclose_1): Rename from exec_close_1.  Free "self".
(add_target_sections): Push a new target instance.
(section_table_read_available_memory): Don't refer to "exec_ops".
(set_section_command): Likewise.
(init_exec_ops): Set to_xclose, not to_close.
gdb/exec.c