GdbMiSession.stop
void stop() @trustedStops the GDB session.
This method is idempotent. It sends -gdb-exit and waits for the process to exit.
Example:
session.stop();void stop() @trustedStops the GDB session.
This method is idempotent. It sends -gdb-exit and waits for the process to exit.
Example:
session.stop();