I am debugging C code for embedded systems (backtrace is no option) and I have this repetitive task which consists in putting a printf for each function call to find the real caller of my function in a specific time of code execution.
I am using cscope tool along with CCtree vim plugin to find the callers and it would be really helpful If someone already wrote a vimrc configuration for this or if there is some magical vim plugin that does this.
You can use the cscope vim plugin from CSCOPE_MAPS.
For more details on using
cscopeandvimrefer cscope and vim