callgraph

runtime callgraph generator
git clone git://git.2f30.org/callgraph
Log | Files | Refs | README | LICENSE

commit b9ddeaa35f7a685450c53eb68fdb57ba6ebcc7ad
parent eacbd7016d317c3ebc7960eec707bd0ae212e066
Author: lostd <lostd@2f30.org>
Date:   Fri, 15 Nov 2013 09:44:20 +0200

We may be bash-less here

Diffstat:
Msymbolize.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/symbolize.sh b/symbolize.sh @@ -1,4 +1,5 @@ -#!/bin/bash +#!/bin/sh + # parse the .dot file and translate # addresses to symbol names.