* linux-nat.c (child_post_attach): Rename to ...
authorUlrich Weigand <uweigand@de.ibm.com>
Mon, 7 May 2007 00:18:39 +0000 (00:18 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Mon, 7 May 2007 00:18:39 +0000 (00:18 +0000)
commit6d8fd2b7b1b6755e175d50d081e38f44076dd8d6
tree37b83651ad74e2bfc76ab860a05d351fe9c6f25b
parentf1711da729da1fb37a2baedee53deb3333e09bf5
* linux-nat.c (child_post_attach): Rename to ...
(linux_child_post_attach): ... this.  Make static.
(child_follow_fork): Rename to ...
(linux_child_follow_fork): ... this.  Make static.
(child_insert_fork_catchpoint): Rename to ...
(linux_child_insert_fork_catchpoint): ... this.  Make static.
(child_insert_vfork_catchpoint): Rename to ...
(linux_child_insert_vfork_catchpoint): ... this.  Make static.
(child_insert_exec_catchpoint): Rename to ...
(linux_child_insert_exec_catchpoint): ... this.  Make static.
(child_pid_to_exec_file): Rename to ...
(linux_child_pid_to_exec_file): ... this.  Make static.
Add prototype.
(linux_handle_extended_wait): Update call.
(linux_xfer_partial): Update callback routine names.
gdb/ChangeLog
gdb/linux-nat.c