HomeSort by: relevance | last modified time | path
    Searched refs:detach (Results 1 - 25 of 262) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
vfork-follow-child-exec.exp 25 # DETACH indicates whether "set detach-on-fork" is enabled. It is
28 proc test_vfork {detach} {
40 gdb_test_no_output "set detach-on-fork $detach"
42 if {$detach == "off"} {
61 foreach_with_prefix detach-on-fork {"off" "on"} {
62 test_vfork ${detach-on-fork}
vfork-follow-child-exit.exp 25 # DETACH indicates whether "set detach-on-fork" is enabled. It is
28 proc test_vfork {detach} {
38 gdb_test_no_output "set detach-on-fork $detach"
40 if {$detach == "off"} {
57 foreach_with_prefix detach-on-fork {"off" "on"} {
58 test_vfork ${detach-on-fork}
vfork-multi-thread.exp 19 # detach a vfork child, we must keep breakpoints out of that shared address space
56 proc do_test { target-non-stop non-stop follow-fork-mode detach-on-fork schedule-multiple } {
64 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
82 # We only test with follow-fork-mode=parent and detach-on-fork=on at the
89 foreach_with_prefix detach-on-fork {on} {
91 do_test ${target-non-stop} ${non-stop} ${follow-fork-mode} ${detach-on-fork} ${schedule-multiple}
fork-plus-threads.exp 32 proc do_test { detach-on-fork } {
50 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
77 set expected_num_inferior_exits [expr ${detach-on-fork} == "off" ? 11 : 1]
138 foreach_with_prefix detach-on-fork {"on" "off"} {
139 do_test ${detach-on-fork}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
vfork-follow-child-exec.exp 27 # DETACH indicates whether "set detach-on-fork" is enabled. It is
30 proc test_vfork {detach} {
42 gdb_test_no_output "set detach-on-fork $detach"
44 if {$detach == "off"} {
63 foreach_with_prefix detach-on-fork {"off" "on"} {
64 test_vfork ${detach-on-fork}
vfork-follow-child-exit.exp 27 # DETACH indicates whether "set detach-on-fork" is enabled. It is
30 proc test_vfork {detach} {
40 gdb_test_no_output "set detach-on-fork $detach"
42 if {$detach == "off"} {
59 foreach_with_prefix detach-on-fork {"off" "on"} {
60 test_vfork ${detach-on-fork}
vfork-multi-thread.exp 19 # detach a vfork child, we must keep breakpoints out of that shared address space
58 proc do_test { target-non-stop non-stop follow-fork-mode detach-on-fork schedule-multiple } {
66 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
84 # We only test with follow-fork-mode=parent and detach-on-fork=on at the
91 foreach_with_prefix detach-on-fork {on} {
93 do_test ${target-non-stop} ${non-stop} ${follow-fork-mode} ${detach-on-fork} ${schedule-multiple}
fork-plus-threads.exp 34 proc do_test { detach-on-fork } {
52 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
79 set expected_num_inferior_exits [expr ${detach-on-fork} == "off" ? 11 : 1]
140 foreach_with_prefix detach-on-fork {"on" "off"} {
141 do_test ${detach-on-fork}
  /src/sbin/devpubd/
devpubd-run-hooks.in 13 device-attach|device-detach)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
foll-fork-syscall.exp 17 # and detach-on-fork on/off.
78 proc_with_prefix test_catch_syscall {follow-fork-mode detach-on-fork} {
90 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
109 if {${follow-fork-mode} == "child" || ${detach-on-fork} == "off"} {
112 if {${detach-on-fork} == "on"} {
140 foreach_with_prefix detach-on-fork {"on"} {
141 test_catch_syscall ${follow-fork-mode} ${detach-on-fork}
foll-fork.exp 70 # the 'set follow-fork-mode' command, DETACH is the argument to the
71 # 'set detach-on-fork' command, and CMD is the GDB command used to
72 # execute the program past the fork. If the value of WHO or DETACH is
75 proc_with_prefix test_follow_fork { follow-fork-mode detach-on-fork cmd } {
99 # Set detach-on-fork mode if we aren't using the default.
100 if {${detach-on-fork} == "default"} {
101 set detach-on-fork "on"
103 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
106 gdb_test "show detach-on-fork"
    [all...]
fork-running-state.exp 62 gdb_test_no_output "set detach-on-fork $detach_on_fork"
139 # set detach-on-fork off|on
144 foreach_with_prefix detach-on-fork {"off" "on"} {
147 do_test ${detach-on-fork} ${follow-fork} "on" "-"
151 do_test ${detach-on-fork} ${follow-fork} "off" ${schedule-multiple}
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rocm/
fork-exec-gpu-to-non-gpu.exp 46 proc do_test { detach-on-fork follow-fork-mode fork_func } {
49 if { ${detach-on-fork} == "off"
58 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
65 if { ${detach-on-fork} == "off" } {
73 if { ${detach-on-fork} == "off" } {
83 foreach_with_prefix detach-on-fork { on off } {
86 do_test ${detach-on-fork} ${follow-fork-mode} $fork_func
fork-exec-non-gpu-to-gpu.exp 45 proc do_test { detach-on-fork follow-fork-mode fork_func } {
48 if { ${detach-on-fork} == "off"
57 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
64 if { ${detach-on-fork} == "off" } {
72 if { ${detach-on-fork} == "off" } {
82 foreach_with_prefix detach-on-fork { on off } {
85 do_test ${detach-on-fork} ${follow-fork-mode} $fork_func
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rocm/
fork-exec-gpu-to-non-gpu.exp 47 proc do_test { detach-on-fork follow-fork-mode fork_func } {
50 if { ${detach-on-fork} == "off"
60 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
67 if { ${detach-on-fork} == "off" } {
75 if { ${detach-on-fork} == "off" } {
85 foreach_with_prefix detach-on-fork { on off } {
88 do_test ${detach-on-fork} ${follow-fork-mode} $fork_func
fork-exec-non-gpu-to-gpu.exp 46 proc do_test { detach-on-fork follow-fork-mode fork_func } {
49 if { ${detach-on-fork} == "off"
59 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
66 if { ${detach-on-fork} == "off" } {
74 if { ${detach-on-fork} == "off" } {
84 foreach_with_prefix detach-on-fork { on off } {
87 do_test ${detach-on-fork} ${follow-fork-mode} $fork_func
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
foll-fork.exp 68 # the 'set follow-fork-mode' command, DETACH is the argument to the
69 # 'set detach-on-fork' command, and CMD is the GDB command used to
70 # execute the program past the fork. If the value of WHO or DETACH is
73 proc_with_prefix test_follow_fork { follow-fork-mode detach-on-fork cmd } {
97 # Set detach-on-fork mode if we aren't using the default.
98 if {${detach-on-fork} == "default"} {
99 set detach-on-fork "on"
101 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
104 gdb_test "show detach-on-fork"
    [all...]
fork-running-state.exp 60 gdb_test_no_output "set detach-on-fork $detach_on_fork"
137 # set detach-on-fork off|on
142 foreach_with_prefix detach-on-fork {"off" "on"} {
145 do_test ${detach-on-fork} ${follow-fork} "on" "-"
149 do_test ${detach-on-fork} ${follow-fork} "off" ${schedule-multiple}
  /src/share/examples/puffs/pnullfs/
pnullfs.c 59 int detach; local
67 detach = 1;
77 detach = 0;
86 detach = 0;
115 if (detach)
  /src/usr.sbin/bthcid/
bthcid.c 53 static int detach = 1; variable
79 detach = 0;
106 if (detach)
142 if (detach && pidfile(NULL) < 0) {
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
observable-selftests.c 190 test_notification.detach (token2);
206 test_notification.detach (token2);
210 test_notification.detach (token1);
214 test_notification.detach (token3);
225 test_notification.detach (token3);
229 test_notification.detach (token2);
233 test_notification.detach (token1);
  /src/external/gpl3/gdb/dist/gdb/unittests/
observable-selftests.c 190 test_notification.detach (token2);
206 test_notification.detach (token2);
210 test_notification.detach (token1);
214 test_notification.detach (token3);
225 test_notification.detach (token3);
229 test_notification.detach (token2);
233 test_notification.detach (token1);
  /src/usr.sbin/btdevctl/
btdevctl.c 67 int ch, query, verbose, attach, detach, set, none; local
76 detach = false;
98 case 'D': /* Detach device */
99 detach = true;
144 || (attach == true && detach == true)
150 if (attach == false && detach == false)
194 if (detach == true)
209 "\t-D detach device\n"
  /src/sys/dev/wscons/
wsemulvar.h 50 void (*detach)(void *, u_int *, u_int *); member in struct:wsemul_ops
  /src/usr.sbin/sdpd/
main.c 70 bool detach = true; local
79 case 'd': /* do not detach */
80 detach = false;
102 log_open(SDPD, !detach);
105 if (detach && daemon(0, 0) < 0) {
244 "\t-d do not detach (run in foreground)\n"

Completed in 30 milliseconds

1 2 3 4 5 6 7 8 91011