Home | History | Annotate | Download | only in lib

Lines Matching refs:bin

705     set bin [ltraceCompile {} $lib \
709 return [eval [concat "ltraceRun -F $conffile " $params "-- $bin"]]
758 # ltrace_runtest LD_LIBRARY_PATH BIN FILE
759 # Trace the execution of BIN and return result.
761 # BIN is program-under-test.
763 # FILE is to save the output from ltrace with default name $BIN.ltrace.
775 set BIN [lindex $args 1]
777 # specify the output file, the default one is $BIN.ltrace
781 set file $BIN.ltrace
793 $LTRACE $LTRACE_OPTIONS $BIN $LTRACE_ARGS;exit}"