blob: 88cb763f86dcc4aef6384fac1c2c770c0a0dc7be [file] [log] [blame]
/*
*(c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*
*/
package org.eclipse.cdt.debug.mi.core.command;
/**
*
* -gdb-exit
*
* Exit GDB immediately.
*
*/
public class MIGDBExit extends MICommand
{
public MIGDBExit() {
super("-gdb-exit");
}
}