GDB: How to list all source files used for compilation

后端 未结 1 1628
北恋
北恋 2020-12-29 01:34

New to the project, have multiple source files used for compilation and some \"could\" be dynamic libraries, loaded at runtime. When debugging the executable using \"GDB\",

相关标签:
1条回答
  • 2020-12-29 01:58

    You are probably looking for info sources. info functions could also be helpful.

    Don't forget you can do things like type break and then just press tab, which will list all relevant functions.

    0 讨论(0)
提交回复
热议问题