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