Home
last modified time | relevance | path

Searched refs:gdb_compile (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
Ddw2-ranges.exp36 if {[gdb_compile "${srcdir}/${subdir}/${srcfile}" "${asmfile}" assembly {}] != ""
37 || [gdb_compile "${asmfile}" "${objfile}" object {additional_flags=-gdwarf-2}] != "" } {
40 if {[gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${asmfile2}" assembly {}] != ""
41 || [gdb_compile "${asmfile2}" "${objfile2}" object {additional_flags=-gdwarf-2}] != "" } {
48 if {[gdb_compile "${srcdir}/${subdir}/${srcfile3}" "${objfile3}" object {additional_flags=-gstabs q…
52 if {[gdb_compile "${objfile} ${objfile2} ${objfile3}" "${binfile}" executable {}] != "" } {
Dfission-mix.exp28 if { [gdb_compile ${srcdir}/${subdir}/${srcfile} $objfile object {debug}] != "" } {
31 if { [gdb_compile ${srcdir}/${subdir}/${srcfile2} $objfile2 object {debug additional_flags=-gsplit-…
34 if {[gdb_compile "$objfile $objfile2" $binfile executable {debug}] != "" } {
Dcount.exp127 if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile}1.o \
132 if { [gdb_compile $asm_file ${binfile}2.o object {nodebug}] != "" } {
136 if { [gdb_compile [list ${binfile}1.o ${binfile}2.o] \
Ddwzbuildid.exp93 if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile}1.o \
128 if {[gdb_compile [standard_output_file [set srcfile$i]] \
166 if {[gdb_compile $objs ${binfile}-$testname executable {quiet}] != ""} {
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
Ddw2-ref-missing-frame.exp28 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" $objsfile object {}] != ""
29 || [gdb_compile "${srcdir}/${subdir}/${srcfile2}" $objfuncfile object {}] != ""
30 || [gdb_compile "${srcdir}/${subdir}/${srcfile3}" $objmainfile object {debug}] != ""
31 || [gdb_compile "$objfuncfile $objsfile $objmainfile" $binfile executable {}] != "" } {
Dmi-var-invalidate.exp28 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
34 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile_bis}" executable {debug}] != "" } {
42 if { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" executable {debug}] != "" } {
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
Dbreak-asm-file.exp29 if {[gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile}1.o \
35 if {[gdb_compile ${srcdir}/${subdir}/$asm_file0 ${binfile}2.o \
39 if {[gdb_compile ${srcdir}/${subdir}/$asm_file1 ${binfile}3.o \
44 if {[gdb_compile [list ${binfile}1.o ${binfile}2.o ${binfile}3.o] \
Dbreak-ask.exp30 if { [gdb_compile "thefile.cc" $objfile1 object $opts] != "" } {
37 if { [gdb_compile "thefile.cc" $objfile2 object $opts] != "" } {
43 if { [gdb_compile "$srcdir/${subdir}/$srcfile $objfile1 $objfile2" \
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Dmips16-thunks.exp52 gdb_compile ${srcfile} ${objfile} object ${options}
57 gdb_compile ${srcfile} ${objfile} object ${options}
61 if {[gdb_compile ${objfiles} ${binfile} executable ${options}] != ""} {
106 gdb_compile ${srcfile} ${objfile} object ${options}
112 gdb_compile ${srcfile} ${objfile} object ${options}
116 if {[gdb_compile ${objfiles} ${binfile} executable ${options}] == ""} {
161 gdb_compile ${srcfile} ${objfile} object ${options}
166 gdb_compile ${srcfile} ${objfile} object ${options}
171 gdb_compile ${srcfile} ${objfile} object ${options}
177 gdb_compile ${srcfile} ${objfile} object ${options}
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dgdbindex-stabs.exp24 if {[gdb_compile "${srcdir}/${subdir}/${srcfile_stabs}" ${objfile_stabs} object {additional_flags=-…
25 …|| [gdb_compile "${srcdir}/${subdir}/${srcfile_dwarf}" ${objfile_dwarf} object {additional_flags=-…
26 || [gdb_compile "${objfile_stabs} ${objfile_dwarf}" ${binfile} executable {nodebug}] != ""} {
Dexecl-update-breakpoints.exp29 if { [gdb_compile [file join $srcdir $subdir $srcfile] $objfile \
35 if { [gdb_compile $objfile $exec1 executable {debug text_segment=0x1000000}] != ""
36 || [gdb_compile $objfile $exec2 executable {debug text_segment=0x2000000}] != ""} {
Dreread.exp27 if { [gdb_compile "${srcdir}/${subdir}/${srcfile1}" "${binfile1}" \
42 if { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" \
44 && [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" \
Dgnu-ifunc.exp77 || [gdb_compile ${srcdir}/${subdir}/$final_src \
79 || [gdb_compile [list ${srcdir}/${subdir}/$srcfile $final_o] \
386 if { [gdb_compile ${srcdir}/${subdir}/$libsrc $lib_o object {}] != ""
387 || [gdb_compile ${srcdir}/${subdir}/$final_src $final_o object {}] != ""
388 || [gdb_compile "${srcdir}/${subdir}/$srcfile $lib_o $final_o" \
Dfullname.exp34 if { [gdb_compile [standard_output_file tmp-${srcfile}] "${binfile}" executable {debug}] != "" } {
68 if { [gdb_compile [relative_filename [pwd] [standard_output_file tmp-${srcfile}]] \
96 if { [gdb_compile [standard_output_file tmp-${srcfile}] "${testfile}" \
Dwrong_frame_bt_full.exp28 if {[gdb_compile "${srcdir}/${subdir}/$opaque_testfile.c" \
35 if {[gdb_compile \
Ddmsym.exp26 if {[gdb_compile "${srcdir}/${subdir}/dmsym.c" \
33 if {[gdb_compile \
Djit-reader-exec.exp28 if {[gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" \
40 if {[gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" \
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dpr10728.exp30 if { [gdb_compile "${srcdir}/${subdir}/$srcfile2" "${tfy}.o" object {c++}] != "" } {
35 if { [gdb_compile "${srcdir}/${subdir}/$srcfile" "${tfx}.o" object {debug c++}] != "" } {
40 if { [gdb_compile "${tfx}.o ${tfy}.o" ${binfile} executable {debug c++}] != "" } {
Dminsym-fallback.exp28 if {[gdb_compile $srcdir/$subdir/$srcfile $objfile object {}] != ""
29 || [gdb_compile $srcdir/$subdir/$srcfile2 $objmainfile object {debug}] != ""
30 || [gdb_compile "$objfile $objmainfile" $binfile executable {c++}] != ""} {
Dcall-c.exp23 if {[gdb_compile "$srcdir/$subdir/${srcfile2}" "${objfilec}" object {debug}] != ""
24 || [gdb_compile "$srcdir/$subdir/${srcfile}" "${objfilecpp}" object {c++ debug}] != ""
25 || [gdb_compile "${objfilecpp} ${objfilec}" "${binfile}" executable {c++ debug}] != ""} {
Dnsalias.exp169 if {[gdb_compile $srcdir/$subdir/$srcfile ${binfile}1.o \
174 if {[gdb_compile $asm_file ${binfile}2.o object {nodebug}] != ""} {
178 if {[gdb_compile [list ${binfile}1.o ${binfile}2.o] \
302 if {[gdb_compile $asm_file ${binfile}3.o object {nodebug}] != ""} {
306 if {[gdb_compile [list ${binfile}1.o ${binfile}3.o] \
Dinfcall-nodebug.exp.tcl57 if { [gdb_compile $mainsrc $main_o object ${main_flags}] != "" } {
62 if { [gdb_compile $libsrc $lib_o object ${lib_flags}] != "" } {
67 if { [gdb_compile "$main_o $lib_o" ${binfile} executable ""] != "" } {
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
Dentry-values.exp22 if {[gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile}1.o \
27 if {[gdb_compile [list ${binfile}1.o] \
153 if {[gdb_compile $asm_file ${binfile}2.o object {nodebug}] != ""} {
157 if {[gdb_compile [list ${binfile}1.o ${binfile}2.o] \
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/
Dpackage.exp26 if { [gdb_compile "${srcdir}/${subdir}/${testfile}2.go" "${binfile}2.o" object {debug go}] != "" }…
31 if { [gdb_compile "${srcdir}/${subdir}/${testfile}1.go ${binfile}2.o" "${binfile}" executable "deb…
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dtls-var.exp22 if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${objfile} object {debug}] != ""
23 || [gdb_compile ${srcdir}/${subdir}/${srcmainfile} ${objmainfile} object {}] != ""

12345678910>>...16