forked from qt-creator/qt-creator
debugger: make the selection of detach or kill explicit
Change-Id: I6f80047ad229e0be851b06a277ab2f899757828f Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -116,11 +116,6 @@ void AttachGdbAdapter::interruptInferior()
|
||||
interruptLocalInferior(startParameters().attachPID);
|
||||
}
|
||||
|
||||
void AttachGdbAdapter::shutdownInferior()
|
||||
{
|
||||
m_engine->defaultInferiorShutdown("detach");
|
||||
}
|
||||
|
||||
void AttachGdbAdapter::shutdownAdapter()
|
||||
{
|
||||
m_engine->notifyAdapterShutdownOk();
|
||||
|
||||
Reference in New Issue
Block a user