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/
H A 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" "${…
H A Dbp_in_thread.exp30 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
H A Dswitch-threads.exp38 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
H A Dpthread_cond_wait.exp31 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
H A Dthread_check.exp49 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
H A Dkilled.exp69 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
H A Dstaticthreads.exp34 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" \
H A Dmanythreads.exp34 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
H A Dthread-specific.exp35 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
H A Dwatchthreads.exp37 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
H A Dprint-threads.exp41 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
H A Dgcore-thread.exp41 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
H A Dpthreads.exp49 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
H A Dtls.exp31 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
H A Dschedlock.exp36 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "inc…
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A Dmi-pthreads.exp211 if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
H A Dgdb669.exp182 if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
H A Dmi2-pthreads.exp211 if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/lib/
H A Dgdb.exp1365 proc gdb_compile_pthreads {source dest type options} { procedure
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A 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.