How can you list all functions in a program with GDB?
info functions prints the names and data types of all defined functions. See 16 Examining the Symbol Table.
info functions