我想从 ac 源文件生成被调用函数的列表
ctags -x --c-kinds=f *.c
将为我提供这些 C 文件中定义的函数。
但我只想要这些 C 文件中调用的函数。
我在 ctags 中找不到该选项,并且 cscope 仅显示交互式。
如何获取一个或多个 C 文件中调用的函数列表,并将其发送到 stdout 以进行进一步的管道/过滤?
ctags -x --c-kinds=f *.c
will give me functions defined in these C files.
But I want instead just the functions called in these C files.
I couldn't find that option in ctags, and cscope appears only interactive.
How can I get a list of the functions called in one or more C files, sent to stdout for further piping/filtering?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论