I would like to set multiple breakpoints at once in different files in GDB.
Is it possible to have a script or any other way which I can run once I enter GDB debugger and have all the breakpoints set instead of setting them one by one using traditional set break command.
All the resources I searched pointed to how to set breakpoints effectively. But, nothing seems to address my concern.