function_backtrace_1.0/
#!/bin/bash

indent -kr -di30 -l99999 $1 -o tmp
./debug.pl tmp > tmp2
indent -bli0 -i2 -bad -npsl -npcs -cli2 tmp2 -o $1
rm -f tmp tmp2