Getting the callers of a specific function
Posted
by robUK
on Stack Overflow
See other posts from Stack Overflow
or by robUK
Published on 2010-06-02T05:12:15Z
Indexed on
2010/06/02
12:53 UTC
Read the original article
Hit count: 157
Hello,
GNU Emacs 23.1.1
I am just wondering is there any feature in emacs where I can find out what functions call a specific function.
In my code, I normally have to do a search on the function name to see what functions calls it.
It would be nice if I could display all the names of the functions where this specific function is being called from.
many thanks for any suggestions,
© Stack Overflow or respective owner