]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
2012-11-02 Pedro Alves <palves@redhat.com>
authorPedro Alves <palves@redhat.com>
Fri, 2 Nov 2012 18:10:29 +0000 (18:10 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 2 Nov 2012 18:10:29 +0000 (18:10 +0000)
commit71ce889da907b11ec88efa3ddc93ee1f0371f8e9
tree99df49bba46623161516f369601149d15d26e3f4
parent1e35b1a94e55f79e3ae629dd2237224f3e230867
2012-11-02  Pedro Alves  <palves@redhat.com>

* gdb.base/foll-vfork-exit.c: New file.
* gdb.base/foll-vfork.exp (top level): New file-describing
comment.
(vfork_child_follow_to_exit): New procedure.
(tcatch_vfork_then_child_follow): Rename as ...
(tcatch_vfork_then_child_follow_exec): ... this.
(tcatch_vfork_then_child_follow_exit): New procedure.
(do_vfork_and_follow_parent_tests): New procedure, factored out
from do_vfork_and_exec_tests.
(do_vfork_and_follow_child_tests_exec): Ditto.
(do_vfork_and_exec_tests): Delete.
(do_vfork_and_follow_child_tests_exit): New procedure.
(top level): Run tests with both the program that has the vfork
child execing, and the program has the vfork child exiting.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/foll-vfork-exit.c [new file with mode: 0644]
gdb/testsuite/gdb.base/foll-vfork.exp