I have a source file with many functions and much more unusual things. I am deubugging an application with GDB and would like it to stop anytime it enters this specific source file.
How can I set a break point on an entire source file?
I have a source file with many functions and much more unusual things. I am deubugging an application with GDB and would like it to stop anytime it enters this specific source file.
How can I set a break point on an entire source file?