Lines Matching refs:stop
17 # steps. GDB used to have a bug where in target-non-stop targets, and
18 # in all-stop mode, after the first "next" (or "step/stepi/nexti"),
19 # GDB would prematurely stop all threads. For the subsequent N-1
30 proc test {non-stop target-non-stop} {
32 append ::GDBFLAGS " -ex \"maintenance set target-non-stop ${target-non-stop}\""
33 append ::GDBFLAGS " -ex \"set non-stop ${non-stop}\""
50 foreach_with_prefix non-stop {off on} {
51 foreach_with_prefix target-non-stop {off on} {
52 if {${non-stop} == "on" && ${target-non-stop} == "off"} {
57 test ${non-stop} ${target-non-stop}