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.