Lines Matching refs:stop
46 # NS_STOP_ALL is only used if testing "set non-stop on", and indicates
47 # whether to have GDB explicitly stop all threads before continuing to
50 proc test {step_over_mode non-stop target-non-stop schedlock cmd ns_stop_all} {
51 if {${non-stop} == "off" && $ns_stop_all} {
56 append ::GDBFLAGS " -ex \"maintenance set target-non-stop ${target-non-stop}\""
57 append ::GDBFLAGS " -ex \"set non-stop ${non-stop}\""
72 || (${non-stop} == "on" && $ns_stop_all)} {
80 if {${non-stop} == "on"} {
83 # one stop.
120 # With "continue" and no scheduler-locking, GDB doesn't stop
168 if {${non-stop}} {
208 if {${non-stop}} {
219 foreach_with_prefix non-stop {off on} {
220 foreach_with_prefix target-non-stop {off on} {
221 if {${non-stop} == "on" && ${target-non-stop} == "off"} {
228 if {${non-stop} == "on"} {
230 test ${step_over_mode} ${non-stop} ${target-non-stop} \
234 test ${step_over_mode} ${non-stop} ${target-non-stop} ${schedlock} ${cmd} 0