Home | History | Annotate | Download | only in gdb.threads

Lines Matching refs:fork

56 proc do_test { target-non-stop non-stop follow-fork-mode detach-on-fork schedule-multiple } {
63 gdb_test_no_output "set follow-fork-mode ${follow-fork-mode}"
64 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
82 # We only test with follow-fork-mode=parent and detach-on-fork=on at the
88 foreach_with_prefix follow-fork-mode {parent} {
89 foreach_with_prefix detach-on-fork {on} {
91 do_test ${target-non-stop} ${non-stop} ${follow-fork-mode} ${detach-on-fork} ${schedule-multiple}