generate call hierarchy graph with ctags

2.2k Views Asked by At

Is there anyone who knows how to generate call hierarchy graph with ctags and cscope? I need to run the commands in the terminal and redirect the output to a file, rather than do it in vim.

1

There are 1 best solutions below

0
On

You can use cflow to do this. Just use it as:

cflow main.c