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

Lines Matching refs:threaded

18 # We test a non-threaded and a threaded configuration, so that targets
32 # - threaded: 0 or 1
35 proc_with_prefix test { non-stop threaded run-or-attach } {
75 # non-threaded version, our only thread is stopped in any case, so
79 if { ${non-stop} == "off" || !${threaded} } {
108 foreach_with_prefix threaded {0 1} {
109 set options [list debug additional_flags=-DWITH_THREADS=$threaded \
111 if { $threaded } {
123 test ${non-stop} ${threaded} ${run-or-attach}