OSDN Git Service

* linux-nat.c (child_post_attach): Rename to ...
authoruweigand <uweigand>
Mon, 7 May 2007 00:18:38 +0000 (00:18 +0000)
committeruweigand <uweigand>
Mon, 7 May 2007 00:18:38 +0000 (00:18 +0000)
commit581785b31395d66d91d931dd6bac214d9be35a13
treeea8875ce5ea1b01b3eaf10d1554d0bf540c3bf7b
parentffef5ecfd290d48156df9b874509624a49283f0a
* 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