Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to make ggtags able to generate calling graph for c++ functions ? #148

Open
beacoder opened this issue May 27, 2017 · 4 comments

Comments

@beacoder
Copy link

No description provided.

@beacoder
Copy link
Author

I think it'll be great if the ggtags could support this feature, it will massively improve develop efficiency.

@beacoder
Copy link
Author

beacoder commented May 27, 2017

for example:
if I could to see the calling graph for funcA,
I just place my cursor on funcA, and execute something like "ggtags-find-calling-graph".
and ggtags pops up with a view like this, like the tree structure.

funcA
|
|----funcB
| |
| |----funcB1
|
|----funcD
| |
| |----funcD1

@beacoder
Copy link
Author

beacoder commented May 27, 2017

And since the ggtags-find-reference is able to find the reference of functions, so it should be able to recursively find the upper nodes (funcB, funcD).
So it seems ggtags don't need support from GNU Global to support this feature, right ?

@leoliu
Copy link
Owner

leoliu commented May 27, 2017

Yes. You need to request this feature from gnu global.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants