I am trying to execute two commands at once in gdb:
finish; next
I tried using the \';\' to separate the commands but gdb did not let me do
GDB has no such command separator character. I looked briefly, in case it would be easy to add one, but unfortunately no....