utools Tcl support (#2005)
* Add perl* utools man page links Matches other languages, related to commit 9162be45. * uthreads: explicitly list C as supported uthreads supports C (pthreads) thread tracing, make this explicit. Earlier use of -l java and -l none unchanged. Add the corresponding man page and usage examples. * Add Tcl support for ucalls / uflow / uobjnew / ustat For some reason we need to use proc__args instead of proc__entry in uflow.py to get similar results as with e.g. Python.
Showing
man/man8/cthreads.8
0 → 120000
man/man8/perlcalls.8
0 → 120000
man/man8/perlflow.8
0 → 120000
man/man8/perlstat.8
0 → 120000
man/man8/tclcalls.8
0 → 120000
man/man8/tclflow.8
0 → 120000
man/man8/tclobjnew.8
0 → 120000
man/man8/tclstat.8
0 → 120000
tools/cthreads_example.txt
0 → 120000
tools/tclcalls.sh
0 → 100755
tools/tclcalls_example.txt
0 → 120000
tools/tclflow.sh
0 → 100755
tools/tclflow_example.txt
0 → 120000
tools/tclobjnew.sh
0 → 100755
tools/tclobjnew_example.txt
0 → 120000
tools/tclstat.sh
0 → 100755
tools/tclstat_example.txt
0 → 120000
Please register or sign in to comment