How can you list all functions in a program with GDB?
Advertisement
Answer
info functions
prints the names and data types of all defined functions. See 16 Examining the Symbol Table.
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.