HomeSort by: relevance | last modified time | path
    Searched refs:nonstop (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
non-ldr-exc-1.exp 26 proc do_test { lock_sched nonstop } {
30 append GDBFLAGS " -ex \"set non-stop $nonstop\""
48 if { $nonstop == "on" } {
57 foreach_with_prefix nonstop {"on" "off"} {
59 if {$schedlock == "on" && $nonstop == "on"} {
60 # Schedule locking has no effect in nonstop mode.
64 do_test $schedlock $nonstop
non-ldr-exc-3.exp 29 proc do_test { lock_sched nonstop } {
33 append GDBFLAGS " -ex \"set non-stop $nonstop\""
51 if { $nonstop == "on" } {
60 foreach_with_prefix nonstop {"on" "off"} {
62 if {$schedlock == "on" && $nonstop == "on"} {
63 # Schedule locking has no effect in nonstop mode.
67 do_test $schedlock $nonstop
non-ldr-exc-4.exp 28 proc do_test { lock_sched nonstop } {
32 append GDBFLAGS " -ex \"set non-stop $nonstop\""
50 if { $nonstop == "on" } {
59 foreach_with_prefix nonstop {"on" "off"} {
61 if {$schedlock == "on" && $nonstop == "on"} {
62 # Schedule locking has no effect in nonstop mode.
66 do_test $schedlock $nonstop
non-ldr-exc-2.exp 27 proc do_test { lock_sched nonstop } {
32 append GDBFLAGS " -ex \"set non-stop $nonstop\""
43 if { $nonstop == "on" } {
63 foreach_with_prefix nonstop {"on" "off"} {
65 if {$schedlock == "on" && $nonstop == "on"} {
66 # Schedule locking has no effect in nonstop mode.
70 do_test $schedlock $nonstop
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
non-ldr-exc-1.exp 26 proc do_test { lock_sched nonstop } {
30 append GDBFLAGS " -ex \"set non-stop $nonstop\""
48 if { $nonstop == "on" } {
57 foreach_with_prefix nonstop {"on" "off"} {
59 if {$schedlock == "on" && $nonstop == "on"} {
60 # Schedule locking has no effect in nonstop mode.
64 do_test $schedlock $nonstop
non-ldr-exc-3.exp 29 proc do_test { lock_sched nonstop } {
33 append GDBFLAGS " -ex \"set non-stop $nonstop\""
51 if { $nonstop == "on" } {
60 foreach_with_prefix nonstop {"on" "off"} {
62 if {$schedlock == "on" && $nonstop == "on"} {
63 # Schedule locking has no effect in nonstop mode.
67 do_test $schedlock $nonstop
non-ldr-exc-4.exp 28 proc do_test { lock_sched nonstop } {
32 append GDBFLAGS " -ex \"set non-stop $nonstop\""
50 if { $nonstop == "on" } {
59 foreach_with_prefix nonstop {"on" "off"} {
61 if {$schedlock == "on" && $nonstop == "on"} {
62 # Schedule locking has no effect in nonstop mode.
66 do_test $schedlock $nonstop
non-ldr-exc-2.exp 27 proc do_test { lock_sched nonstop } {
32 append GDBFLAGS " -ex \"set non-stop $nonstop\""
43 if { $nonstop == "on" } {
63 foreach_with_prefix nonstop {"on" "off"} {
65 if {$schedlock == "on" && $nonstop == "on"} {
66 # Schedule locking has no effect in nonstop mode.
70 do_test $schedlock $nonstop
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
connect-stopped-target.exp 32 proc do_test {nonstop} {
43 gdb_test "set non-stop $nonstop"
76 foreach nonstop { "off" "on" } {
77 with_test_prefix "non-stop=$nonstop" {
78 do_test $nonstop
solib-list.exp 41 foreach nonstop { 0 1 } { with_test_prefix "non-stop $nonstop" {
68 gdb_test "set non-stop $nonstop"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
connect-stopped-target.exp 32 proc do_test {nonstop} {
43 gdb_test "set non-stop $nonstop"
76 foreach nonstop { "off" "on" } {
77 with_test_prefix "non-stop=$nonstop" {
78 do_test $nonstop
solib-list.exp 41 foreach nonstop { 0 1 } { with_test_prefix "non-stop $nonstop" {
68 gdb_test "set non-stop $nonstop"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-watch-nonstop.exp 33 standard_testfile watch-nonstop.c
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-watch-nonstop.exp 33 standard_testfile watch-nonstop.c
  /src/crypto/external/apache2/openssl/dist/test/recipes/
90-test_fipsload.t 22 plan skip_all => 'Test is disabled on NonStop ia64' if config('target') =~ m|^nonstop-nse|;
90-test_shlibload.t 23 plan skip_all => "Test is disabled on NonStop" if config('target') =~ m|^nonstop|;
01-test_symbol_presence.t 24 plan skip_all => "Test is disabled on NonStop" if config('target') =~ m|^nonstop|;
  /src/crypto/external/bsd/openssl/dist/test/recipes/
90-test_fipsload.t 22 plan skip_all => 'Test is disabled on NonStop ia64' if config('target') =~ m|^nonstop-nse|;
90-test_shlibload.t 23 plan skip_all => "Test is disabled on NonStop" if config('target') =~ m|^nonstop|;
01-test_symbol_presence.t 23 plan skip_all => "Test is disabled on NonStop" if config('target') =~ m|^nonstop|;
  /src/crypto/external/apache2/openssl/dist/util/
mkdef.pl 136 nonstop => { writer => \&writer_nonstop,
  /src/crypto/external/bsd/openssl/dist/util/
mkdef.pl 135 nonstop => { writer => \&writer_nonstop,
  /src/external/gpl3/gdb/dist/gdbserver/
linux-low.cc 5906 linux_process_target::start_non_stop (bool nonstop)
5909 target_async (nonstop);
5911 if (target_is_async_p () != (nonstop != false))
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.cc 5921 linux_process_target::start_non_stop (bool nonstop)
5924 target_async (nonstop);
5926 if (target_is_async_p () != (nonstop != false))

Completed in 40 milliseconds