How do you run predefined gdb commands after launching in with a third party script and have it remain interactive using Make?
I am trying to launch an interactive gdb session from a makefile, but it does not work, and gdb ends right away.
I am trying to launch an interactive gdb session from a makefile, but it does not work, and gdb ends right away.