Searched refs:gdb_compile_objc (Results 1 – 5 of 5) sorted by relevance
33 if {[gdb_compile_objc "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list ] ] != "" } {
33 if {[gdb_compile_objc "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug ]] != ""…
31 if {[gdb_compile_objc "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug ]] != ""…
1399 proc gdb_compile_objc {source dest type options} { procedure
2849 * lib/gdb.exp (gdb_compile_objc): New procedure.