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