Lines Matching refs:stop
56 proc do_test { target-non-stop non-stop follow-fork-mode detach-on-fork schedule-multiple } {
58 append ::GDBFLAGS " -ex \"maintenance set target-non-stop ${target-non-stop}\""
59 append ::GDBFLAGS " -ex \"set non-stop ${non-stop}\""
86 foreach_with_prefix target-non-stop {auto on off} {
87 foreach_with_prefix non-stop {off on} {
91 do_test ${target-non-stop} ${non-stop} ${follow-fork-mode} ${detach-on-fork} ${schedule-multiple}