I can tell GDB to return from a function immediately with return, and call a function with call myFunction.
return
call myFunction
But how do I get it break out of th
jump looks like what you want. See Continuing at a Different Address
jump