From: Michel Pollet Date: Wed, 15 Feb 2017 08:34:55 +0000 (+0000) Subject: doc: Updated callgraph X-Git-Tag: v1.5~14 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=f4facdd749e040543731a744276df31acb7e0731;p=sx%2Fsimavr.git doc: Updated callgraph Much, much more involved than in used to be. Also shows some functions problably should be relocated. Signed-off-by: Michel Pollet --- diff --git a/doc/simavr_callgraph.pdf b/doc/simavr_callgraph.pdf index 50e10bd..1dd844b 100644 Binary files a/doc/simavr_callgraph.pdf and b/doc/simavr_callgraph.pdf differ diff --git a/doc/tags_to_dot.rb b/doc/tags_to_dot.rb index 99ce137..7a46a96 100755 --- a/doc/tags_to_dot.rb +++ b/doc/tags_to_dot.rb @@ -34,9 +34,9 @@ while !tags.eof? next if key[4] == 'm' or key[4] == 't' or key[4] == 's' or key[4] == 'e' or key[4] == 'v'; next if key[0].match(/[us]?int[0-9]+_t/); next if key[0] == "ROM_BASED"; - + key[1].gsub!(/.*\/|\.[ch]$/,""); - + unless $files.key? key[1] $files[key[1]] = Hash.new end @@ -56,11 +56,11 @@ links = Array.new; use = File.new(ARGV[i]) # puts "<<<<<<< 0 unless modules.key? fil