Is there any command in gdb by which one can apply breakpoint at the start of each function in a .C file.
I need this as i have a very big C file which i need to debug and it contains more than 100 functions and i need to find all the functions called during run time.
If you look at this page : http://sourceware.org/gdb/download/onlinedocs/gdb/Set-Breaks.html#Set-Breaks
Look also at the past thread : gdb, set breakpoint on all functions in a file