Ask GDB to list all functions in a program

后端 未结 1 1692
忘了有多久
忘了有多久 2021-01-30 03:55

How can you list all functions in a program with GDB?

相关标签:
1条回答
  • 2021-01-30 04:20

    info functions prints the names and data types of all defined functions. See 16 Examining the Symbol Table.

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