Does anyone know how to exit a gdb/gdbserver combination session without killing the attached program? gdbserver --attach PID attaches to the process ok, but I can't find a way to exit the session and leave the program running as it was.. Julian