Is there a single command in gdb which can set breakpoints on all the functions in a given file ? I know about rbreak regex which sets breakpoints in matching regular expres
(gdb) rbreak file:.
from http://sourceware.org/gdb/download/onlinedocs/gdb/Set-Breaks.html#Set-Breaks