Lines Matching refs:stop
31 proc run_one_test { non-stop target-non-stop } {
55 gdb_test_no_output "set non-stop ${non-stop}"
56 gdb_test_no_output "maint set target-non-stop ${target-non-stop}"
66 foreach_with_prefix non-stop {0 1} {
67 foreach_with_prefix target-non-stop {0 1} {
69 if { ${non-stop} == 1 && ${target-non-stop} == 0} {
73 run_one_test ${non-stop} ${target-non-stop}