I have cscope built-in in emacs.
When ever I change the code using emacs. The code change causes cscope to not behave the way I want it to. eg. Due to code change If I want to jump to the function definition. cscope does not take me to the definition of the func, instead it takes me to some other line.
Please tell if there is a way to rebuild cscope without closing the emacs window.