Home
last modified time | relevance | path

Searched refs:testpid (Results 1 – 25 of 100) sorted by relevance

1234

/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Dattach.exp82 set testpid [eval exec $binfile &]
87 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
268 remote_exec build "kill -9 ${testpid}"
273 set testpid [eval exec $binfile &]
278 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
307 gdb_test "attach $testpid" \
319 remote_exec build "kill -9 ${testpid}"
329 set testpid [eval exec $binfile2 &]
334 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
348 -re "Attaching to.*process $testpid.*\[Switching to thread $testpid\..*\].*$gdb_prompt $" {
[all …]
H A Dsolib-overlap.exp91 set testpid [eval exec $binfile &]
96 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
108 remote_exec build "kill -9 ${testpid}"
121 gdb_test_multiple "attach $testpid" $test {
122 -re "Attaching to program.*`?$escapedbinfile'?, process $testpid.*$gdb_prompt $" {
125 …Attaching to program.*`?$escapedbinfile\.exe'?, process $testpid.*\[Switching to thread $testpid\.…
133 gdb_test "detach" "Detaching from program: .*$escapedbinfile, process $testpid"
139 remote_exec build "kill -9 ${testpid}"
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dattach.exp77 set testpid [eval exec $binfile &]
82 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
284 remote_exec build "kill -9 ${testpid}"
289 set testpid [eval exec $binfile &]
294 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
323 gdb_test "attach $testpid" \
335 remote_exec build "kill -9 ${testpid}"
345 set testpid [eval exec $binfile2 &]
350 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
364 -re "Attaching to.*process $testpid.*\[Switching to thread $testpid\..*\].*$gdb_prompt $" {
[all …]
H A Dsolib-overlap.exp88 set testpid [eval exec $binfile &]
93 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
105 remote_exec build "kill -9 ${testpid}"
118 gdb_test_multiple "attach $testpid" $test {
119 -re "Attaching to program.*`?$escapedbinfile'?, process $testpid.*$gdb_prompt $" {
122 …Attaching to program.*`?$escapedbinfile\.exe'?, process $testpid.*\[Switching to thread $testpid\.…
130 gdb_test "detach" "Detaching from program: .*$escapedbinfile, process $testpid"
136 remote_exec build "kill -9 ${testpid}"
H A Dattach-twice.exp29 set testpid [eval exec $binfile &]
35 gdb_test_multiple "attach $testpid" $test {
36 …-re "Attaching to program: \[^\r\n\]*, process $testpid\r\n.*warning: process $testpid is already …
40 …-re "Attaching to program: \[^\r\n\]*, process $testpid\r\n.*ptrace: Operation not permitted\\.\r\…
51 eval exec kill -9 $testpid
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/runtime/
H A Dtests.sh85 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
86 test -n "$testpid" && $KILL -15 $testpid > kill$n.out 2>&1 && ret=1
87 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
99 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
154 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
166 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
178 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
191 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
204 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
218 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dattach.exp81 set testpid [spawn_id_get_pid $test_spawn_id]
169 gdb_test_multiple "attach $testpid" "$test" {
173 …Attaching to program.*`?$escapedbinfile\.exe'?, process $testpid.*\[Switching to thread $testpid\.…
183 gdb_test_multiple "attach $testpid" "$test" {
231 set testpid [spawn_id_get_pid $test_spawn_id]
253 gdb_test_multiple "attach $testpid" "$test" {
257 …Attaching to program.*`?$escapedbinfile\.exe'?, process $testpid.*\[Switching to thread $testpid\.…
297 gdb_test_multiple "attach $testpid" "$test" {
349 set testpid [spawn_id_get_pid $test_spawn_id]
377 gdb_test "attach $testpid" \
[all …]
H A Dattach-wait-input.exp56 set testpid ""
60 set testpid $expect_out(1,string)
67 if {$testpid == ""} {
71 return $testpid
84 set testpid [start_program $binfile]
85 if {$testpid == ""} {
93 send_gdb "attach $testpid\nprint should_exit = 1\n"
99 -re "Attaching to program.*process $testpid\r\n.*$gdb_prompt.*$decimal = 1\r\n$gdb_prompt $" {
H A Dwatchpoint-hw-attach.exp46 set testpid [get_integer_valueof "mypid" 0]
48 …st "detach" "Detaching from program: .*, process $testpid\r\n\\\[Inferior $decimal \\(process $tes…
50 if {$testpid == ""} {
58 gdb_test "attach $testpid" "Attaching to program: .*, process $testpid.*" "attach"
H A Dattach-twice.exp31 set testpid [spawn_id_get_pid $test_spawn_id]
36 gdb_test_multiple "attach $testpid" $test {
37 …-re "Attaching to program: \[^\r\n\]*, process $testpid\r\n.*warning: process $testpid is already …
41 …-re "Attaching to program: \[^\r\n\]*, process $testpid\r\n.*ptrace: Operation not permitted\\.\r\…
/dports/dns/bind916/bind-9.16.27/bin/tests/system/runtime/
H A Dtests.sh88 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
89 test -n "$testpid" && $KILL -15 $testpid > kill$n.out 2>&1 && ret=1
90 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
102 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
157 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
169 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
181 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
194 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
207 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
221 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/runtime/
H A Dtests.sh88 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
89 test -n "$testpid" && $KILL -15 $testpid > kill$n.out 2>&1 && ret=1
90 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
102 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
157 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
169 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
181 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
194 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
207 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
221 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
[all …]
/dports/dns/bind911/bind-9.11.37/bin/tests/system/runtime/
H A Dtests.sh89 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
98 test -n "$testpid" || ret=1
100 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
101 test -n "$testpid" && $KILL -15 $testpid > kill$n.out 2>&1 && ret=1
102 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
114 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
147 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
158 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
170 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
181 test -n "$testpid" && retry_quiet 10 check_pid $testpid || ret=1
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dattach.exp87 set testpid [eval exec $binfile &]
92 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
200 send_gdb "attach $testpid\n"
289 send_gdb "attach $testpid\n"
384 set testpid [eval exec $binfile &]
389 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
462 send_gdb "attach $testpid\n"
507 set testpid [eval exec $binfile2 &]
512 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
518 send_gdb "attach $testpid\n"
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dattach.exp87 set testpid [eval exec $binfile &]
92 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
200 send_gdb "attach $testpid\n"
289 send_gdb "attach $testpid\n"
384 set testpid [eval exec $binfile &]
389 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
462 send_gdb "attach $testpid\n"
507 set testpid [eval exec $binfile2 &]
512 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
518 send_gdb "attach $testpid\n"
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.threads/
H A Dattachstop-mt.exp49 set testpid [eval exec $binfile &]
55 set tids [exec sh -c "echo /proc/$testpid/task/*"]
59 remote_exec build "kill -9 ${testpid}"
66 remote_exec build "kill -9 ${testpid}"
72 set status2 /proc/${testpid}/task/${testpid2}/status
91 gdb_test_multiple "attach $testpid" "$test" {
124 remote_exec build "kill -s STOP ${testpid}"
163 gdb_test_multiple "attach $testpid" "$test" {
180 remote_exec build "kill -s STOP ${testpid}"
197 gdb_test_multiple "attach $testpid" "$test" {
[all …]
H A Dattach-into-signal.exp50 set testpid [eval exec $binfile &]
64 if [catch {open /proc/${testpid}/status r} fileid] {
87 if {[gdb_test_multiple "attach $testpid" $test {
88 …-re "Attaching to program.*`?$escapedbinfile'?, process $testpid.*Received Alarm clock.*$gdb_promp…
94 -re "Attaching to program.*`?$escapedbinfile'?, process $testpid.*$gdb_prompt $" {
99 -re "Attaching to process $testpid.*Received Alarm clock.*$gdb_prompt $" {
105 -re "Attaching to process $testpid.*$gdb_prompt $" {
135 remote_exec build "kill -s CONT ${testpid}"
137 remote_exec build "kill -9 ${testpid}"
H A Dattach-stopped.exp51 set testpid [eval exec $binfile &]
57 remote_exec build "kill -s STOP ${testpid}"
68 gdb_test_multiple "attach $testpid" "$test" {
69 -re "Attaching to program.*`?$escapedbinfile'?, process $testpid.*$gdb_prompt $" {
115 if [catch {open /proc/${testpid}/status r} fileid2] {
135 remote_exec build "kill -9 ${testpid}"
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.server/
H A Dext-attach.exp48 set testpid [eval exec $binfile &]
53 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
56 gdb_test "attach $testpid" \
57 "Attaching to program: .*, process $testpid.*(in|at).*" \
64 gdb_test "attach $testpid" \
65 "Attaching to program: .*, process $testpid.*(in|at).*" \
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.threads/
H A Dclone-attach-detach.exp39 set testpid [spawn_id_get_pid $test_spawn_id]
51 gdb_test "attach $testpid" \
52 "Attaching to program.*process $testpid.*" \
59 …gdb_test "detach" "Detaching from .*, process $testpid\r\n\\\[Inferior $decimal \\(.*\\) detached\…
86 gdb_test "attach $testpid &" \
87 "Attaching to program.*process $testpid.*" \
94 …gdb_test "detach" "Detaching from .*, process $testpid\r\n\\\[Inferior $decimal \\(.*\\) detached\…
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.multi/
H A Dmulti-kill.exp49 variable testpid
65 set testpid($num) [get_integer_valueof "pid" -1]
66 if {$testpid($num) == -1} {
79 variable testpid
80 array set testpid {}
98 append kill_cmd " $testpid($i)"
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.python/
H A Dpy-prompt.exp85 set testpid [eval exec $binfile &]
90 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
96 set GDBFLAGS [concat $GDBFLAGS " -ex \"attach $testpid\""]
113 set GDBFLAGS [concat $GDBFLAGS " -ex \"attach $testpid\""]
128 exec kill -9 ${testpid}
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.server/
H A Dext-attach.exp55 set testpid [spawn_id_get_pid $test_spawn_id]
57 gdb_test "attach $testpid" \
58 "Attaching to program: .*, process $testpid.*(in|at).*" \
74 gdb_test "attach $testpid" \
75 "Attaching to program: .*, process $testpid.*(in|at).*" \
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.threads/
H A Dattach-into-signal.exp51 set testpid [eval exec $binfile &]
65 if [catch {open /proc/${testpid}/status r} fileid] {
89 if {[gdb_test_multiple "attach $testpid" $test {
90 …-re "Attaching to program.*`?$escapedbinfile'?, process $testpid.*Program received signal SIGALRM.…
96 -re "Attaching to program.*`?$escapedbinfile'?, process $testpid.*$gdb_prompt $" {
160 remote_exec build "kill -s CONT ${testpid}"
162 remote_exec build "kill -9 ${testpid}"
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.server/
H A Dext-attach.exp52 set testpid [eval exec $binfile &]
57 set testpid [ exec ps -e | gawk "{ if (\$1 == $testpid) print \$4; }" ]
60 gdb_test "attach $testpid" "Attached to.*" \
67 gdb_test "attach $testpid" "Attached to.*" \

1234