GdbMiSession.stop

void stop() @trusted

Stops the GDB session.

This method is idempotent. It sends -gdb-exit and waits for the process to exit.

Example:

session.stop();