Home
last modified time | relevance | path

Searched refs:gdb_compile_pthreads (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
Dtls-shared.exp39 if { [gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}.o" object {debug}] != "" }…
66 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${libfile}.c" "${objdir}/${subdir}/${libfile}.so" ex…
80 if {[gdb_compile_pthreads "${objdir}/${subdir}/${testfile}.o ${objdir}/${subdir}/${libfile}.so" "${…
Dbp_in_thread.exp30 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
Dswitch-threads.exp38 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
Dthread_check.exp49 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
Dpthread_cond_wait.exp31 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
Dkilled.exp69 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
Dstaticthreads.exp34 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" \
Dmanythreads.exp34 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
Dthread-specific.exp35 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
Dprint-threads.exp41 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
Dwatchthreads.exp37 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
Dgcore-thread.exp41 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
Dpthreads.exp49 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
Dtls.exp31 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
Dschedlock.exp36 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
Dgdb669.exp182 if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
Dmi2-pthreads.exp211 if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
Dmi-pthreads.exp211 if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/lib/
Dgdb.exp1365 proc gdb_compile_pthreads {source dest type options} { procedure
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/
DChangeLog3378 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
3380 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
3772 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
3784 * lib/gdb.exp (gdb_compile_pthreads): New function.