I want to be able to see the execution path (function sequences) without manually setting breakpoints on each function. In theory a facility to set a watchpoint on the framepointer however I dont think GDB is designed to set watchpoints on registers. Is there some method to recursively trace the sequence of function calls without having to set breakpoints manually? -David
