db, smdb.py: add call_tree option
commit90706e5c508d1d347beeab7ee5d3d7cab9d452df
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 20 Jun 2013 15:31:08 +0000 (20 18:31 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 20 Jun 2013 15:31:08 +0000 (20 18:31 +0300)
tree88f92e08a0a7e235ea19190c81d34cd7b4ad7760
parent9061ac8f65433fb34b792c3ab9e2037be8fbe2b4
db, smdb.py: add call_tree option

This tries to print a call_tree.  It is pretty crap and needs some more
work.

My idea was that you could print the call_tree and save it to a file.  You
would open the file in vim and use cscope to jump from function to
function.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/smdb.py