Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一个文件中定义了几个函数(主要函数由其他人定义)。
我可以使用 gprof 来分析我的函数被调用了多少次,但是有没有办法按照它们在主程序中调用的顺序来获取函数列表?
当然,我可以在每个函数的开头写一条消息,但其中有很多。
如果 gdb 可以通过指定“中断在此文件中调用的第一个函数”之类的内容来完成,我也会很高兴。同样,它们太多了,无法明确列出。
谢谢。
而且您不想使用跟踪或桁架或类似的东西?