forked from qt-creator/qt-creator
-gdb-exit has a special return code as well
This commit is contained in:
@@ -2015,7 +2015,7 @@ void TrkGdbAdapter::shutdown()
|
||||
case InferiorShutDown:
|
||||
setState(AdapterShuttingDown);
|
||||
cleanup();
|
||||
m_engine->postCommand(_("-gdb-exit"), CB(handleExit));
|
||||
m_engine->postCommand(_("-gdb-exit"), GdbEngine::ExitRequest, CB(handleExit));
|
||||
return;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user