Searched refs:executable (Results 1 - 25 of 1609) sorted by relevance

1234567891011>>

/netbsd-current/external/mpl/bind/dist/bin/tests/system/doth/
H A Dconftest.py23 executable = shutil.which("gnutls-cli")
24 if not executable:
29 [executable, "--logfile=/dev/null"],
37 return executable
43 executable = shutil.which("sslyze")
44 if not executable:
47 return executable
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-abs-hi-pc.exp23 set executable ${testfile}
25 if {[build_executable ${testfile}.exp ${executable} "${testfile}.c ${testfile}-hello-dbg.S ${testfile}-hello.c ${testfile}-world-dbg.S ${testfile}-world.c" "nodebug"] == -1} {
29 clean_restart $executable
H A Ddw2-ada-ffffffff.exp23 set executable ${testfile}
29 clean_restart $executable
H A Ddw2-bad-parameter-type.exp23 set executable ${testfile}
30 clean_restart $executable
H A Ddw2-icc-opaque.exp27 set executable ${testfile}
33 clean_restart $executable
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dnon-ldr-exc-2.exp21 set executable ${testfile}
23 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
29 global executable
33 clean_restart ${executable}
H A Dnon-ldr-exc-3.exp23 set executable ${testfile}
25 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
31 global executable
35 clean_restart ${executable}
H A Dnon-ldr-exc-4.exp22 set executable ${testfile}
24 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
30 global executable
34 clean_restart ${executable}
H A Dnon-ldr-exc-1.exp20 set executable ${testfile}
22 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
28 global executable
32 clean_restart ${executable}
H A Dtls-nodebug-pie.exp18 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dnon-ldr-exc-4.exp22 set executable ${testfile}
24 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
29 global executable
33 clean_restart ${executable}
H A Dnon-ldr-exc-2.exp21 set executable ${testfile}
23 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
28 global executable
32 clean_restart ${executable}
H A Dnon-ldr-exc-3.exp23 set executable ${testfile}
25 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
30 global executable
34 clean_restart ${executable}
H A Dnon-ldr-exc-1.exp20 set executable ${testfile}
22 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
27 global executable
31 clean_restart ${executable}
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dexpand-psymtabs-cxx.exp19 set executable ${testfile}
26 clean_restart ${executable}
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
H A Dstatus-stop.exp18 set executable $testfile
22 if [prepare_for_testing "failed to prepare" $executable $srcfile \
41 global executable
45 clean_restart ${executable}
68 global executable
72 clean_restart ${executable}
95 global executable
99 clean_restart ${executable}
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
H A Dtui-disasm-long-lines.exp23 executable $ccopts] != "" } {
28 executable $ccopts] != "" } {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dstatus-stop.exp18 set executable $testfile
22 if [prepare_for_testing "failed to prepare" $executable $srcfile \
40 global executable
44 clean_restart ${executable}
66 global executable
70 clean_restart ${executable}
92 global executable
96 clean_restart ${executable}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
H A Dtui-disasm-long-lines.exp23 executable $ccopts] != "" } {
28 executable $ccopts] != "" } {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-ada-ffffffff.exp23 set executable ${testfile}
29 clean_restart $executable
H A Ddw2-bad-parameter-type.exp23 set executable ${testfile}
30 clean_restart $executable
H A Ddw2-icc-opaque.exp27 set executable ${testfile}
33 clean_restart $executable
H A Ddw2-dummy-cu.exp24 set executable ${testfile}
30 clean_restart $executable
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dexpand-psymtabs-cxx.exp19 set executable ${testfile}
26 clean_restart ${executable}
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
H A Dexit-multiple-threads.exp41 proc prepare_for_test { executable disable_multi_process } {
42 clean_restart ${executable}
56 set res [gdbserver_start "" $executable]
74 proc run_exit_test { executable disable_multi_process } {
77 prepare_for_test ${executable} ${disable_multi_process}
98 proc run_signal_test { executable disable_multi_process } {
101 prepare_for_test ${executable} ${disable_multi_process}
127 set executable "$binfile-${test}"
128 if [prepare_for_testing "failed to prepare" $executable $srcfile \
134 $func ${executable}
[all...]

Completed in 208 milliseconds

1234567891011>>