Searched refs:detach (Results 1 - 25 of 253) sorted by relevance

1234567891011

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dvfork-follow-child-exec.exp25 # DETACH indicates whether "set detach-on-fork" is enabled. It is
28 proc test_vfork {detach} {
41 gdb_test_no_output "set detach-on-fork $detach"
43 if {$detach == "off"} {
62 foreach_with_prefix detach-on-fork {"off" "on"} {
63 test_vfork ${detach-on-fork}
H A Dvfork-follow-child-exit.exp25 # DETACH indicates whether "set detach-on-fork" is enabled. It is
28 proc test_vfork {detach} {
39 gdb_test_no_output "set detach-on-fork $detach"
41 if {$detach == "off"} {
58 foreach_with_prefix detach-on-fork {"off" "on"} {
59 test_vfork ${detach-on-fork}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dvfork-follow-child-exit.exp25 # 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}
H A Dvfork-follow-child-exec.exp25 # 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}
H A Dvfork-multi-thread.exp19 # 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}
H A Dfork-plus-threads.exp32 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}
/netbsd-current/sbin/devpubd/
H A Ddevpubd-run-hooks.in13 device-attach|device-detach)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dobservable-selftests.c80 test_notification.detach (token2);
96 test_notification.detach (token2);
100 test_notification.detach (token1);
104 test_notification.detach (token3);
115 test_notification.detach (token3);
119 test_notification.detach (token2);
123 test_notification.detach (token1);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfoll-fork.exp63 # 'set detach-on-fork' command, and CMD is the GDB command used to
67 proc test_follow_fork { who detach cmd } {
72 with_test_prefix "follow $who, detach $detach, command \"$cmd\"" {
96 # Set detach-on-fork mode if we aren't using the default.
97 if {$detach == "default"} {
98 set detach "on"
100 gdb_test_no_output "set detach-on-fork $detach"
103 gdb_test "show detach
[all...]
H A Dfork-running-state.exp66 gdb_test_no_output "set detach-on-fork $detach_on_fork"
143 # set detach-on-fork off|on
148 foreach_with_prefix detach-on-fork {"off" "on"} {
151 do_test ${detach-on-fork} ${follow-fork} "on" "-"
155 do_test ${detach-on-fork} ${follow-fork} "off" ${schedule-multiple}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfoll-fork.exp72 # 'set detach-on-fork' command, and CMD is the GDB command used to
76 proc_with_prefix test_follow_fork { follow-fork-mode detach-on-fork cmd } {
100 # Set detach-on-fork mode if we aren't using the default.
101 if {${detach-on-fork} == "default"} {
102 set detach-on-fork "on"
104 gdb_test_no_output "set detach-on-fork ${detach-on-fork}"
107 gdb_test "show detach-on-fork" \
108 "Whether gdb will detach.* fork is ${detach
[all...]
H A Dvfork-follow-parent.exp16 # Test running into vfork while "detach-on-fork" is off and "follow-fork-mode"
19 # schedule-multiple on" or "set detach-on-fork on". Test these two resolution
30 # the situation using the method in RESOLUTION_METHOD, either "detach-on-fork"
37 gdb_test_no_output "set detach-on-fork off"
56 if { $resolution_method == "detach-on-fork" } {
57 # Make GDB detach the child.
58 gdb_test "set detach-on-fork on"
78 foreach_with_prefix resolution_method {detach-on-fork schedule-multiple} {
H A Dfork-running-state.exp65 gdb_test_no_output "set detach-on-fork $detach_on_fork"
142 # set detach-on-fork off|on
147 foreach_with_prefix detach-on-fork {"off" "on"} {
150 do_test ${detach-on-fork} ${follow-fork} "on" "-"
154 do_test ${detach-on-fork} ${follow-fork} "off" ${schedule-multiple}
/netbsd-current/share/examples/puffs/pnullfs/
H A Dpnullfs.c59 int detach; local
67 detach = 1;
77 detach = 0;
86 detach = 0;
115 if (detach)
/netbsd-current/usr.sbin/bthcid/
H A Dbthcid.c53 static int detach = 1; variable
79 detach = 0;
106 if (detach)
142 if (detach && pidfile(NULL) < 0) {
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dobservable-selftests.c191 test_notification.detach (token2);
207 test_notification.detach (token2);
211 test_notification.detach (token1);
215 test_notification.detach (token3);
226 test_notification.detach (token3);
230 test_notification.detach (token2);
234 test_notification.detach (token1);
/netbsd-current/usr.sbin/btdevctl/
H A Dbtdevctl.c67 int ch, query, verbose, attach, detach, set, none; local
76 detach = false;
99 detach = true;
144 || (attach == true && detach == true)
150 if (attach == false && detach == false)
194 if (detach == true)
209 "\t-D detach device\n"
/netbsd-current/sys/dev/wscons/
H A Dwsemulvar.h50 void (*detach)(void *, u_int *, u_int *); member in struct:wsemul_ops
/netbsd-current/usr.sbin/sdpd/
H A Dmain.c70 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"
/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A DMakefile.in24 UNIX_SRCS = detach.c
25 UNIX_OBJS = detach.o
/netbsd-current/external/bsd/openldap/lib/liblutil/
H A DMakefile17 getpeereid.c detach.c
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgcore.in104 -ex "attach $pid" -ex "gcore $prefix.$pid" -ex detach -ex quit
/netbsd-current/share/examples/puffs/icfs/
H A Dicfs.c153 int detach, dpres; local
162 detach = 1;
175 detach = 0;
185 detach = 0;
219 if (detach)
/netbsd-current/sys/net/
H A Dif_module.h43 aprint_error("%s: failed to detach %s cfdriver, " \
71 * Make sure it's ok to detach - no units left, \
74 error = name ## detach(); \
/netbsd-current/external/gpl2/dtc/dist/scripts/
H A Dkup-dtc19 gpg --detach-sign --armor -o "$SIG" "$TAR"

Completed in 323 milliseconds

1234567891011