Searched refs:non_stop (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dstep-sw-breakpoint-adjust-pc.exp31 proc test {non_stop displaced always_inserted} {
38 gdb_test_no_output "set non-stop $non_stop"
76 foreach_with_prefix non_stop { "off" "on" } {
79 test $non_stop $displaced_step $always_inserted
H A Dfork-running-state.exp24 proc do_test { detach_on_fork follow_fork non_stop schedule_multiple } {
30 append GDBFLAGS " -ex \"set non-stop $non_stop\""
69 if {$non_stop == "off"} {
107 } elseif {$non_stop == "on" || $schedule_multiple == "on"} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstep-sw-breakpoint-adjust-pc.exp31 proc test {non_stop displaced always_inserted} {
38 set GDBFLAGS "$GDBFLAGS -ex \"set non-stop $non_stop\""
79 foreach_with_prefix non_stop { "off" "on" } {
82 test $non_stop $displaced_step $always_inserted
H A Daccess-mem-running.exp27 proc test { non_stop } {
34 append GDBFLAGS " -ex \"set non-stop $non_stop\""
44 if {!$non_stop
61 if {$non_stop == "off"} {
119 foreach non_stop { "off" "on" } {
120 set stop_mode [expr ($non_stop=="off")?"all-stop":"non-stop"]
122 test $non_stop
H A Dfork-running-state.exp24 proc do_test { detach_on_fork follow_fork non_stop schedule_multiple } {
30 append GDBFLAGS " -ex \"set non-stop $non_stop\""
68 if {$non_stop == "off"} {
106 } elseif {$non_stop == "on" || $schedule_multiple == "on"} {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dbreak-while-running.exp37 proc test { update_thread_list always_inserted non_stop } {
44 gdb_test_no_output "set non-stop $non_stop"
56 if {$non_stop=="off" && [gdb_is_target_remote]} {
66 if {$non_stop == "off"} {
108 if {$non_stop == "on"} {
154 foreach non_stop { "off" "on" } {
155 set stop_mode [expr ($non_stop=="off")?"all-stop":"non-stop"]
158 test $update_thread_list $always_inserted $non_stop
H A Dprocess-dies-while-handling-bp.exp37 proc do_test { non_stop cond_bp_target } {
44 set GDBFLAGS [concat $GDBFLAGS " -ex \"set non-stop $non_stop\""]
131 foreach_with_prefix non_stop {"on" "off"} {
133 do_test $non_stop $cond_bp_target
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dbreak-while-running.exp37 proc test { update_thread_list always_inserted non_stop } {
44 gdb_test_no_output "set non-stop $non_stop"
56 if {$non_stop=="off" && [gdb_is_target_remote]} {
66 if {$non_stop == "off"} {
108 if {$non_stop == "on"} {
154 foreach non_stop { "off" "on" } {
155 set stop_mode [expr ($non_stop=="off")?"all-stop":"non-stop"]
158 test $update_thread_list $always_inserted $non_stop
H A Daccess-mem-running-thread-exit.exp47 proc test { non_stop } {
53 append GDBFLAGS " -ex \"set non-stop $non_stop\""
63 if {!$non_stop
127 if {$non_stop == "off"} {
188 foreach non_stop { "off" "on" } {
189 set stop_mode [expr ($non_stop=="off")?"all-stop":"non-stop"]
191 test $non_stop
H A Dprocess-dies-while-handling-bp.exp37 proc do_test { non_stop cond_bp_target } {
44 set GDBFLAGS [concat $GDBFLAGS " -ex \"set non-stop $non_stop\""]
130 foreach_with_prefix non_stop {"on" "off"} {
132 do_test $non_stop $cond_bp_target
H A Ddetach-step-over.exp63 proc start_gdb_for_test {condition_eval target_non_stop non_stop displaced} {
66 append ::GDBFLAGS " -ex \"set non-stop $non_stop\""
155 proc prepare_test_iter {testpid non_stop attempt attempts tid_re} {
160 if {$non_stop} {
177 if {$non_stop} {
194 proc_with_prefix test_detach_command {condition_eval target_non_stop non_stop displaced} {
198 start_gdb_for_test $condition_eval $target_non_stop $non_stop $displaced
224 if {![prepare_test_iter $testpid $non_stop \
309 non_stop displaced} {
312 if {!$non_stop
[all...]
H A Dattach-non-stop.exp30 proc test {target_non_stop non_stop cmd} {
41 append GDBFLAGS " -ex \"set non-stop $non_stop\""
65 if {$non_stop} {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinf-loop.c46 if (!non_stop)
H A Dinfrun.h67 extern bool non_stop;
H A Dinfcmd.c452 if (non_stop && !run_target->supports_non_stop ())
510 if (non_stop)
642 if (non_stop && all_threads)
705 if (!non_stop && all_threads_p)
721 if (non_stop)
757 if (!non_stop || !all_threads_p)
1189 if (!non_stop)
1876 if (non_stop)
2484 if (non_stop)
2507 if (non_stop)
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinf-loop.c45 if (!non_stop)
H A Dinfrun.h98 extern bool non_stop;
H A Dinfcmd.c420 if (non_stop && !run_target->supports_non_stop ())
489 if (non_stop)
623 if (non_stop && all_threads)
690 if (!non_stop && all_threads_p)
706 if (non_stop)
742 if (!non_stop || !all_threads_p)
1188 if (!non_stop)
1957 if (non_stop)
2561 if (non_stop)
2584 if (non_stop)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-threadevent.c28 if (non_stop)
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-threadevent.c28 if (non_stop)
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dserver.h78 extern bool non_stop;
H A Dtarget.cc207 bool was_non_stop = non_stop;
215 non_stop = true;
217 non_stop = was_non_stop;
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dserver.h78 extern bool non_stop;
H A Dtarget.cc178 bool was_non_stop = non_stop;
186 non_stop = true;
188 non_stop = was_non_stop;
H A Dserver.cc88 bool non_stop; variable
319 if (!non_stop)
809 non_stop = (req != 0);
1189 if (!non_stop)
1193 non_stop = true;
1691 if (non_stop)
1699 if (non_stop)
2892 if (!non_stop)
2913 if (non_stop)
2964 if (non_stop)
[all...]

Completed in 409 milliseconds

12