Home
last modified time | relevance | path

Searched refs:binfile (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Dsolib.exp44 set binfile ${objdir}/${subdir}/${testfile}
47 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
51 if [get_compiler_info ${binfile}] {
72 if {[gdb_compile "${srcdir}/${subdir}/${testfile}1.c" "${binfile}1.o" object [list debug $additiona…
76 if {[gdb_compile "${srcdir}/${subdir}/${testfile}2.c" "${binfile}2.o" object [list debug, $addition…
82 remote_exec build "ld -b ${binfile}1.o -o ${binfile}1.sl"
83 remote_exec build "ld -b ${binfile}2.o -o ${binfile}2.sl"
86 gdb_compile "${binfile}1.o" "${binfile}1.sl" executable [list debug $additional_flags]
87 gdb_compile "${binfile}2.o" "${binfile}2.sl" executable [list debug $additional_flags]
93 if {[gdb_compile "${srcdir}/${subdir}/${testfile}.c" "${binfile}_sl.o" object [list debug $addition…
[all …]
Dopaque.exp31 set binfile ${objdir}/${subdir}/opaque
37 if { [gdb_compile "${srcdir}/${subdir}/opaque0.c" "${binfile}0.o" object {debug}] != "" } {
41 if { [gdb_compile "${srcdir}/${subdir}/opaque1.c" "${binfile}1.o" object {debug}] != "" } {
45 if { [gdb_compile "${binfile}0.o ${binfile}1.o" ${binfile} executable {debug}] != "" } {
52 if [get_compiler_info ${binfile}] {
61 gdb_load ${binfile}
150 gdb_load ${binfile}
205 gdb_load ${binfile}
Dreread.exp53 set binfile ${objdir}/${subdir}/${testfile}$EXEEXT
63 gdb_test "shell mv ${binfile1} ${binfile}" "" ""
64 gdb_load ${binfile}
92 gdb_test "shell mv ${binfile} ${binfile1}" "" ""
93 gdb_test "shell mv ${binfile2} ${binfile}" "" ""
95 gdb_test "shell touch ${binfile}" "" ""
132 gdb_test "shell mv ${binfile} ${binfile2}" "" ""
133 gdb_test "shell mv ${binfile1} ${binfile}" "" ""
138 gdb_load ${binfile}
167 gdb_test "shell mv ${binfile} ${binfile1}" "" ""
[all …]
Dlangs.exp28 set binfile ${objdir}/${subdir}/${testfile}
36 if { [gdb_compile "${srcdir}/${subdir}/langs0.c" "${binfile}0.o" object {debug}] != "" } {
40 if { [gdb_compile "${srcdir}/${subdir}/langs1.c" "${binfile}1.o" object {debug}] != "" } {
44 if { [gdb_compile "${srcdir}/${subdir}/langs2.c" "${binfile}2.o" object {debug}] != "" } {
48 if { [gdb_compile "${binfile}0.o ${binfile}1.o ${binfile}2.o" ${binfile} executable {debug}] != ""…
59 if [get_compiler_info ${binfile}] {
66 gdb_load $binfile
158 gdb_load $binfile
Dcorefile.exp37 set binfile ${objdir}/${subdir}/${testfile}
38 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
44 if [get_compiler_info ${binfile}] {
64 catch "system \"(cd ${coredir}; ulimit -c unlimited; ${binfile}; true) >/dev/null 2>&1\""
66 foreach i "${coredir}/core ${coredir}/core.coremaker.c ${binfile}.core" {
87 catch "system \"(cd ${objdir}/${subdir}; ${binfile}; true) >/dev/null 2>&1\""
88 foreach i "${objdir}/${subdir}/core ${objdir}/${subdir}/core.coremaker.c ${binfile}.core" {
156 send_user "Spawning $GDB -nw $GDBFLAGS $binfile -core=$objdir/$subdir/corefile\n"
160 eval "spawn $GDB -nw $GDBFLAGS $binfile -core=$objdir/$subdir/corefile";
183 gdb_load ${binfile}
[all …]
Dargs.exp37 global binfile
39 gdb_load ${binfile}
45 set binfile ${objdir}/${subdir}/${testfile}
47 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags…
55 set GDBFLAGS "--args $binfile 1 3"
67 set GDBFLAGS "--args $binfile 1 '' 3"
79 set GDBFLAGS "--args $binfile 1 '' '' 3"
Dinfo-proc.exp35 set binfile ${objdir}/${subdir}/${testfile}
37 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}0.o" object {debug additional_flags=…
41 if { [gdb_compile "${srcdir}/${subdir}/${srcfile1}" "${binfile}1.o" object {debug additional_flags…
45 if { [gdb_compile "${binfile}0.o ${binfile}1.o" "${binfile}" executable {debug additional_flags=-w…
54 gdb_load ${binfile}
Duntil.exp29 set binfile ${objdir}/${subdir}/${testfile}
31 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}0.o" object {debug additional_flags=…
35 if { [gdb_compile "${srcdir}/${subdir}/${srcfile1}" "${binfile}1.o" object {debug additional_flags…
39 if { [gdb_compile "${binfile}0.o ${binfile}1.o" "${binfile}" executable {debug additional_flags=-w…
46 gdb_load ${binfile}
Dremote.exp35 set binfile ${objdir}/${subdir}/${testfile}
39 set result [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}]
130 gdb_load_timed $binfile {} "" {}
133 gdb_load_timed $binfile 0 "limit" 398
134 gdb_load_timed $binfile 0 "limit" 400
137 gdb_load_timed $binfile 0 "fixed" 0
138 gdb_load_timed $binfile 0 "fixed" 16385
141 gdb_load_timed $binfile 0 "limit" 0
Dcondbreak.exp39 set binfile ${objdir}/${subdir}/${testfile}
41 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}0.o" object {debug additional_flags=…
45 if { [gdb_compile "${srcdir}/${subdir}/${srcfile1}" "${binfile}1.o" object {debug additional_flags…
49 if { [gdb_compile "${binfile}0.o ${binfile}1.o" "${binfile}" executable {debug additional_flags=-w…
53 if [get_compiler_info ${binfile}] {
60 gdb_load ${binfile}
Dsect-cmd.exp44 set binfile ${objdir}/${subdir}/${testfile}
46 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}0.o" object {debug additional_flags=-…
50 if { [gdb_compile "${srcdir}/${subdir}/${srcfile1}" "${binfile}1.o" object {debug additional_flags=…
54 if { [gdb_compile "${binfile}0.o ${binfile}1.o" "${binfile}" executable {debug additional_flags=-w}…
61 gdb_load ${binfile}
Dgdb1555.exp31 set binfile ${objdir}/${subdir}/${testfile}
33 remote_exec build "rm -f ${binfile}"
36 if [get_compiler_info ${binfile}] {
40 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}.o" object {debug}] != "" } {
81 if {[gdb_compile "${objdir}/${subdir}/${testfile}.o ${objdir}/${subdir}/${libfile}.so" "${binfile}"…
89 gdb_load ${binfile}
Dmips_pro.exp29 set binfile ${objdir}/${subdir}/${testfile}
33 if [get_compiler_info ${binfile}] {
41 …if { [gdb_compile "${srcdir}/$subdir/${srcfile}" "${binfile}" executable {debug additional_flags=…
45 if { [gdb_compile "${srcdir}/$subdir/${srcfile}" "${binfile}" executable {debug}] != "" } {
53 gdb_load ${binfile}
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/
Dobjdbg01.exp14 set binfile ${objdbgdir}/${testfile}
19 if [get_compiler_info ${binfile}] {
46 if { [gdb_compile "${objdbgdir}/x1.o ${objdbgdir}/x2.o ${objdbgdir}/x3.o" "${binfile}0" executable …
47 perror "Couldn't compile ${binfile}0"
51 if {[gdb_compile "${objdbgdir}/x3.o ${objdbgdir}/x2.o ${objdbgdir}/x1.o" "${binfile}1" executable "…
52 perror "Couldn't compile ${binfile}1"
69 set exec_output [lindex [remote_exec build "${symaddrfile} ${binfile}${filenum} acomm"] 1]
75 gdb_load ${binfile}${filenum}
81 gdb_load ${binfile}${filenum}
101 gdb_load ${binfile}${filenum}
[all …]
Dobjdbg03.exp13 set binfile ${objdbgdir}/${testfile}
23 if [get_compiler_info ${binfile}] {
50 if { [gdb_compile "${objdbgdir}/x1.o ${objdbgdir}/x2.o ${objdbgdir}/x3.o" "${binfile}" executable "…
51 perror "Couldn't compile ${binfile}"
64 gdb_load ${binfile}
82 gdb_load ${binfile}
110 gdb_load ${binfile}
112 set exec_output_data1 [lindex [remote_exec build "${symaddrfile} ${binfile} data1"] 1]
115 set exec_output_data2 [lindex [remote_exec build "${symaddrfile} ${binfile} data2"] 1]
118 set exec_output_data3 [lindex [remote_exec build "${symaddrfile} ${binfile} data3"] 1]
[all …]
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/
Dxdb2.exp37 set binfile ${objdir}/${subdir}/${testfile}
39 if { [gdb_compile "${srcdir}/${subdir}/xdb0.c" "${binfile}0.o" object {debug}] != "" } {
44 if { [gdb_compile "${srcdir}/${subdir}/xdb1.c" "${binfile}1.o" object {debug}] != "" } {
49 if { [gdb_compile "${binfile}0.o ${binfile}1.o" ${binfile} executable {debug}] != "" } {
54 if [get_compiler_info ${binfile}] {
67 gdb_load ${binfile}
96 gdb_load ${binfile}
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/
Dhwwatchbus.exp36 set binfile ${objdir}/${subdir}/${testfile}
39 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
43 if [get_compiler_info ${binfile}] {
50 remote_exec build "rm -f ${binfile}.bak"
53 gdb_load ${binfile}
82 remote_exec build "mv ${binfile} ${binfile}.bak"
Dpxdb.exp39 set binfile ${objdir}/${subdir}/${testfile}
41 if [get_compiler_info ${binfile} "c++"] {
70 set cmdline "ksh -c \"LD_PXDB=/dev/null ld -o ${binfile} ${objfile} /opt/langtools/lib/pa20_64/crt…
72 set cmdline "ksh -c \"LD_PXDB=/dev/null ld -o ${binfile} ${objfile} /usr/ccs/lib/crt0.o /opt/langt…
75 remote_exec build "rm ${binfile}"
92 send_gdb "file ${binfile}\n"
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
Dtls-shared.exp30 set binfile ${objdir}/${subdir}/${testfile}
32 remote_exec build "rm -f ${binfile}"
35 if [get_compiler_info ${binfile}] {
39 if { [gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}.o" object {debug}] != "" }…
80 …"${objdir}/${subdir}/${testfile}.o ${objdir}/${subdir}/${libfile}.so" "${binfile}" executable [lis…
88 gdb_load ${binfile}
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.defects/
Dsolib-d.exp72 set binfile ${objdir}/${subdir}/${testfile}
80 if [get_compiler_info ${binfile}] {
113 if { [gdb_compile "${srcdir}/${subdir}/${srcfile} ${libfile1} ${libfile2}" "${binfile}" executable …
114 perror "Couldn't build ${binfile}"
123 gdb_load ${binfile}
146 gdb_load ${binfile}
167 gdb_load ${binfile}
219 gdb_load ${binfile}
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/
Dweird.exp39 set binfile ${objdir}/${subdir}/weirdx.o
41 if { [ get_compiler_info "$binfile" ] } {
56 global binfile
292 if { [gdb_compile "${srcfile}" "${binfile}" object ""] != "" } {
303 set binfile [remote_download host ${binfile} object.o]
304 send_gdb "file $binfile\n"
320 …-re "^Reading symbols from .*$binfile\\.\\.\\.done\.(|\r\nUsing host libthread_db library .*libthr…
327 perror "couldn't load $binfile into $GDB (timed out)."
335 remote_file host delete ${binfile}
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.java/
Djmain.exp28 set binfile ${objdir}/${subdir}/${testfile}
29 if { [compile_java_from_source ${srcfile} ${binfile} "-g"] != "" } {
53 gdb_load "${binfile}"
60 gdb_load "${binfile}"
65 gdb_load "${binfile}"
Djprint.exp28 set binfile ${objdir}/${subdir}/${testfile}
29 if { [compile_java_from_source ${srcfile} ${binfile} "-g"] != "" } {
39 global binfile objdir subdir
41 verbose "loading file '$binfile'"
42 gdb_load $binfile
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/
Doptimize.exp39 set binfile ${objdir}/${subdir}/${testfile}
41 if [get_compiler_info ${binfile}] {
51 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug optimize=+O2}] !…
60 send_gdb "file $binfile\n"
115 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {optimize=+O4}] != "" }…
122 send_gdb "file $binfile\n"
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
Dpsmang.exp189 set binfile ${objdir}/${subdir}/${testfile}
191 if [get_compiler_info ${binfile} "c++"] {
203 if { [gdb_compile "${testfile}1.o ${testfile}2.o" ${binfile} executable {debug c++}] != "" } {
211 gdb_load ${binfile}
221 gdb_load ${binfile}

12345678910>>...12