问题
How can you list all functions in a program with GDB?
回答1:
info functions prints the names and data types of all defined functions. See 16 Examining the Symbol Table.
来源:https://stackoverflow.com/questions/10680670/ask-gdb-to-list-all-functions-in-a-program